50 #define _COMPONENT ACPI_NAMESPACE
54 #ifdef ACPI_FUTURE_IMPLEMENTATION
60 #ifndef ACPI_NO_METHOD_EXECUTION
103 "**** Loading table into namespace ****\n"));
131 "**** Begin Table Method Parsing and Object Initialization\n"));
136 "**** Completed Table Method Parsing and Object Initialization\n"));
141 #ifdef ACPI_OBSOLETE_FUNCTIONS
172 status = acpi_ns_load_table_by_type(ACPI_TABLE_ID_DSDT);
179 (
void)acpi_ns_load_table_by_type(ACPI_TABLE_ID_SSDT);
180 (
void)acpi_ns_load_table_by_type(ACPI_TABLE_ID_PSDT);
183 "ACPI Namespace successfully loaded at root %p\n",
190 #ifdef ACPI_FUTURE_IMPLEMENTATION
218 parent_handle = start_handle;
231 child_handle, &next_child_handle);
233 child_handle = next_child_handle;
249 parent_handle = child_handle;
263 child_handle = parent_handle;
309 status = acpi_ns_delete_subtree(handle);