Searched defs:time_to_exit (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dmain.c79 * Globals for singal handling. time_to_exit is set by sig_handle()
85 boolean_t time_to_exit = B_FALSE; variable
226 time_to_exit = B_TRUE;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c311 static boolean_t time_to_exit = B_FALSE; variable
923 time_to_exit = B_FALSE;
1014 if (saw_error || time_to_exit)
1023 time_to_exit = B_TRUE;
1024 if (time_to_exit || (!yyin_is_a_tty && feof(yyin)))
1707 /* set time_to_exit if in global scope */
1709 time_to_exit = B_TRUE;
1738 time_to_exit = B_TRUE;
4183 if (saw_error || time_to_exit)
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c562 static boolean_t time_to_exit = B_FALSE, force_exit = B_FALSE; variable
2170 time_to_exit = B_TRUE;
2181 time_to_exit = B_TRUE;
7236 if (!time_to_exit) {
7285 time_to_exit = B_FALSE;
7347 time_to_exit = B_TRUE;
7348 if (time_to_exit || (!yyin_is_a_tty && feof(yyin)))

Completed in 83 milliseconds