Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/tools/acpiexec/
H A Daehandlers.c770 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 Dnsxfeval.c952 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 Dacpixf.h670 AcpiAttachData (
/netbsd-src/sys/dev/acpi/
H A Dacpi_util.c759 (void)AcpiAttachData(ad->ad_handle, acpi_clean_node, ad); in acpi_match_node_init()
/netbsd-src/sys/external/bsd/acpica/dist/
H A Dchanges.txt5313 attached to the root node via AcpiAttachData. Previously, none of these
9430 Fixed several problems with AcpiAttachData. The handler was not invoked