Searched refs:AcpiAttachData (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sys/external/bsd/acpica/dist/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()
|
| /netbsd/src/sys/external/bsd/acpica/dist/namespace/ |
| D | nsxfeval.c | 1060 AcpiAttachData ( in ACPI_EXPORT_SYMBOL() 1100 ACPI_EXPORT_SYMBOL (AcpiAttachData) in ACPI_EXPORT_SYMBOL() argument
|
| /netbsd/src/sys/external/bsd/acpica/dist/include/ |
| D | acpixf.h | 778 AcpiAttachData (
|
| /netbsd/src/sys/dev/acpi/ |
| 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/ |
| D | changes.txt | 5342 attached to the root node via AcpiAttachData. Previously, none of these 9459 Fixed several problems with AcpiAttachData. The handler was not invoked
|