Home
last modified time | relevance | path

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

/freebsd/sys/x86/acpica/
H A Dacpi_apm.c210 clone->notify_status = APM_EV_NONE; in apm_create_clone()
318 clone->notify_status == APM_EV_NONE) { in apmioctl()
/freebsd/sys/dev/acpica/
H A Dacpivar.h121 #define APM_EV_NONE 0 /* Device not yet aware of pending sleep. */ macro
H A Dacpi.c3374 clone->notify_status = APM_EV_NONE; in acpi_ReqSleepState()