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

  /src/sys/arch/macppc/dev/
apm.c 73 int event_count; member in struct:apm_softc
175 sc->event_count = 0;
356 if (sc->event_count == APM_NEVENTS) {
361 sc->event_count++;
379 if (sc->event_count)
404 kn->kn_data = sc->event_count;
apm.c 73 int event_count; member in struct:apm_softc
175 sc->event_count = 0;
356 if (sc->event_count == APM_NEVENTS) {
361 sc->event_count++;
379 if (sc->event_count)
404 kn->kn_data = sc->event_count;

Completed in 412 milliseconds