FAULT_COUNT_INCR
assert(type == FAULT_COUNT_INCR || type == FAULT_COUNT_RESET);
if (type == FAULT_COUNT_INCR) {
if (retryable && update_fault_count(inst, FAULT_COUNT_INCR) != 1)
(void) update_fault_count(inst, FAULT_COUNT_INCR);