Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/auditreduce/
H A Dproc.c304 pcb->pcb_nrecs = 0;
477 pcb->pcb_procno, ret, pcb->pcb_nrecs + 1);
484 if (pcb->pcb_nrecs == 0 && (pcb->pcb_flags & PF_USEFILE)) {
508 pcb->pcb_nrecs++; /* # of read recs from stream */
541 pcb->pcb_nrecs++; /* # of read records */
548 (pcb->pcb_cur)->fcb_file, pcb->pcb_nrecs);
552 pcb->pcb_nrecs);
605 pcb->pcb_nrecs, pcb->pcb_nprecs);
608 %d records written .\n", ar, pcb->pcb_nrecs,
658 pcb->pcb_procno, pcb->pcb_nrecs, tokenid);
H A Dauditrt.h87 int pcb_nrecs; /* how many records read (current pcb/file) */ member