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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c513 int nfans; local
527 nfans = (int)buff[NFANS_OFFSET(nsensors)];
528 if (nfans != MAX_FANS) {
562 while (nfans > 0) {
573 nfans--;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c658 int nfans; local
672 nfans = (int)buff[NFANS_OFFSET(nsensors)];
673 if (nfans != MAX_FANS) {
708 while (nfans > 0) {
725 nfans--;

Completed in 400 milliseconds