Searched refs:efork (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/init/ |
H A D | init.c | 590 static struct PROC_TABLE *efork(int, struct PROC_TABLE *, int); 943 while ((su_process = efork(M_OFF, NULLPROC, NOCLEANUP)) == NO_ROOM) in enter_maintenance() 1399 while ((process = efork(cmd->c_action, oprocess, modes)) == NO_ROOM) in spawn() 1897 while ((process = efork(M_OFF, NULLPROC, 0)) == NO_ROOM) in killproc() 2100 (process = efork(M_OFF, oprocess, in boot_init() 2454 efork(int action, struct PROC_TABLE *process, int modes) in efork() function
|