Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Dpiclenvd.c1411 smart_structure smartpage; in get_disk_temp() local
1417 bzero(&smartpage, sizeof (smartpage)); in get_disk_temp()
1420 &smartpage, sizeof (smartpage), 0); in get_disk_temp()
1435 index = (uint8_t *)&smartpage; in get_disk_temp()
1462 (smartpage.attribute[i].id != 0) && in get_disk_temp()
1465 if (smartpage.attribute[i].id == HDA_TEMP) { in get_disk_temp()
1466 temp_attrib = &smartpage.attribute[i]; in get_disk_temp()