Searched defs:lom_temp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/bsc/
H A Dpicllom.c416 lom_temp_t lom_temp; local
424 res = ioctl(lom_fd, LOMIOCTEMP, &lom_temp);
428 *temp_p = lom_temp.temp[index];
856 lom_temp_t lom_temp; local
862 res = ioctl(lom_fd, LOMIOCTEMP, &lom_temp);
864 if ((res == 0) && (lom_temp.num > 0)) {
868 for (i = 0; i < lom_temp.num; i++) {
872 high_warnings[i] = lom_temp.warning[i];
873 high_shutdowns[i] = lom_temp.shutdown[i];
875 convert_node_name(lom_temp
[all...]

Completed in 60 milliseconds