Searched refs:fcbp (Results 1 – 1 of 1) sorted by relevance
870 audit_fcb_t *fcb, *fcbp, *fcbprev; in proc_file() local920 fcbp = pcb->pcb_first; in proc_file()922 while (fcbp != NULL) { in proc_file()923 if (fcb->fcb_start < fcbp->fcb_start) { in proc_file()928 fcb->fcb_next = fcbp; in proc_file()931 fcbprev = fcbp; in proc_file()932 fcbp = fcbp->fcb_next; in proc_file()