Lines Matching refs:uproc
106 struct uproc {
115 struct uproc *p_child, /* first child pointer */
122 * define hash table for struct uproc
127 static struct uproc pr_htbl[HSIZE];
129 static struct uproc *findhash(pid_t);
132 static void showproc(struct uproc *);
133 static void showtotals(struct uproc *);
134 static void calctotals(struct uproc *);
167 struct uproc *up, *parent, *pgrp;
510 showproc(struct uproc *up)
512 struct uproc *zp;
550 showtotals(struct uproc *up)
582 calctotals(struct uproc *up)
584 struct uproc *zp;
693 * to that uproc structure. If this is a new pid, it allocates
697 static struct uproc *
700 struct uproc *up, *tp;