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

/opensolaris-onvv-gate/usr/src/cmd/init/
H A Dinit.c162 * TWARN The amount of time between warning signal, SIGTERM,
165 #define TWARN 5 macro
1062 * TWARN seconds.
1094 * are found that haven't left yet, sleep for TWARN seconds and
1100 * Set the alarm for TWARN seconds on the assumption
1103 * wakeup in TWARN seconds whether we need to or not.
1105 setimer(TWARN);
1115 * TWARN time hasn't expired yet, wait for process
1904 * first using SIGTERM and if it refuses to die in TWARN
1908 (void) timer(TWARN);
[all...]

Completed in 100 milliseconds