Lines Matching full:namespace
4 * Module Name: nsload - namespace loading/expanding/contracting procedures
36 * DESCRIPTION: Load one ACPI table into the namespace
47 /* If table already loaded into namespace, just return */ in acpi_ns_load_table()
55 "**** Loading table into namespace ****\n")); in acpi_ns_load_table()
63 * Parse the table and load the namespace with all named in acpi_ns_load_table()
66 * parsed until the entire namespace is loaded, because in acpi_ns_load_table()
76 * On error, delete any namespace objects created by this table. in acpi_ns_load_table()
79 * AE_ALREADY_EXISTS - namespace collision. in acpi_ns_load_table()
82 * namespace, as per the ACPI specification. in acpi_ns_load_table()
143 * Load the namespace. The DSDT is required, in acpi_ns_load_namespace()
157 "ACPI Namespace successfully loaded at root %p\n", in acpi_ns_load_namespace()
169 * PARAMETERS: start_handle - Handle in namespace where search begins
173 * DESCRIPTION: Walks the namespace starting at the given handle and deletes
176 * Namespace/Interpreter should be locked or the subsystem should
255 * PARAMETERS: handle - Root of namespace subtree to be deleted
259 * DESCRIPTION: Shrinks the namespace, typically in response to an undocking