Home
last modified time | relevance | path

Searched refs:SCRIPT_KILLED (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dscript_handler.h52 enum { SCRIPT_OK, SCRIPT_KILLED, SCRIPT_FAILED }; enumerator
H A Dscript_handler.c175 c = SCRIPT_KILLED; in run_script()
259 else if (c == SCRIPT_KILLED) in script_exit()