Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dapm_bios.h248 #define APMIO_HALTCPU _IO('P', 7) macro
/freebsd/usr.sbin/apm/
H A Dapm.c342 if (ioctl(fd, APMIO_HALTCPU, NULL) == -1) in apm_haltcpu()
/freebsd/sys/x86/acpica/
H A Dacpi_apm.c359 case APMIO_HALTCPU: in apmioctl()