Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/x86/include/
HDapm_bios.h246 #define APMIO_ENABLE _IO('P', 5) macro
/freebsd-14-stable/sys/x86/acpica/
HDacpi_apm.c350 case APMIO_ENABLE: in apmioctl()
/freebsd-14-stable/usr.sbin/apm/
HDapm.c138 if (ioctl(fd, APMIO_ENABLE) == -1) in apm_enable()