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

/freebsd-12-stable/sys/i386/bios/
H A Dapm.h24 #define APM_NEVENTS 16 macro
48 struct apm_event_info event_list[APM_NEVENTS];
H A Dapm.c950 if (sc->event_count == APM_NEVENTS)
957 sc->event_ptr %= APM_NEVENTS;
1403 i = sc->event_ptr + APM_NEVENTS - sc->event_count;
1404 i %= APM_NEVENTS;

Completed in 58 milliseconds