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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Denvd.h75 tempr_t low_shutdown; /* low shutdown temperature */ member in struct:__anon1140
83 ((val) > (threshp)->high_shutdown || (val) < (threshp)->low_shutdown)
H A Dpiclenvd.c48 * low_shutdown low soft shutdown limit
58 * low_shutdown limit, and remains there for over shutdown_interval seconds,
219 {"cpu_amb_low_shutdown", &cpu_amb_thresh.low_shutdown, KTYPE_INT,
229 {"cpu_die_low_shutdown", &cpu_die_thresh.low_shutdown, KTYPE_INT,
505 * temperature < low_shutdown
511 * low_warning > temperature >= low_shutdown
588 temp, threshp->low_shutdown,
H A Dpiclenvsetup.c408 sizeof (threshp->low_shutdown),
409 (void *)&(threshp->low_shutdown), &proph);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Denvd.h252 uchar_t low_shutdown; member in struct:sensor_ctrl_blk
282 (val) < (char)((sensorp)->es_ptr->low_shutdown))
290 (val) < (char)((diskp)->low_shutdown))
416 uchar_t low_shutdown; member in struct:env_disk
H A Dpiclenvsetup.c368 sizeof (threshp->low_shutdown),
369 (void *)&(threshp->low_shutdown), &proph);
588 sizeof (diskp->low_shutdown),
589 (void *)&(diskp->low_shutdown), &proph);
H A Dpiclenvd.c1206 diskp->low_shutdown = disk_low_shutdown_temperature;
1683 (int)sensorp->es_ptr->low_shutdown);
1722 sensorp->es_ptr->low_shutdown,
2183 diskp->current_temp, diskp->low_shutdown,
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Denvd.h120 int8_t low_shutdown; /* low shutdown threshold */ member in struct:__anon1125
204 tempr_t low_shutdown; /* low shutdown temperature */ member in struct:__anon1126
218 ((val) > (threshp)->high_shutdown || (val) < (threshp)->low_shutdown)
H A Dpiclenvd.c48 * low_shutdown low soft shutdown limit
58 * low_shutdown limit, and remains there for over shutdown_interval seconds,
367 {"low_shutdown", process_threshold_tuneable,
368 &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,
1136 threshp->low_shutdown = datap->low_shutdown;
1778 * temperature < low_shutdown
[all...]
H A Dpiclenvsetup.c431 sizeof (threshp->low_shutdown),
432 (void *)&(threshp->low_shutdown), &proph);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Denvd.h363 (val) < (char)((diskp)->low_shutdown))
474 uchar_t low_shutdown; member in struct:env_disk
H A Dpiclenvsetup.c589 sizeof (diskp->low_shutdown),
590 (void *)&(diskp->low_shutdown), &proph);
H A Dpiclenvd.c799 diskp->low_shutdown = disk_low_shutdown_temperature;
1699 diskp->current_temp, diskp->low_shutdown,
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Denvd.h182 uchar_t low_shutdown; member in struct:sensor_ctrl_blk
212 (val) < (char)((sensorp)->es_ptr->low_shutdown))
H A Dpiclenvsetup.c300 sizeof (threshp->low_shutdown),
301 (void *)&(threshp->low_shutdown), &proph);
H A Dpiclenvd.c1312 (int)sensorp->es_ptr->low_shutdown);
1351 sensorp->es_ptr->low_shutdown,

Completed in 147 milliseconds