Searched refs:uproc (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | uuglist.c | 39 void rproc(), uproc(); 81 uproc(); 147 uproc() function
|
/illumos-gate/usr/src/cmd/whodo/ |
H A D | whodo.c | 106 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 D | w.c | 102 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 D | clnt_rdma.c | 373 uint32_t *uproc = (uint32_t *)&p->cku_rpchdr[CKU_HDRSIZE]; local 374 IXDR_PUT_U_INT32(uproc, procnum);
|
H A D | clnt_clts.c | 545 uint32_t *uproc = (uint32_t *) local 547 IXDR_PUT_U_INT32(uproc, procnum);
|
H A D | clnt_cots.c | 1088 uint32_t *uproc = (uint32_t *)&p->cku_rpchdr[WIRE_HDR_SIZE]; local 1089 IXDR_PUT_U_INT32(uproc, procnum);
|
Completed in 79 milliseconds