Home
last modified time | relevance | path

Searched refs:PROP_BATTHIGH (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/sysmon/
H A Dsysmonvar.h142 #define PROP_BATTHIGH 0x0040 macro
149 PROP_BATTHIGH | PROP_BATTMAX)
H A Dsysmon_envsys_events.c82 { "high-capacity", ENVSYS_LIM_WARNMAX, PROP_BATTHIGH },
197 if (props & edata->upropset & (PROP_WARNMAX | PROP_BATTHIGH)) { in sme_event_register()
201 props &= ~(PROP_WARNMAX | PROP_BATTHIGH); in sme_event_register()
837 else if ((edata->upropset & (PROP_WARNMAX | PROP_BATTHIGH)) && in sme_events_worker()
H A Dsysmon_envsys.c1208 if (edata->upropset & PROP_BATTHIGH) { in sme_remove_userprops()
1990 props |= PROP_BATTHIGH; in sme_userset_dictionary()