Searched refs:pcbls (Results 1 – 1 of 1) sorted by relevance
160 static audit_pcb_t *pcbls = NULL; variable174 extern audit_pcb_t *pcbls; /* ptr to start of list */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;212 extern audit_pcb_t *pcbls; /* ptr to start of list */ in aget()214 if (pcbls == NULL) in aget()[all …]