Home
last modified time | relevance | path

Searched refs:SFLAG_CPU_AMB_SENSOR (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c218 CPU0_FRU_DEVFS, CPU_FRU_AMB_SENSOR, SFLAG_CPU_AMB_SENSOR, -1},
223 CPU1_FRU_DEVFS, CPU_FRU_AMB_SENSOR, SFLAG_CPU_AMB_SENSOR, -1},
382 &dummy_thresh.low_power_off, SFLAG_CPU_AMB_SENSOR},
384 &dummy_thresh.low_shutdown, SFLAG_CPU_AMB_SENSOR},
386 &dummy_thresh.low_warning, SFLAG_CPU_AMB_SENSOR},
388 &dummy_thresh.policy_data[LOW_NOMINAL_LOC], SFLAG_CPU_AMB_SENSOR},
390 &dummy_thresh.high_power_off, SFLAG_CPU_AMB_SENSOR},
392 &dummy_thresh.high_shutdown, SFLAG_CPU_AMB_SENSOR},
394 &dummy_thresh.high_warning, SFLAG_CPU_AMB_SENSOR},
396 &dummy_thresh.policy_data[HIGH_NOMINAL_LOC], SFLAG_CPU_AMB_SENSOR},
[all …]
H A Denvd.h311 #define SFLAG_CPU_AMB_SENSOR 0x10 /* CPU ambient sensor */ macro