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

/illumos-gate/usr/src/cmd/auditreduce/
H A Doption.c82 static audit_pcb_t *get_next_pcb(char *);
731 if ((pcb = get_next_pcb((char *)NULL)) == (audit_pcb_t *)NULL)
916 if ((pcb = get_next_pcb(fcb->fcb_suffix)) == NULL) {
1049 * .func get_next_pcb - get a pcb to use.
1055 * .call pcb = get_next_pcb(suffix).
1061 get_next_pcb(char *suffix) function

Completed in 59 milliseconds