Home
last modified time | relevance | path

Searched refs:MAX_RETRIES_FOR_FAN_FAULT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Dpiclenvd.c2080 for (ntries = 0; ntries < MAX_RETRIES_FOR_FAN_FAULT; ntries++) { in has_fan_failed()
2095 if (ntries == MAX_RETRIES_FOR_FAN_FAULT) { in has_fan_failed()
2146 for (ntries = 0; ntries < MAX_RETRIES_FOR_FAN_FAULT; ntries++) { in has_psufan_failed()
2161 if (ntries == MAX_RETRIES_FOR_FAN_FAULT) { in has_psufan_failed()
H A Denvd.h122 #define MAX_RETRIES_FOR_FAN_FAULT 10 macro