Searched refs:uproc (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Duuglist.c39 void rproc(), uproc();
81 uproc();
147 uproc() function
/illumos-gate/usr/src/cmd/whodo/
H A Dwhodo.c106 struct uproc { struct
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 *u
[all...]
/illumos-gate/usr/src/cmd/w/
H A Dw.c102 struct uproc { struct
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 *u
[all...]
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_rdma.c373 uint32_t *uproc = (uint32_t *)&p->cku_rpchdr[CKU_HDRSIZE]; local
374 IXDR_PUT_U_INT32(uproc, procnum);
H A Dclnt_clts.c545 uint32_t *uproc = (uint32_t *) local
547 IXDR_PUT_U_INT32(uproc, procnum);
H A Dclnt_cots.c1088 uint32_t *uproc = (uint32_t *)&p->cku_rpchdr[WIRE_HDR_SIZE]; local
1089 IXDR_PUT_U_INT32(uproc, procnum);

Completed in 79 milliseconds