Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/auditreduce/
H A Dproc.c129 if (pcbr->pcb_flags & PF_ROOT) {
148 if (f_verbose && (pcbr->pcb_flags & PF_ROOT)) {
343 if (pcbr->pcb_flags & PF_ROOT) {
354 if (pcbr->pcb_flags & PF_ROOT) {
H A Dauditrt.h112 #define PF_ROOT 0x01 /* current pcb is the root of process tree */ macro
H A Dmain.c125 pcb->pcb_flags |= PF_ROOT; in main()
323 if (pcb->pcb_flags & PF_ROOT) in trim_mem()