Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c175 get_initpid(void) in get_initpid() function
434 (void) kill(get_initpid(), SIGINT); /* sync */ in main()
435 (void) kill(get_initpid(), SIGINT); /* sync */ in main()
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c150 get_initpid() in get_initpid() function
177 if ((pid = get_initpid()) == -1) { in direct_init()
1654 if (get_initpid() != -1) in main()
1656 (void) kill(get_initpid(), SIGHUP); in main()