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

/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c204 char *shutdown_program; local
317 shutdown_program = REBOOT;
320 shutdown_program = HALT;
323 shutdown_program = NULL;
422 if (shutdown_program != NULL) {
424 execlp(shutdown_program, shutdown_program,
441 if (shutdown_program) {
442 (void) printf("%s ", shutdown_program);

Completed in 58 milliseconds