Searched refs:uproc (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/whodo/ |
H A D | whodo.c | 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() [all …]
|
/titanic_44/usr/src/cmd/w/ |
H A D | w.c | 102 struct uproc { struct 111 struct uproc *p_child, /* first child pointer */ argument 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; in main() 525 showtotals(struct uproc *up) in showtotals() 558 calctotals(struct uproc *up) in calctotals() 560 struct uproc *zp; in calctotals() [all …]
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | uuglist.c | 39 void rproc(), uproc(); 81 uproc(); 147 uproc() in uproc() function
|
/titanic_44/usr/src/uts/common/rpc/ |
H A D | clnt_rdma.c | 373 uint32_t *uproc = (uint32_t *)&p->cku_rpchdr[CKU_HDRSIZE]; in clnt_compose_rpcmsg() local 374 IXDR_PUT_U_INT32(uproc, procnum); in clnt_compose_rpcmsg()
|
H A D | clnt_clts.c | 537 uint32_t *uproc = (uint32_t *) in clnt_clts_kcallit_addr() local 539 IXDR_PUT_U_INT32(uproc, procnum); in clnt_clts_kcallit_addr()
|
H A D | clnt_cots.c | 1083 uint32_t *uproc = (uint32_t *)&p->cku_rpchdr[WIRE_HDR_SIZE]; in clnt_cots_kcallit() local 1084 IXDR_PUT_U_INT32(uproc, procnum); in clnt_cots_kcallit()
|