Home
last modified time | relevance | path

Searched refs:APMIO_NOTHALTCPU (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/x86/include/
H A Dapm_bios.h249 #define APMIO_NOTHALTCPU _IO('P', 8) macro
/freebsd/usr.sbin/apm/
H A Dapm.c345 if (ioctl(fd, APMIO_NOTHALTCPU, NULL) == -1) in apm_haltcpu()
/freebsd/sys/x86/acpica/
H A Dacpi_apm.c361 case APMIO_NOTHALTCPU: in apmioctl()