Lines Matching defs:fan
5156 fan_decode(Fan_elem_st *fan)
5158 if (fan->fail) {
5162 if (fan->speed == 0) {
5165 } else if (fan->speed < S_HI_SPEED) {
5183 Fan_elem_st fan;
5195 (void *)&fan, sizeof (fan));
5197 if (fan.code == S_OK) {
5200 } else if (fan.code == S_CRITICAL) {
5203 fan_decode(&fan);
5205 } else if (fan.code == S_NONCRITICAL) {
5208 fan_decode(&fan);
5210 } else if (fan.code == S_NOT_INSTALLED) {
5213 } else if (fan.code == S_NOT_AVAILABLE) {