Searched refs:get_initpid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c177 get_initpid(void) function
436 (void) kill(get_initpid(), SIGINT); /* sync */
437 (void) kill(get_initpid(), SIGINT); /* sync */
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c149 get_initpid() function
176 if ((pid = get_initpid()) == -1) {
1649 if (get_initpid() != -1)
1651 (void) kill(get_initpid(), SIGHUP);

Completed in 367 milliseconds