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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c385 static void add_op_status(envmon_hpu_t *hpu, int *index);
753 envmon_hpu_t hpu; local
760 (void) strlcpy(hpu.id.name, RMC_NAME, sizeof (hpu.id.name));
761 res = ioctl(fd, ENVMONIOCHPU, &hpu);
764 if ((res == 0) && (hpu.sensor_status == ENVMON_SENSOR_OK) &&
765 ((hpu.fru_status & ENVMON_FRU_FAULT) != 0)) {
2154 envmon_hpu_t hpu; local
2197 hpu.id.name[0] = '\0'; /* request for first name */
2198 res = ioctl(fd, ENVMONIOCHPU, &hpu);
2938 add_op_status(envmon_hpu_t *hpu, int *index) argument
[all...]

Completed in 316 milliseconds