Searched refs:AcpiAttachData (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpiexec/ |
H A D | aehandlers.c | 770 Status = AcpiAttachData (Handle, AeAttachedDataHandler, Handle); in AeInstallEarlyHandlers() 771 ACPI_CHECK_OK (AcpiAttachData, Status); in AeInstallEarlyHandlers() 778 Status = AcpiAttachData (ACPI_ROOT_OBJECT, AeAttachedDataHandler, in AeInstallEarlyHandlers() 780 ACPI_CHECK_OK (AcpiAttachData, Status); in AeInstallEarlyHandlers() 782 Status = AcpiAttachData (ACPI_ROOT_OBJECT, AeAttachedDataHandler2, in AeInstallEarlyHandlers() 784 ACPI_CHECK_OK (AcpiAttachData, Status); in AeInstallEarlyHandlers() 788 Status = AcpiAttachData (Handle, AeAttachedDataHandler, Handle); in AeInstallEarlyHandlers() 789 ACPI_CHECK_OK (AcpiAttachData, Status); in AeInstallEarlyHandlers() 791 Status = AcpiAttachData (Handle, AeAttachedDataHandler2, Handle); in AeInstallEarlyHandlers() 792 ACPI_CHECK_OK (AcpiAttachData, Status); in AeInstallEarlyHandlers()
|
/netbsd-src/sys/external/bsd/acpica/dist/namespace/ |
H A D | nsxfeval.c | 952 AcpiAttachData ( in ACPI_EXPORT_SYMBOL() 992 ACPI_EXPORT_SYMBOL (AcpiAttachData) in ACPI_EXPORT_SYMBOL() argument
|
/netbsd-src/sys/external/bsd/acpica/dist/include/ |
H A D | acpixf.h | 670 AcpiAttachData (
|
/netbsd-src/sys/dev/acpi/ |
H A D | acpi_util.c | 759 (void)AcpiAttachData(ad->ad_handle, acpi_clean_node, ad); in acpi_match_node_init()
|
/netbsd-src/sys/external/bsd/acpica/dist/ |
H A D | changes.txt | 5313 attached to the root node via AcpiAttachData. Previously, none of these 9430 Fixed several problems with AcpiAttachData. The handler was not invoked
|