Home
last modified time | relevance | path

Searched refs:root_pid (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/auditreduce/
H A Dmain.c110 root_pid = getpid(); /* know who is root process for error */ in main()
124 pcb->pcb_procno = root_pid; in main()
136 if (getpid() == root_pid) { in main()
147 if (getpid() == root_pid) { in main()
1082 if (getpid() == root_pid) { in int_handler()
H A Dauditrd.h89 static int root_pid; /* remember original process's pid */ variable