Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/utmpd/
H A Dutmpd.c165 static void add_pid(); /* Adds a process to the table */
506 add_pid(pid); in wait_for_pids()
569 add_pid(utmpx->ut_pid); /* No, add it */ in scan_utmps()
634 add_pid(0); /* Proc 0 guaranteed to get slot 0 */ in setup_pipe()
679 add_pid(p->pd_pid); in drain_pipe()
703 add_pid(pid_t pid) in add_pid() function