Lines Matching refs:uproc
106 struct uproc { struct
115 struct uproc *p_child, /* first child pointer */ argument
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; in main()
510 showproc(struct uproc *up) in showproc()
512 struct uproc *zp; in showproc()
550 showtotals(struct uproc *up) in showtotals()
582 calctotals(struct uproc *up) in calctotals()
584 struct uproc *zp; in calctotals()
697 static struct uproc *
700 struct uproc *up, *tp; in findhash()