Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dexit.c631 if ((q = p->p_orphan) != NULL && p != proc_init) { in proc_exit()
641 q->p_nextorph = nokp->p_orphan; in proc_exit()
642 nokp->p_orphan = p->p_orphan; in proc_exit()
643 p->p_orphan = NULL; in proc_exit()
1286 if (q && q->p_orphan == p) in freeproc()
1287 q->p_orphan = p->p_nextorph; in freeproc()
1289 for (q = q->p_orphan; q; q = q->p_nextorph) in freeproc()
H A Dfork.c269 orphpp = &p->p_orphan; in cfork()
643 orphpp = &p->p_orphan; in cfork()
1120 cp->p_nextorph = pp->p_orphan; in getproc()
1122 pp->p_orphan = cp; in getproc()
/titanic_44/usr/src/uts/common/sys/
H A Dproc.h165 struct proc *p_orphan; member