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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Denvd.h76 tempr_t high_shutdown; /* high shutdown temperature */ member in struct:__anon1140
83 ((val) > (threshp)->high_shutdown || (val) < (threshp)->low_shutdown)
H A Dpiclenvd.c45 * high_shutdown high soft shutdown limit
57 * that sensor. If the temperature reaches the high_shutdown limit or the
225 {"cpu_amb_high_shutdown", &cpu_amb_thresh.high_shutdown, KTYPE_INT,
235 {"cpu_die_high_shutdown", &cpu_die_thresh.high_shutdown, KTYPE_INT,
504 * temperature > high_shutdown
510 * high_warning < temperature <= high_shutdown
589 threshp->high_shutdown);
H A Dpiclenvsetup.c423 sizeof (threshp->high_shutdown),
424 (void *)&(threshp->high_shutdown), &proph);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Denvd.h249 uchar_t high_shutdown; member in struct:sensor_ctrl_blk
281 ((val) > (sensorp)->es_ptr->high_shutdown || \
289 ((val) > (diskp)->high_shutdown || \
413 uchar_t high_shutdown; member in struct:env_disk
H A Dpiclenvsetup.c383 sizeof (threshp->high_shutdown),
384 (void *)&(threshp->high_shutdown), &proph);
603 sizeof (diskp->high_shutdown),
604 (void *)&(diskp->high_shutdown), &proph);
H A Dpiclenvd.c1205 diskp->high_shutdown = disk_high_shutdown_temperature;
1682 sensorp->es_ptr->high_shutdown,
1723 sensorp->es_ptr->high_shutdown);
2184 diskp->high_shutdown);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Denvd.h117 int8_t high_shutdown; /* high shutdown threshold */ member in struct:__anon1125
205 tempr_t high_shutdown; /* high shutdown temperature */ member in struct:__anon1126
218 ((val) > (threshp)->high_shutdown || (val) < (threshp)->low_shutdown)
H A Dpiclenvd.c45 * high_shutdown high soft shutdown limit
57 * that sensor. If the temperature reaches the high_shutdown limit or the
373 {"high_shutdown", process_threshold_tuneable,
374 &dummy_thresh.high_shutdown, 0},
394 &dummy_thresh.high_shutdown, SFLAG_CPU_AMB_SENSOR},
411 &dummy_thresh.high_shutdown, SFLAG_CPU_DIE_SENSOR},
1104 datap->high_power_off, datap->high_shutdown,
1133 threshp->high_shutdown = datap->high_shutdown;
1777 * temperature > high_shutdown
[all...]
H A Dpiclenvsetup.c446 sizeof (threshp->high_shutdown),
447 (void *)&(threshp->high_shutdown), &proph);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Denvd.h362 ((val) > (diskp)->high_shutdown || \
471 uchar_t high_shutdown; member in struct:env_disk
H A Dpiclenvsetup.c604 sizeof (diskp->high_shutdown),
605 (void *)&(diskp->high_shutdown), &proph);
H A Dpiclenvd.c798 diskp->high_shutdown = disk_high_shutdown_temperature;
1700 diskp->high_shutdown);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Denvd.h179 uchar_t high_shutdown; member in struct:sensor_ctrl_blk
211 ((val) > (sensorp)->es_ptr->high_shutdown || \
H A Dpiclenvsetup.c315 sizeof (threshp->high_shutdown),
316 (void *)&(threshp->high_shutdown), &proph);
H A Dpiclenvd.c1311 sensorp->es_ptr->high_shutdown,
1352 sensorp->es_ptr->high_shutdown);

Completed in 103 milliseconds