Home
last modified time | relevance | path

Searched refs:SCRIPT_OK (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.c164 c = SCRIPT_OK; in run_script()
257 if (c == SCRIPT_OK) in script_exit()