Home
last modified time | relevance | path

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

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