Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svc/startd/
H A Dstartd.h99 #define FAULT_COUNT_RESET 1 macro
H A Dmethod.c1198 (void) update_fault_count(inst, FAULT_COUNT_RESET); in method_thread()
H A Dlibscf.c3114 assert(type == FAULT_COUNT_INCR || type == FAULT_COUNT_RESET); in update_fault_count()
3121 if (type == FAULT_COUNT_RESET) in update_fault_count()
H A Drestarter.c1159 (void) update_fault_count(inst, FAULT_COUNT_RESET); in stop_instance()