Searched defs:SPAWN_INTERVAL (Results 1 - 2 of 2) 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
/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 64 milliseconds