Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/auditreduce/
H A Dproc.c160 static audit_pcb_t *pcbls = NULL; variable
177 if (pcbls == NULL) {
178 pcbls = pcb; /* empty list */
181 pcbc = pcbls; /* current pcb */
182 pcbp = pcbls; /* previous pcb */
186 pcb->pcb_next = pcbls; /* new -> 1st in list */
187 pcbls = pcb;
214 if (pcbls == NULL) in aget()
215 return (pcbls); /* empty list */ in aget()
216 pcbret = pcbls; in aget()
[all …]