Searched refs:stop_instance (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | restarter.c | 304 static int stop_instance(scf_handle_t *, restarter_inst_t *, stop_cause_t); 661 (void) stop_instance(h, inst, RSTOP_EXIT); in restarter_insert_inst() 1032 stop_instance(scf_handle_t *local_handle, restarter_inst_t *inst, in stop_instance() function 1257 r = stop_instance(h, rip, flags); in stop_instance_fmri() 1446 r = stop_instance(h, inst, RSTOP_DISABLE); in enable_inst() 1889 (void) stop_instance(h, inst, RSTOP_DEPENDENCY); in restarter_process_events() 1959 } else if (stop_instance(h, inst, in restarter_process_events() 2239 (void) stop_instance(h, inst, RSTOP_EXIT); in contract_action() 2242 (void) stop_instance(h, inst, RSTOP_CORE); in contract_action() 2245 (void) stop_instance(h, inst, RSTOP_SIGNAL); in contract_action() [all …]
|