Searched refs:efork (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
587 static struct PROC_TABLE *efork(int, struct PROC_TABLE *, int);
940 while ((su_process = efork(M_OFF, NULLPROC, NOCLEANUP)) == NO_ROOM)
1330 * The modes to be sent to efork() are 0 unless we are
1396 while ((process = efork(cmd->c_action, oprocess, modes)) == NO_ROOM)
1891 while ((process = efork(M_OFF, NULLPROC, 0)) == NO_ROOM)
1897 * efork() sets all signal handlers to the default, so reset
2094 (process = efork(M_OFF, oprocess,
2432 * efork() forks a child and the parent inserts the process in its table
2436 * If efork() i
2446 efork(int action, struct PROC_TABLE *process, int modes) function
[all...]

Completed in 107 milliseconds