Searched defs:p_child (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/w/
H A Dw.c111 struct uproc *p_child, /* first child pointer */ member in struct:uproc
460 if (parent->p_child) {
461 up->p_sibling = parent->p_child;
462 up->p_child = 0;
464 parent->p_child = up;
593 if (up->p_child) {
594 calctotals(up->p_child);
595 for (zp = up->p_child->p_sibling; zp; zp = zp->p_sibling)
617 up->p_child = up->p_sibling = up->p_pgrpl = up->p_link = 0;
636 tp->p_child
[all...]
/illumos-gate/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c277 picl_nodehdl_t p_child; local
279 PICL_PROP_CHILD, (void *)&p_child, sizeof (p_child));
284 *child = PICLHDL_TO_TREEHDL(p_child);
/illumos-gate/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c288 picl_nodehdl_t p_child; local
290 PICL_PROP_CHILD, (void *)&p_child, sizeof (p_child));
295 *child = PICLHDL_TO_TREEHDL(p_child);
/illumos-gate/usr/src/cmd/whodo/
H A Dwhodo.c115 struct uproc *p_child, /* first child pointer */ member in struct:uproc
445 if (parent->p_child) {
446 up->p_sibling = parent->p_child;
447 up->p_child = 0;
449 parent->p_child = up;
530 if (up->p_child) {
531 showproc(up->p_child);
532 for (zp = up->p_child->p_sibling; zp; zp = zp->p_sibling) {
605 if (up->p_child) {
606 calctotals(up->p_child);
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h159 struct proc *p_child; /* ptr to first child process */ member in struct:proc

Completed in 55 milliseconds