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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dscript_handler.h37 * SCRIPT_TIMEOUT seconds; and the signal SIGKILL is sent if it is still alive
38 * SCRIPT_TIMEOUT_GRACE seconds after SIGTERM is sent. (SCRIPT_TIMEOUT +
41 #define SCRIPT_TIMEOUT 55 macro
H A Dscript_handler.c48 * is set for SCRIPT_TIMEOUT seconds. If the alarm fires, SIGTERM is sent to
65 * script's absolute timeout value. the first timeout is set to SCRIPT_TIMEOUT
150 * the first timeout fires SCRIPT_TIMEOUT seconds from now.
152 timeout = time(NULL) + SCRIPT_TIMEOUT;
154 (void) alarm(SCRIPT_TIMEOUT);

Completed in 44 milliseconds