Lines Matching defs:pcbn
189 audit_pcb_t *pcbn;
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->pcb_size = AUDITBUFSIZE;
284 p_close(pcbn); /* close unused streams */
421 * .call p_close(pcbn),
422 * .arg pcbn - ptr to pcb.
426 p_close(audit_pcb_t *pcbn)
428 if (fclose(pcbn->pcb_fpw) == EOF) {