Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Denvd.h121 int8_t policy_entries; /* #valid entries in policy_data[] */ member
209 short policy_entries; /* # entries in policy_data */ member
H A Dpiclenvd.c1112 datap->policy_type, datap->policy_entries, in process_fru_envseg()
1141 threshp->policy_entries = datap->policy_entries; in process_fru_envseg()
1513 if (index >= threshp->policy_entries) in adjust_sensor_target()
1514 index = threshp->policy_entries - 1; in adjust_sensor_target()
1629 temp = (threshp && threshp->policy_entries > 0) ? in envd_setup_sensors()