Home
last modified time | relevance | path

Searched refs:CommonNotify (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/contrib/dev/acpica/source/components/events/
H A Devhandler.c287 HandlerObj = ObjDesc->CommonNotify.Handler; in AcpiEvHasDefaultHandler()
389 HandlerObj->AddressSpace.SpaceId, ObjDesc->CommonNotify.Handler); in AcpiEvInstallHandler()
593 ObjDesc->CommonNotify.Handler); in AcpiEvInstallSpaceHandler()
697 HandlerObj->AddressSpace.Next = ObjDesc->CommonNotify.Handler; in AcpiEvInstallSpaceHandler()
703 ObjDesc->CommonNotify.Handler = HandlerObj; in AcpiEvInstallSpaceHandler()
H A Devxfregn.c313 HandlerObj = ObjDesc->CommonNotify.Handler; in ACPI_EXPORT_SYMBOL()
314 LastObjPtr = &ObjDesc->CommonNotify.Handler; in ACPI_EXPORT_SYMBOL()
H A Devxface.c306 HandlerObj = ObjDesc->CommonNotify.NotifyList[i]; in AcpiInstallNotifyHandler()
341 ObjDesc->CommonNotify.NotifyList[i]; in AcpiInstallNotifyHandler()
343 ObjDesc->CommonNotify.NotifyList[i] = HandlerObj; in AcpiInstallNotifyHandler()
470 HandlerObj = ObjDesc->CommonNotify.NotifyList[i]; in ACPI_EXPORT_SYMBOL()
497 ObjDesc->CommonNotify.NotifyList[i] = in ACPI_EXPORT_SYMBOL()
H A Devmisc.c258 HandlerListHead = ObjDesc->CommonNotify.NotifyList[HandlerListId]; in AcpiEvQueueNotifyRequest()
H A Devrgnini.c784 HandlerObj = ObjDesc->CommonNotify.Handler; in AcpiEvInitializeRegion()
/dragonfly/sys/contrib/dev/acpica/source/components/debugger/
H A Ddbdisply.c1179 SpaceId, ObjDesc->CommonNotify.Handler); in AcpiDbDisplayHandlers()
1200 HandlerObj = ObjDesc->CommonNotify.Handler; in AcpiDbDisplayHandlers()
1311 HandlerObj = ObjDesc->CommonNotify.Handler; in AcpiDbDisplayNonRootHandlers()
/dragonfly/sys/contrib/dev/acpica/source/components/utilities/
H A Dutdelete.c276 HandlerDesc = Object->CommonNotify.Handler; in AcpiUtDeleteInternalObj()
698 PrevObject = Object->CommonNotify.NotifyList[i]; in AcpiUtUpdateObjectReference()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dacobject.h636 ACPI_OBJECT_NOTIFY_COMMON CommonNotify; member