uproc
void rproc(), uproc();
uproc();
STAILQ_ENTRY(uproc) uprocs;
STAILQ_HEAD(uprochead, uproc) uphead;
struct uproc *up;
struct uproc *upt;
STAILQ_REMOVE(&uphead, up, uproc, uprocs);
struct uproc *p_child, /* first child pointer */
static struct uproc pr_htbl[HSIZE];
static struct uproc *findhash(pid_t);
static void showproc(struct uproc *);
static void showtotals(struct uproc *);
static void calctotals(struct uproc *);
struct uproc *up, *parent, *pgrp;
showproc(struct uproc *up)
struct uproc *zp;
showtotals(struct uproc *up)
calctotals(struct uproc *up)
struct uproc *zp;
static struct uproc *
struct uproc *up, *tp;
uint32_t *uproc = (uint32_t *)
IXDR_PUT_U_INT32(uproc, procnum);
uint32_t *uproc = (uint32_t *)&p->cku_rpchdr[WIRE_HDR_SIZE];
IXDR_PUT_U_INT32(uproc, procnum);
uint32_t *uproc = (uint32_t *)&p->cku_rpchdr[CKU_HDRSIZE];
IXDR_PUT_U_INT32(uproc, procnum);