Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dstartd.h92 #define FAULT_COUNT_RESET 1 macro
H A Dmethod.c1213 (void) update_fault_count(inst, FAULT_COUNT_RESET); in method_thread()
H A Dlibscf.c3122 assert(type == FAULT_COUNT_INCR || type == FAULT_COUNT_RESET); in update_fault_count()
3129 if (type == FAULT_COUNT_RESET) in update_fault_count()
H A Drestarter.c1162 (void) update_fault_count(inst, FAULT_COUNT_RESET); in stop_instance()