Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/dev/acpica/components/events/
HDevmisc.c117 UINT8 HandlerListId = 0; in AcpiEvQueueNotifyRequest() local
135 HandlerListId = ACPI_SYSTEM_HANDLER_LIST; in AcpiEvQueueNotifyRequest()
139 HandlerListId = ACPI_DEVICE_HANDLER_LIST; in AcpiEvQueueNotifyRequest()
149 HandlerListHead = ObjDesc->CommonNotify.NotifyList[HandlerListId]; in AcpiEvQueueNotifyRequest()
156 if (!AcpiGbl_GlobalNotify[HandlerListId].Handler && !HandlerListHead) in AcpiEvQueueNotifyRequest()
177 Info->Notify.HandlerListId = HandlerListId; in AcpiEvQueueNotifyRequest()
179 Info->Notify.Global = &AcpiGbl_GlobalNotify[HandlerListId]; in AcpiEvQueueNotifyRequest()
239 HandlerObj = HandlerObj->Notify.Next[Info->Notify.HandlerListId]; in AcpiEvNotifyDispatch()
/NextBSD/sys/contrib/dev/acpica/include/
HDaclocal.h785 UINT8 HandlerListId; member