Lines Matching refs:run_method
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()
1842 (void) run_method(instance, IM_OFFLINE, NULL); in handle_restarter_event()
1868 (void) run_method(instance, IM_OFFLINE, NULL); in handle_restarter_event()
1984 (void) run_method(instance, IM_DISABLE, NULL); in handle_restarter_event()
2010 (void) run_method(instance, IM_DISABLE, NULL); in handle_restarter_event()
2994 run_method(instance_t *instance, instance_method_t method, in run_method() function
3290 (void) run_method(instance, IM_OFFLINE, NULL); in process_nowait_request()
3297 ret = run_method(instance, IM_START, pi); in process_nowait_request()
3334 (void) run_method(instance, IM_OFFLINE, NULL); in process_nowait_request()
3410 (void) run_method(instance, IM_OFFLINE, NULL); in process_wait_request()
3416 ret = run_method(instance, IM_START, pi); in process_wait_request()