Searched refs:APM_NEVENTS (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/i386/bios/
H A Dapm.h24 #define APM_NEVENTS 16 macro
53 struct apm_event_info event_list[APM_NEVENTS];
H A Dapm.c1020 if (sc->event_count == APM_NEVENTS)
1027 sc->event_ptr %= APM_NEVENTS;
1459 i = sc->event_ptr + APM_NEVENTS - sc->event_count;
1460 i %= APM_NEVENTS;

Completed in 52 milliseconds