Home
last modified time | relevance | path

Searched refs:pcbsize (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/auditreduce/
H A Doption.c1069 while (i < pcbsize) { in get_next_pcb()
1084 pcbsize += PCB_INC; in get_next_pcb()
1085 size = pcbsize * sizeof (audit_pcb_t); in get_next_pcb()
1086 zerosize = size - ((pcbsize - PCB_INC) * sizeof (audit_pcb_t)); in get_next_pcb()
1099 (void) memset((void *) & audit_pcbs[pcbsize-PCB_INC], 0, in get_next_pcb()
1101 pcb = &audit_pcbs[pcbsize-PCB_INC]; /* allocate the first new one */ in get_next_pcb()
1102 proc_pcb(pcb, suffix, pcbsize - PCB_INC); in get_next_pcb()
H A Dmain.c358 for (i = 0; i < pcbsize; i++) { in rm_mem()
603 for (i = 0; i < pcbsize; i++) { in delete_infiles()
897 pcbsize = PCB_INITSIZE; /* initial size of file-holding pcb's */ in init_options()
899 audit_pcbs = (audit_pcb_t *)a_calloc(pcbsize, sizeof (audit_pcb_t)); in init_options()
H A Dauditrd.h96 int pcbsize; /* size of audit_pcb[] */ variable
H A Dauditrt.h231 extern int pcbsize; /* current size of audit_pcbs[] */