Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/auditreduce/
H A Dmain.c105 root_pid = getpid(); /* know who is root process for error */ in main()
119 pcb->pcb_procno = root_pid; in main()
131 if (getpid() == root_pid) { in main()
142 if (getpid() == root_pid) { in main()
1068 if (getpid() == root_pid) { in int_handler()
H A Dauditrd.h89 static int root_pid; /* remember original process's pid */ variable