Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/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()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Daclocal.h919 union acpi_operand_object *HandlerListHead; member