Home
last modified time | relevance | path

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; in rmc_state_event() local
760 (void) strlcpy(hpu.id.name, RMC_NAME, sizeof (hpu.id.name)); in rmc_state_event()
761 res = ioctl(fd, ENVMONIOCHPU, &hpu); in rmc_state_event()
764 if ((res == 0) && (hpu.sensor_status == ENVMON_SENSOR_OK) && in rmc_state_event()
765 ((hpu.fru_status & ENVMON_FRU_FAULT) != 0)) { in rmc_state_event()
2154 envmon_hpu_t hpu; in opst_init() local
2197 hpu.id.name[0] = '\0'; /* request for first name */ in opst_init()
2198 res = ioctl(fd, ENVMONIOCHPU, &hpu); in opst_init()
2207 (hpu.next_id.name[0] != '\0')) { in opst_init()
[all …]