Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dstartd.h91 #define FAULT_COUNT_INCR 0 macro
H A Dmethod.c1236 if (retryable && update_fault_count(inst, FAULT_COUNT_INCR) != 1) in method_thread()
H A Dlibscf.c3122 assert(type == FAULT_COUNT_INCR || type == FAULT_COUNT_RESET); in update_fault_count()
3124 if (type == FAULT_COUNT_INCR) { in update_fault_count()
H A Drestarter.c1155 (void) update_fault_count(inst, FAULT_COUNT_INCR); in stop_instance()