Searched defs:SPAWN_LIMIT (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 */ macro
/illumos-gate/usr/src/cmd/init/
H A Dinit.c361 * respawn a process SPAWN_LIMIT times before it gets mad.
363 * SPAWN_LIMIT The number of respawns "init" will attempt in
373 #define SPAWN_LIMIT 10 macro
1364 if (process->p_count++ == SPAWN_LIMIT) {
1380 } else if (process->p_count > SPAWN_LIMIT) {

Completed in 67 milliseconds