Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c511 int nfans; in process_fru_seeprom() local
525 nfans = (int)buff[NFANS_OFFSET(nsensors)]; in process_fru_seeprom()
526 if (nfans != MAX_FANS) { in process_fru_seeprom()
560 while (nfans > 0) { in process_fru_seeprom()
571 nfans--; in process_fru_seeprom()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c656 int nfans; in process_fru_seeprom() local
670 nfans = (int)buff[NFANS_OFFSET(nsensors)]; in process_fru_seeprom()
671 if (nfans != MAX_FANS) { in process_fru_seeprom()
706 while (nfans > 0) { in process_fru_seeprom()
723 nfans--; in process_fru_seeprom()