Home
last modified time | relevance | path

Searched refs:APM_BIOS (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/apm/
H A Dapm.c245 args.eax = (APM_BIOS) << 8 | APM_RESUMETIMER; in print_all_info()
294 args.eax = (APM_BIOS) << 8 | APM_RESUMEONRING; in print_all_info()
363 args.eax = (APM_BIOS) << 8 | APM_RESUMETIMER; in apm_set_timer()
/freebsd/sys/x86/include/
H A Dapm_bios.h25 #define APM_BIOS 0x53 macro