Searched defs:pcbn (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/auditreduce/
H A Dmain.c189 audit_pcb_t *pcbn; local
239 pcbn = &pcb->pcb_below[i];
240 pcbn->pcb_time = -1;
249 if ((pcbn->pcb_fpr = fdopen(fildes[0], "r")) == NULL) {
253 if ((pcbn->pcb_fpw = fdopen(fildes[1], "w")) == NULL) {
270 pcbn->pcb_procno = getpid();
275 return (mfork(pcbn, range, lo, lo + range - 1));
279 pcbn->pcb_procno = i;
281 pcbn->pcb_rec = (char *)a_calloc(1,
283 pcbn
426 p_close(audit_pcb_t *pcbn) argument
[all...]

Completed in 54 milliseconds