Searched defs:efork (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
590 static struct PROC_TABLE *efork(int, struct PROC_TABLE *, int);
943 while ((su_process = efork(M_OFF, NULLPROC, NOCLEANUP)) == NO_ROOM)
1333 * The modes to be sent to efork() are 0 unless we are
1399 while ((process = efork(cmd->c_action, oprocess, modes)) == NO_ROOM)
1897 while ((process = efork(M_OFF, NULLPROC, 0)) == NO_ROOM)
1903 * efork() sets all signal handlers to the default, so reset
2100 (process = efork(M_OFF, oprocess,
2440 * efork() forks a child and the parent inserts the process in its table
2444 * If efork() i
2454 efork(int action, struct PROC_TABLE *process, int modes) function
[all...]

Completed in 52 milliseconds