Searched refs:IM_START (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | inetd.c | 161 {IIS_ONLINE, "online", RESTARTER_STATE_ONLINE, IM_START}, 605 IM_START]->exec_args_we.we_wordv[0]; in tcp_wrappers_ok() 1235 if ((ret[0] = strrchr(cfg->methods[IM_START]->exec_path, '/')) in expand_address() 1239 ret[0] = cfg->methods[IM_START]->exec_path; in expand_address() 1290 if (mthd == IM_START) { in add_method_ids() 1314 if (mthd == IM_START) { in remove_method_ids() 1464 IM_START, NULL) == 0) { in retrieve_method_pids() 1630 !method_info_equal(ocfg->methods[IM_START], in refresh_instance() 1631 cfg->methods[IM_START])) { in refresh_instance() 2703 if (method == IM_START) { in exec_method() [all …]
|
H A D | wait.c | 164 if (mp->method == IM_START) { in method_timeout() 231 if (mthd != IM_START) { in register_method() 403 if (me->method != IM_START) { in process_terminated_methods()
|
H A D | inetd_impl.h | 106 IM_START, enumerator
|
H A D | util.c | 63 {IM_START, START_METHOD_NAME, IIS_NONE},
|
H A D | config.c | 536 if ((instance_method_t)i == IM_START) { in valid_inst_props()
|