Home
last modified time | relevance | path

Searched refs:NO_ROOM (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/init/
H A Dinit.c386 #define NO_ROOM ((struct PROC_TABLE *)(FAILURE)) macro
955 while ((su_process = efork(M_OFF, NULLPROC, NOCLEANUP)) == NO_ROOM) in enter_maintenance()
1411 while ((process = efork(cmd->c_action, oprocess, modes)) == NO_ROOM) in spawn()
1909 while ((process = efork(M_OFF, NULLPROC, 0)) == NO_ROOM) in killproc()
2063 (NAMED|NOCLEANUP))) == NO_ROOM; in boot_init()
2479 return (NO_ROOM); in efork()