Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/intel/io/acpica/events/
H A Devxface.c346 ACPI_OPERAND_OBJECT *NotifyObj; in ACPI_EXPORT_SYMBOL() local
471 NotifyObj = AcpiUtCreateInternalObject (ACPI_TYPE_LOCAL_NOTIFY); in ACPI_EXPORT_SYMBOL()
472 if (!NotifyObj) in ACPI_EXPORT_SYMBOL()
478 NotifyObj->Notify.Node = Node; in ACPI_EXPORT_SYMBOL()
479 NotifyObj->Notify.Handler = Handler; in ACPI_EXPORT_SYMBOL()
480 NotifyObj->Notify.Context = Context; in ACPI_EXPORT_SYMBOL()
484 ObjDesc->CommonNotify.SystemNotify = NotifyObj; in ACPI_EXPORT_SYMBOL()
489 ObjDesc->CommonNotify.DeviceNotify = NotifyObj; in ACPI_EXPORT_SYMBOL()
496 AcpiUtAddReference (NotifyObj); in ACPI_EXPORT_SYMBOL()
532 ACPI_OPERAND_OBJECT *NotifyObj; in ACPI_EXPORT_SYMBOL() local
[all …]