Searched refs:pcb_first (Results 1 – 4 of 4) sorted by relevance
734 pcb->pcb_dfirst = pcb->pcb_first = fcb; /* one-item list */ in process_fileopt()920 fcbp = pcb->pcb_first; in proc_file()927 pcb->pcb_dfirst = pcb->pcb_first = fcb; in proc_file()936 if (pcb->pcb_first == NULL) in proc_file()937 pcb->pcb_dfirst = pcb->pcb_first = fcb; in proc_file()1071 if (pcb->pcb_first == NULL) { in get_next_pcb()
246 if ((fcb = pcb->pcb_first) == NULL) {269 pcb->pcb_first = fcb->fcb_next;294 pcb->pcb_first = fcb->fcb_next;301 pcb->pcb_first = fcb->fcb_next;
96 audit_fcb_t *pcb_first; /* ptr to first fcb_ */ member
369 for (fcb = pcb->pcb_first; fcb != NULL; /* */) { in rm_mem()