Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Denvd.h252 uchar_t low_shutdown; member
282 (val) < (char)((sensorp)->es_ptr->low_shutdown))
290 (val) < (char)((diskp)->low_shutdown))
416 uchar_t low_shutdown; member
H A Dpiclenvsetup.c368 sizeof (threshp->low_shutdown), in add_sensor_thresh_props()
369 (void *)&(threshp->low_shutdown), &proph); in add_sensor_thresh_props()
588 sizeof (diskp->low_shutdown), in add_disk_nodes_and_props()
589 (void *)&(diskp->low_shutdown), &proph); in add_disk_nodes_and_props()
H A Dpiclenvd.c1206 diskp->low_shutdown = disk_low_shutdown_temperature; in envd_setup_disks()
1683 (int)sensorp->es_ptr->low_shutdown); in handle_overtemp_interrupt()
1722 sensorp->es_ptr->low_shutdown, in handle_overtemp_interrupt()
2183 diskp->current_temp, diskp->low_shutdown, in disk_temp_thr()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Denvd.h120 int8_t low_shutdown; /* low shutdown threshold */ member
204 tempr_t low_shutdown; /* low shutdown temperature */ member
218 ((val) > (threshp)->high_shutdown || (val) < (threshp)->low_shutdown)
H A Dpiclenvd.c368 &dummy_thresh.low_shutdown, 0},
386 &dummy_thresh.low_shutdown, SFLAG_CPU_AMB_SENSOR},
403 &dummy_thresh.low_shutdown, SFLAG_CPU_DIE_SENSOR},
1108 datap->low_warning, datap->low_shutdown, in process_fru_envseg()
1136 threshp->low_shutdown = datap->low_shutdown; in process_fru_envseg()
1875 temp, threshp->low_shutdown, in monitor_sensors()
H A Dpiclenvsetup.c431 sizeof (threshp->low_shutdown), in add_sensor_thresh_props()
432 (void *)&(threshp->low_shutdown), &proph); in add_sensor_thresh_props()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Denvd.h75 tempr_t low_shutdown; /* low shutdown temperature */ member
83 ((val) > (threshp)->high_shutdown || (val) < (threshp)->low_shutdown)
H A Dpiclenvd.c219 {"cpu_amb_low_shutdown", &cpu_amb_thresh.low_shutdown, KTYPE_INT,
229 {"cpu_die_low_shutdown", &cpu_die_thresh.low_shutdown, KTYPE_INT,
588 temp, threshp->low_shutdown, in monitor_sensors()
H A Dpiclenvsetup.c408 sizeof (threshp->low_shutdown), in add_sensor_thresh_props()
409 (void *)&(threshp->low_shutdown), &proph); in add_sensor_thresh_props()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Denvd.h182 uchar_t low_shutdown; member
212 (val) < (char)((sensorp)->es_ptr->low_shutdown))
H A Dpiclenvsetup.c300 sizeof (threshp->low_shutdown), in add_sensor_thresh_props()
301 (void *)&(threshp->low_shutdown), &proph); in add_sensor_thresh_props()
H A Dpiclenvd.c1312 (int)sensorp->es_ptr->low_shutdown); in handle_overtemp_interrupt()
1351 sensorp->es_ptr->low_shutdown, in handle_overtemp_interrupt()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Denvd.h363 (val) < (char)((diskp)->low_shutdown))
474 uchar_t low_shutdown; member
H A Dpiclenvsetup.c589 sizeof (diskp->low_shutdown), in add_disk_nodes_and_props()
590 (void *)&(diskp->low_shutdown), &proph); in add_disk_nodes_and_props()
H A Dpiclenvd.c799 diskp->low_shutdown = disk_low_shutdown_temperature; in envd_setup_disks()
1699 diskp->current_temp, diskp->low_shutdown, in disk_temp_thr()