Searched defs:threshp (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvsetup.c289 add_sensor_thresh_props(picl_nodehdl_t nodeh, sensor_ctrl_blk_t *threshp) argument
295 sizeof (threshp->low_power_off),
296 (void *)&(threshp->low_power_off), &proph);
300 sizeof (threshp->low_shutdown),
301 (void *)&(threshp->low_shutdown), &proph);
305 sizeof (threshp->low_warning),
306 (void *)&(threshp->low_warning), &proph);
310 sizeof (threshp->high_warning),
311 (void *)&(threshp->high_warning), &proph);
315 sizeof (threshp
334 sensor_ctrl_blk_t *threshp; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvsetup.c357 add_sensor_thresh_props(picl_nodehdl_t nodeh, sensor_ctrl_blk_t *threshp) argument
363 sizeof (threshp->low_power_off),
364 (void *)&(threshp->low_power_off), &proph);
368 sizeof (threshp->low_shutdown),
369 (void *)&(threshp->low_shutdown), &proph);
373 sizeof (threshp->low_warning),
374 (void *)&(threshp->low_warning), &proph);
378 sizeof (threshp->high_warning),
379 (void *)&(threshp->high_warning), &proph);
383 sizeof (threshp
403 sensor_ctrl_blk_t *threshp; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvsetup.c420 add_sensor_thresh_props(picl_nodehdl_t nodeh, sensor_thresh_t *threshp) argument
426 sizeof (threshp->low_power_off),
427 (void *)&(threshp->low_power_off), &proph);
431 sizeof (threshp->low_shutdown),
432 (void *)&(threshp->low_shutdown), &proph);
436 sizeof (threshp->low_warning),
437 (void *)&(threshp->low_warning), &proph);
441 sizeof (threshp->high_warning),
442 (void *)&(threshp->high_warning), &proph);
446 sizeof (threshp
477 sensor_thresh_t *threshp; local
[all...]
H A Dpiclenvd.c757 sensor_thresh_t *threshp = sensorp->temp_thresh; local
793 if (threshp) {
794 if (new_temp > threshp->max_limit)
795 new_temp = threshp->max_limit;
796 else if (new_temp < threshp->min_limit)
797 new_temp = threshp->min_limit;
1029 sensor_thresh_t *threshp; local
1131 threshp = sensorp->temp_thresh;
1132 threshp->high_power_off = datap->high_power_off;
1133 threshp
1491 sensor_thresh_t *threshp; local
1613 sensor_thresh_t *threshp; local
1796 sensor_thresh_t *threshp; local
1905 sensor_thresh_t *threshp; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvd.c455 sensor_thresh_t *threshp; local
462 threshp = sensorp->temp_thresh;
463 sensorp->cur_temp = threshp->target_temp;
484 &threshp->low_power_off);
486 &threshp->high_power_off);
524 sensor_thresh_t *threshp; local
555 threshp = sensorp->temp_thresh;
556 if (TEMP_IN_WARNING_RANGE(temp, threshp)) {
566 threshp->low_warning,
567 threshp
[all...]
H A Dpiclenvsetup.c397 add_sensor_thresh_props(picl_nodehdl_t nodeh, sensor_thresh_t *threshp) argument
403 sizeof (threshp->low_power_off),
404 (void *)&(threshp->low_power_off), &proph);
408 sizeof (threshp->low_shutdown),
409 (void *)&(threshp->low_shutdown), &proph);
413 sizeof (threshp->low_warning),
414 (void *)&(threshp->low_warning), &proph);
418 sizeof (threshp->high_warning),
419 (void *)&(threshp->high_warning), &proph);
423 sizeof (threshp
454 sensor_thresh_t *threshp; local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c5866 pm_current_threshold(dev_info_t *dip, int comp, int *threshp) argument
5871 *threshp = cur_threshold(dip, comp);

Completed in 105 milliseconds