Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svc/startd/
H A Dmethod.c1198 (void) update_fault_count(inst, FAULT_COUNT_RESET); in method_thread()
1221 if (retryable && update_fault_count(inst, FAULT_COUNT_INCR) != 1) in method_thread()
H A Dstartd.h678 int update_fault_count(restarter_inst_t *, int);
H A Drestarter.c1152 (void) update_fault_count(inst, FAULT_COUNT_INCR); in stop_instance()
1159 (void) update_fault_count(inst, FAULT_COUNT_RESET); in stop_instance()
H A Dlibscf.c3112 update_fault_count(restarter_inst_t *inst, int type) in update_fault_count() function