Home
last modified time | relevance | path

Searched refs:IMRET_FAILURE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dwait.c167 process_non_start_term(mp->inst, IMRET_FAILURE); in method_timeout()
386 ret = IMRET_FAILURE; in process_terminated_methods()
396 ret = IMRET_FAILURE; in process_terminated_methods()
H A Dinetd.c2269 if (status == IMRET_FAILURE) { in process_non_start_term()
2709 exit(IMRET_FAILURE); in exec_method()
2750 exit(IMRET_FAILURE); in exec_method()
2830 exit(IMRET_FAILURE); in exec_method()
2857 exit(IMRET_FAILURE); in exec_method()
2865 exit(IMRET_FAILURE); in exec_method()
2886 exit(IMRET_FAILURE); in exec_method()
2936 exit(IMRET_FAILURE); in exec_method()
2972 ret = IMRET_FAILURE; in smf_kill_process()
3126 process_non_start_term(instance, IMRET_FAILURE); in run_method()
[all …]
/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.h150 #define IMRET_FAILURE 100 macro