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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c331 * DEMANDREQUEST Process started by a "telinit [abc]" command. Processes
351 #define DEMANDREQUEST 020 macro
1039 (process->p_flags & DEMANDREQUEST) == 0)) {
1076 * still alive or a DEMANDREQUEST we touch it so
1084 (LIVING|NOCLEANUP|DEMANDREQUEST))
1265 * If there is an entry, and it is marked as DEMANDREQUEST,
1270 if (((pp->p_flags & (LIVING|DEMANDREQUEST)) == DEMANDREQUEST) &&
1338 if (process->p_flags & DEMANDREQUEST || cur_state == LVLa ||
1340 modes |= DEMANDREQUEST;
[all...]

Completed in 61 milliseconds