Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/events/
H A Devmisc.c226 UINT8 HandlerListId = 0; in AcpiEvQueueNotifyRequest() local
244 HandlerListId = ACPI_SYSTEM_HANDLER_LIST; in AcpiEvQueueNotifyRequest()
248 HandlerListId = ACPI_DEVICE_HANDLER_LIST; in AcpiEvQueueNotifyRequest()
258 HandlerListHead = ObjDesc->CommonNotify.NotifyList[HandlerListId]; in AcpiEvQueueNotifyRequest()
265 if (!AcpiGbl_GlobalNotify[HandlerListId].Handler && !HandlerListHead) in AcpiEvQueueNotifyRequest()
286 Info->Notify.HandlerListId = HandlerListId; in AcpiEvQueueNotifyRequest()
288 Info->Notify.Global = &AcpiGbl_GlobalNotify[HandlerListId]; in AcpiEvQueueNotifyRequest()
348 HandlerObj = HandlerObj->Notify.Next[Info->Notify.HandlerListId]; in AcpiEvNotifyDispatch()
/freebsd/sys/contrib/dev/acpica/include/
H A Daclocal.h927 UINT8 HandlerListId; member