Home
last modified time | relevance | path

Searched refs:update_fault_count (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Dmethod.c1237 (void) update_fault_count(inst, FAULT_COUNT_RESET); in method_thread()
1260 if (retryable && update_fault_count(inst, FAULT_COUNT_INCR) != 1) in method_thread()
H A Dstartd.h676 int update_fault_count(restarter_inst_t *, int);
H A Drestarter.c1157 (void) update_fault_count(inst, FAULT_COUNT_INCR); in stop_instance()
1164 (void) update_fault_count(inst, FAULT_COUNT_RESET); in stop_instance()
H A Dlibscf.c3120 update_fault_count(restarter_inst_t *inst, int type) in update_fault_count() function