Home
last modified time | relevance | path

Searched refs:HandlerListHead (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/events/
H A Devmisc.c116 ACPI_OPERAND_OBJECT *HandlerListHead = NULL; in AcpiEvQueueNotifyRequest() local
150 HandlerListHead = ObjDesc->CommonNotify.NotifyList[HandlerListId]; in AcpiEvQueueNotifyRequest()
157 if (!AcpiGbl_GlobalNotify[HandlerListId].Handler && !HandlerListHead) in AcpiEvQueueNotifyRequest()
179 Info->Notify.HandlerListHead = HandlerListHead; in AcpiEvQueueNotifyRequest()
233 HandlerObj = Info->Notify.HandlerListHead; in AcpiEvNotifyDispatch()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Daclocal.h821 union acpi_operand_object *HandlerListHead; member