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

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_exit.c1155 LIST_REMOVE(child, p_sibling);
1254 for (p = q->p_children.lh_first; p != 0; p = p->p_sibling.le_next) {
1255 if ( p->p_sibling.le_next != 0 )
1497 for (p = q->p_children.lh_first; p != 0; p = p->p_sibling.le_next) {
1701 LIST_REMOVE(child, p_sibling);
1711 LIST_INSERT_HEAD(&parent->p_children, child, p_sibling);
H A Dkern_proc.c1134 LIST_INSERT_HEAD(&parent->p_children, child, p_sibling);
2388 for (p = parent->p_children.lh_first; (p != 0); p = p->p_sibling.le_next) {
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h232 LIST_ENTRY(proc) p_sibling; /* List of sibling processes. (LL)*/ member in struct:proc

Completed in 71 milliseconds