Searched refs:AcpiAttachData (Results 1 – 4 of 4) sorted by relevance
/acpica-3.7.0/source/tools/acpiexec/ |
D | aehandlers.c | 878 Status = AcpiAttachData (Handle, AeAttachedDataHandler, Handle); in AeInstallEarlyHandlers() 879 ACPI_CHECK_OK (AcpiAttachData, Status); in AeInstallEarlyHandlers() 886 Status = AcpiAttachData (ACPI_ROOT_OBJECT, AeAttachedDataHandler, in AeInstallEarlyHandlers() 888 ACPI_CHECK_OK (AcpiAttachData, Status); in AeInstallEarlyHandlers() 890 Status = AcpiAttachData (ACPI_ROOT_OBJECT, AeAttachedDataHandler2, in AeInstallEarlyHandlers() 892 ACPI_CHECK_OK (AcpiAttachData, Status); in AeInstallEarlyHandlers() 896 Status = AcpiAttachData (Handle, AeAttachedDataHandler, Handle); in AeInstallEarlyHandlers() 897 ACPI_CHECK_OK (AcpiAttachData, Status); in AeInstallEarlyHandlers() 899 Status = AcpiAttachData (Handle, AeAttachedDataHandler2, Handle); in AeInstallEarlyHandlers() 900 ACPI_CHECK_OK (AcpiAttachData, Status); in AeInstallEarlyHandlers()
|
/acpica-3.7.0/source/components/namespace/ |
D | nsxfeval.c | 1060 AcpiAttachData ( in ACPI_EXPORT_SYMBOL() 1100 ACPI_EXPORT_SYMBOL (AcpiAttachData) in ACPI_EXPORT_SYMBOL() argument
|
/acpica-3.7.0/source/include/ |
D | acpixf.h | 778 AcpiAttachData (
|
/acpica-3.7.0/documents/ |
D | changes.txt | 5263 attached to the root node via AcpiAttachData. Previously, none of these 9381 Fixed several problems with AcpiAttachData. The handler was not invoked
|