Searched refs:PF_USEFILE (Results 1 – 3 of 3) sorted by relevance
484 if (pcb->pcb_nrecs == 0 && (pcb->pcb_flags & PF_USEFILE)) {511 if (pcb->pcb_flags & PF_USEFILE) {543 if (pcb->pcb_flags & PF_USEFILE) {560 if (pcb->pcb_flags & PF_USEFILE)565 if (pcb->pcb_flags & PF_USEFILE) {602 if (pcb->pcb_flags & PF_USEFILE) {
112 #define PF_USEFILE 0x04 /* current pcb uses files as input, not pipes */ macro
1125 pcb->pcb_flags |= PF_USEFILE; /* note this one controls files */ in proc_pcb()