Searched refs:p_children (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exit.c654 while ((q = p->p_children.lh_first) != NULL) {
1067 if ((deadparent != 0) && (LIST_EMPTY(&parent->p_children)))
1149 for (p = q->p_children.lh_first; p != 0; p = p->p_sibling.le_next) {
1377 for (p = q->p_children.lh_first; p != 0; p = p->p_sibling.le_next) {
1585 LIST_INSERT_HEAD(&parent->p_children, child, p_sibling);
1793 while ((q = p->p_children.lh_first) != NULL) {
H A Dkern_proc.c980 * place it on the parents p_children list as a sibling,
990 LIST_INIT(&child->p_children);
1001 LIST_INSERT_HEAD(&parent->p_children, child, p_sibling);
2169 for (p = parent->p_children.lh_first; (p != 0); p = p->p_sibling.le_next) {
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h231 LIST_HEAD(, proc) p_children; /* Pointer to list of children. (LL)*/ member in struct:proc

Completed in 13 milliseconds