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

  /src/sys/dev/apm/
apm.c 96 static void apm_event_handle(struct apm_softc *, u_int, u_int);
384 apm_event_handle(struct apm_softc *sc, u_int event_code, u_int event_info) function in typeref:typename:void
548 apm_event_handle(sc, event_code, event_info);
  /src/sys/dev/hpc/apm/
apmdev.c 99 static void apm_event_handle(struct apm_softc *, u_int, u_int);
395 apm_event_handle(struct apm_softc *sc, u_int event_code, u_int event_info) function in typeref:typename:void
559 apm_event_handle(sc, event_code, event_info);

Completed in 13 milliseconds