HomeSort by: relevance | last modified time | path
    Searched refs:PROP_BATTHIGH (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/sysmon/
sysmonvar.h 142 #define PROP_BATTHIGH 0x0040
149 PROP_BATTHIGH | PROP_BATTMAX)
sysmon_envsys_events.c 82 { "high-capacity", ENVSYS_LIM_WARNMAX, PROP_BATTHIGH },
197 if (props & edata->upropset & (PROP_WARNMAX | PROP_BATTHIGH)) {
201 props &= ~(PROP_WARNMAX | PROP_BATTHIGH);
837 else if ((edata->upropset & (PROP_WARNMAX | PROP_BATTHIGH)) &&
sysmon_envsys.c 1208 if (edata->upropset & PROP_BATTHIGH) {
1990 props |= PROP_BATTHIGH;

Completed in 20 milliseconds