Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dapm_bios.h256 #define APMIO_NEXTEVENT _IOR('A', 100, struct apm_event_info) macro
/freebsd/sys/x86/acpica/
H A Dacpi_apm.c313 case APMIO_NEXTEVENT: in apmioctl()
/freebsd/usr.sbin/apmd/
H A Dapmd.c492 while (ioctl(fd, APMIO_NEXTEVENT, &apmevent) == 0) { in proc_apmevent()