HomeSort by: relevance | last modified time | path
    Searched defs:tctrl_apm_record_event (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc/dev/
tctrl.c 194 static int tctrl_apm_record_event(struct tctrl_softc *, u_int);
739 tctrl_apm_record_event(struct tctrl_softc *sc, u_int event_type) function in typeref:typename:int
790 if (tctrl_apm_record_event(sc, APM_BATTERY_LOW))
798 if (tctrl_apm_record_event(sc, APM_POWER_CHANGE))
tctrl.c 194 static int tctrl_apm_record_event(struct tctrl_softc *, u_int);
739 tctrl_apm_record_event(struct tctrl_softc *sc, u_int event_type) function in typeref:typename:int
790 if (tctrl_apm_record_event(sc, APM_BATTERY_LOW))
798 if (tctrl_apm_record_event(sc, APM_POWER_CHANGE))

Completed in 23 milliseconds