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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c326 * NOCLEANUP efork() is not allowed to cleanup this entry even
349 #define NOCLEANUP 04 macro
943 while ((su_process = efork(M_OFF, NULLPROC, NOCLEANUP)) == NO_ROOM)
1084 (LIVING|NOCLEANUP|DEMANDREQUEST))
1342 modes |= NOCLEANUP;
1350 * Add NOCLEANUP to all respawnable commands so that the
1353 modes |= NOCLEANUP;
2101 (NAMED|NOCLEANUP))) == NO_ROOM;
2461 * that don't have NOCLEANUP set. Perform the necessary accounting.
2464 if ((proc->p_flags & (OCCUPIED|LIVING|NOCLEANUP))
[all...]

Completed in 63 milliseconds