Searched refs:APM_MAJOR (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/arch/amd64/include/
H A Dapmvar.h51 #define APM_MAJOR(f) (((f) >> 8) & 0xff) macro
/openbsd-current/sys/arch/i386/include/
H A Dapmvar.h50 #define APM_MAJOR(f) (((f) >> 8) & 0xff) macro
/openbsd-current/sys/arch/i386/i386/
H A Dapm.c628 if (APM_MAJOR(apm_flags) == 1 && APM_MINOR(apm_flags) == 2 &&
649 apm_majver = APM_MAJOR(apm_flags);

Completed in 153 milliseconds