Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/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()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Daclocal.h917 UINT8 HandlerListId; member