Lines Matching refs:uproc
102 struct uproc {
111 struct uproc *p_child, /* first child pointer */
118 * define hash table for struct uproc
123 static struct uproc pr_htbl[HSIZE];
125 static struct uproc *findhash(pid_t);
128 static void showtotals(struct uproc *);
129 static void calctotals(struct uproc *);
162 struct uproc *up, *parent, *pgrp;
525 showtotals(struct uproc *up)
558 calctotals(struct uproc *up)
560 struct uproc *zp;
604 * to that uproc structure. If this is a new pid, it allocates
608 static struct uproc *
611 struct uproc *up, *tp;