Home
last modified time | relevance | path

Searched refs:pcb_below (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/auditreduce/
H A Dmain.c200 pcb->pcb_below = audit_pcbs; /* proc pcbs from audit_pcbs */ in mfork()
229 pcb->pcb_below = (audit_pcb_t *) in mfork()
239 pcbn = &pcb->pcb_below[i]; in mfork()
326 pcb->pcb_below = (audit_pcb_t *)a_calloc(count, size); in trim_mem()
328 (void) memcpy((void *) pcb->pcb_below, in trim_mem()
401 pcbt = &pcb->pcb_below[j]; in c_close()
H A Dauditrt.h82 struct audit_pcb *pcb_below; /* ptr to group of pcb's */ member
H A Dproc.c98 pcb = &(pcbr->pcb_below[i]); /* get next PCB */
135 pcb = &(pcbr->pcb_below[0]); /* any old PCB will do */