Home
last modified time | relevance | path

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

/titanic_44/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.h110 #define PF_ROOT 0x01 /* current pcb is the root of process tree */ macro
H A Dmain.c120 pcb->pcb_flags |= PF_ROOT; in main()
317 if (pcb->pcb_flags & PF_ROOT) in trim_mem()