Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/components/events/
H A Devmisc.c224 ACPI_OPERAND_OBJECT *HandlerListHead = NULL; in AcpiEvQueueNotifyRequest() local
258 HandlerListHead = ObjDesc->CommonNotify.NotifyList[HandlerListId]; in AcpiEvQueueNotifyRequest()
265 if (!AcpiGbl_GlobalNotify[HandlerListId].Handler && !HandlerListHead) in AcpiEvQueueNotifyRequest()
287 Info->Notify.HandlerListHead = HandlerListHead; in AcpiEvQueueNotifyRequest()
341 HandlerObj = Info->Notify.HandlerListHead; in AcpiEvNotifyDispatch()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Daclocal.h920 union acpi_operand_object *HandlerListHead; member