Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svc/startd/
H A Dstartd.h98 #define FAULT_COUNT_INCR 0 macro
H A Dmethod.c1221 if (retryable && update_fault_count(inst, FAULT_COUNT_INCR) != 1) in method_thread()
H A Dlibscf.c3114 assert(type == FAULT_COUNT_INCR || type == FAULT_COUNT_RESET); in update_fault_count()
3116 if (type == FAULT_COUNT_INCR) { in update_fault_count()
H A Drestarter.c1152 (void) update_fault_count(inst, FAULT_COUNT_INCR); in stop_instance()