Home
last modified time | relevance | path

Searched refs:p_nextorph (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/os/
H A Dexit.c645 if (q->p_nextorph == NULL) in proc_exit()
647 q = q->p_nextorph; in proc_exit()
649 q->p_nextorph = nokp->p_orphan; in proc_exit()
1295 q->p_orphan = p->p_nextorph; in freeproc()
1297 for (q = q->p_orphan; q; q = q->p_nextorph) in freeproc()
1298 if (q->p_nextorph == p) in freeproc()
1300 ASSERT(q && q->p_nextorph == p); in freeproc()
1301 q->p_nextorph = p->p_nextorph; in freeproc()
H A Dfork.c271 orphpp = &(*orphpp)->p_nextorph; in cfork()
272 *orphpp = cp->p_nextorph; in cfork()
645 orphpp = &(*orphpp)->p_nextorph; in cfork()
646 *orphpp = cp->p_nextorph; in cfork()
1120 cp->p_nextorph = pp->p_orphan; in getproc()
/titanic_50/usr/src/uts/common/sys/
H A Dproc.h167 struct proc *p_nextorph; member