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

/opensolaris-onvv-gate/usr/src/cmd/init/
H A Dinit.c406 } *Plhead, *Plfree; variable in typeref:struct:pidlist
3639 if (Plfree == NULL) {
3653 Plfree = tp;
3659 plp = Plfree;
3660 Plfree = plp->pl_next;
3691 plp->pl_next = Plfree;
3692 Plfree = plp;
3729 tp->pl_next = Plfree;
3730 Plfree = tp;
3765 p->pl_next = Plfree;
[all...]

Completed in 99 milliseconds