Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/auditreduce/
H A Dproc.c484 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) {
H A Dauditrt.h114 #define PF_USEFILE 0x04 /* current pcb uses files as input, not pipes */ macro
H A Doption.c1125 pcb->pcb_flags |= PF_USEFILE; /* note this one controls files */ in proc_pcb()