Home
last modified time | relevance | path

Searched refs:pcb_next (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/auditreduce/
H A Dproc.c176 pcb->pcb_next = NULL;
186 pcb->pcb_next = pcbls; /* new -> 1st in list */
190 pcbp->pcb_next = pcb;
191 pcb->pcb_next = pcbc; /* new in the inside */
195 pcbc = pcbc->pcb_next;
197 pcbp->pcb_next = pcb; /* new -> last */
217 pcbls = pcbls->pcb_next; /* 2nd becomes 1st */ in aget()
H A Dauditrt.h85 struct audit_pcb *pcb_next; /* ptr to next - for list in mproc() */ member