Searched refs:run_method (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | inetd.c | 238 static int run_method(instance_t *, instance_method_t, const proto_info_t *); 670 (void) run_method(inst, IM_DISABLE, NULL); in process_offline_inst() 1146 if (success && run_method(instance, IM_ONLINE, NULL) == -1) in create_bound_fds() 1637 (void) run_method(inst, IM_OFFLINE, NULL); in refresh_instance() 1655 (void) run_method(inst, IM_OFFLINE, in refresh_instance() 1667 (void) run_method(inst, IM_REFRESH, in refresh_instance() 1677 (void) run_method(inst, IM_OFFLINE, NULL); in refresh_instance() 1724 (void) run_method(instance, IM_OFFLINE, NULL); in handle_restarter_event() 1779 (void) run_method(instance, IM_DISABLE, NULL); in handle_restarter_event() 1808 (void) run_method(instance, IM_DISABLE, NULL); in handle_restarter_event() [all …]
|