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

/opensolaris-onvv-gate/usr/src/cmd/init/
H A Dinit.c323 * NOCLEANUP efork() is not allowed to cleanup this entry even
346 #define NOCLEANUP 04 macro
940 while ((su_process = efork(M_OFF, NULLPROC, NOCLEANUP)) == NO_ROOM)
1081 (LIVING|NOCLEANUP|DEMANDREQUEST))
1339 modes |= NOCLEANUP;
1347 * Add NOCLEANUP to all respawnable commands so that the
1350 modes |= NOCLEANUP;
2095 (NAMED|NOCLEANUP))) == NO_ROOM;
2453 * that don't have NOCLEANUP set. Perform the necessary accounting.
2456 if ((proc->p_flags & (OCCUPIED|LIVING|NOCLEANUP))
[all...]

Completed in 100 milliseconds