Lines Matching refs:pl_next
408 struct pidlist *pl_next; /* Next in list */ member
2399 pp = pp->pl_next; in childeath_single()
3661 tp->pl_next = tp + 1; in sigpoll()
3666 Plfree = plp->pl_next; in sigpoll()
3670 plp->pl_next = NULL; in sigpoll()
3683 tp = tp->pl_next; in sigpoll()
3687 plp->pl_next = Plhead; in sigpoll()
3690 plp->pl_next = in sigpoll()
3691 savetp->pl_next; in sigpoll()
3692 savetp->pl_next = plp; in sigpoll()
3697 plp->pl_next = Plfree; in sigpoll()
3704 savetp->pl_next = plp; in sigpoll()
3724 tp = tp->pl_next; in sigpoll()
3732 Plhead = tp->pl_next; in sigpoll()
3734 savetp->pl_next = tp->pl_next; in sigpoll()
3735 tp->pl_next = Plfree; in sigpoll()
3770 Plhead = p->pl_next; in cleanaux()
3771 p->pl_next = Plfree; in cleanaux()
3775 savep->pl_next = p->pl_next; in cleanaux()
3776 p->pl_next = Plfree; in cleanaux()
3778 p = savep->pl_next; in cleanaux()
3784 p = p->pl_next; in cleanaux()