Searched refs:hwm_id (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/ |
H A D | piclenvd.c | 1264 handle_overtemp_interrupt(int hwm_id) in handle_overtemp_interrupt() argument 1286 if (sensorp->hwm_id != hwm_id) in handle_overtemp_interrupt() 1394 int hwm_id = (int)args; in ovtemp_thr() local 1397 fd = open(hwm_devs[hwm_id], O_RDWR); in ovtemp_thr() 1399 envd_log(LOG_ERR, ENV_ADM_OPEN_FAIL, hwm_devs[hwm_id], in ovtemp_thr() 1433 hwm_devs[hwm_id], stat[0], stat[1]); in ovtemp_thr() 1437 hwm_devs[hwm_id], hwm_fans[hwm_id][HWM_FAN1]); in ovtemp_thr() 1441 hwm_devs[hwm_id], hwm_fans[hwm_id][HWM_FAN2]); in ovtemp_thr() 1448 (void) handle_overtemp_interrupt(hwm_id); in ovtemp_thr()
|
H A D | envd.h | 302 int hwm_id; member
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/ |
H A D | piclenvd.c | 1631 handle_overtemp_interrupt(int hwm_id) in handle_overtemp_interrupt() argument 1657 if (sensorp->hwm_id != hwm_id) in handle_overtemp_interrupt() 1785 int hwm_id = (int)args; in ovtemp_thr() local 1793 fd = open(hwm_devs[hwm_id], O_RDWR); in ovtemp_thr() 1795 envd_log(LOG_ERR, ENV_ADM_OPEN_FAIL, hwm_devs[hwm_id], in ovtemp_thr() 1801 hwm_devs[hwm_id]); in ovtemp_thr() 1850 hwm_devs[hwm_id], stat[0], stat[1]); in ovtemp_thr() 1853 fanp = fan_lookup(hwm_fans[hwm_id][HWM_FAN1]); in ovtemp_thr() 1856 hwm_devs[hwm_id], in ovtemp_thr() 1857 hwm_fans[hwm_id][HWM_FAN1]); in ovtemp_thr() [all …]
|
H A D | envd.h | 383 int hwm_id; member
|