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

/illumos-gate/usr/src/cmd/ttymon/
H A Dttymon.h98 #define SPAWN_LIMIT 15 /* respawn allowed within SPAWN_INTERVAL */
99 #define SPAWN_INTERVAL (2*60) macro
H A Dttymon.c560 if ((now - pmptr->p_time) < SPAWN_INTERVAL) {
/illumos-gate/usr/src/cmd/init/
H A Dinit.c360 * SPAWN_INTERVAL The number of seconds over which "init" will try to
364 * SPAWN_INTERVAL seconds before it generates an
372 #define SPAWN_INTERVAL (2*60) macro
1366 if ((now - process->p_time) < SPAWN_INTERVAL) {
1386 if (now - process->p_time < SPAWN_INTERVAL + INHIBIT)

Completed in 54 milliseconds