Searched refs:p_child (Results 1 – 15 of 15) sorted by relevance
115 struct uproc *p_child, /* first child pointer */ member445 if (parent->p_child) { in main()446 up->p_sibling = parent->p_child; in main()447 up->p_child = 0; in main()449 parent->p_child = up; in main()530 if (up->p_child) { in showproc()531 showproc(up->p_child); in showproc()532 for (zp = up->p_child->p_sibling; zp; zp = zp->p_sibling) { in showproc()605 if (up->p_child) { in calctotals()606 calctotals(up->p_child); in calctotals()[all …]
111 struct uproc *p_child, /* first child pointer */ member460 if (parent->p_child) { in main()461 up->p_sibling = parent->p_child; in main()462 up->p_child = 0; in main()464 parent->p_child = up; in main()593 if (up->p_child) { in calctotals()594 calctotals(up->p_child); in calctotals()595 for (zp = up->p_child->p_sibling; zp; zp = zp->p_sibling) in calctotals()617 up->p_child = up->p_sibling = up->p_pgrpl = up->p_link = 0; in findhash()636 tp->p_child = tp->p_sibling = tp->p_pgrpl = 0; in findhash()
658 if ((q = p->p_child) != NULL && p != proc_init) { in proc_exit()690 if (initp->p_child) { in proc_exit()691 initp->p_child->p_psibling = q; in proc_exit()693 q->p_sibling = initp->p_child; in proc_exit()694 initp->p_child = q; in proc_exit()708 p->p_child = NULL; in proc_exit()972 if (pp->p_child) { in waitid()981 while (pp->p_child != NULL) { in waitid()1037 for (cp = pp->p_child; cp != NULL; cp = cp->p_sibling) { in waitid()1192 if (q->p_child == p) { in proc_detach()[all …]
273 if (p->p_child == cp) in cfork()274 p->p_child = cp->p_sibling; in cfork()647 if (p->p_child == cp) in cfork()648 p->p_child = cp->p_sibling; in cfork()1110 cp->p_sibling = pp->p_child; in getproc()1111 if (pp->p_child) in getproc()1112 pp->p_child->p_psibling = cp; in getproc()1115 pp->p_child = cp; in getproc()
214 for (cp = pp->p_child; cp; cp = cp->p_sibling) {
1563 if ((p = p->p_child) == NULL) in pool_do_bind()1588 ASSERT(p->p_child == NULL); /* no child of a child */ in pool_do_bind()
1647 for (cp = p->p_child; cp != NULL; cp = tp) { in setsigact()1807 for (cp = pp->p_child; cp; cp = cp->p_sibling) { in sigcld_repost()
3727 if (initp->p_child) in zsched()3728 initp->p_child->p_psibling = pp; in zsched()3729 pp->p_sibling = initp->p_child; in zsched()3730 initp->p_child = pp; in zsched()
277 picl_nodehdl_t p_child; in fpt_get_child() local279 PICL_PROP_CHILD, (void *)&p_child, sizeof (p_child)); in fpt_get_child()284 *child = PICLHDL_TO_TREEHDL(p_child); in fpt_get_child()
86 for (p = p->p_child; /* empty */; p = p->p_sibling) { in setpgrp()
288 picl_nodehdl_t p_child; in fpt_get_child() local290 PICL_PROP_CHILD, (void *)&p_child, sizeof (p_child)); in fpt_get_child()295 *child = PICLHDL_TO_TREEHDL(p_child); in fpt_get_child()
70 p_child
158 struct proc *p_child; /* ptr to first child process */ member
100 p_child
2598 cld = (uintptr_t)pr.p_child; in proc_walk_step()