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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c517 static int booting = 1; /* Set while we're booting. */ variable
667 * Initialize state (and set "booting").
671 if (booting && print_banner) {
725 if (!booting) {
2135 booting = 0;
3900 booting = 1;
3913 booting = 0;
3988 if (!booting) {
4056 if (!booting
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c475 boolean_t booting = B_FALSE, alt_root_set = B_FALSE; local
510 booting = B_TRUE;
570 if (!booting && (raopt->opt_flags &

Completed in 56 milliseconds