Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dwait.c95 if (waitpid(wi->wi_pid, &status, 0) == -1) { in wait_remove()
124 utmpx_mark_dead(wi->wi_pid, status, B_FALSE); in wait_remove()
209 wi->wi_pid = pid; in wait_register()
H A Dstartd.h491 id_t wi_pid; /* process ID */ member