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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Dpiclenvd.c817 "tpage supported for %s\n",
1408 uchar_t tpage[256]; local
1513 ret = scsi_log_sense(diskp, TEMPERATURE_PAGE, tpage,
1514 sizeof (tpage), 1);
1526 if ((tpage[7] == 0x02) && (tpage[4] == 0x00) &&
1527 (tpage[5] == 0x00)) {
1528 if (tpage[9] == 0xFF) {
1532 diskp->current_temp = tpage[9];
1541 if ((tpage[1
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c1195 "tpage supported for %s\n",
1998 uchar_t tpage[256]; local
2002 tpage, sizeof (tpage));
2013 if ((tpage[7] == 0x02) && (tpage[4] == 0x00) &&
2014 (tpage[5] == 0x00)) {
2015 if (tpage[9] == 0xFF) {
2019 diskp->current_temp = tpage[9];
2028 if ((tpage[1
[all...]

Completed in 51 milliseconds