Lines Matching full:found
105 /* Found matching entry */ in acpi_ns_search_one_scope()
108 "Name [%4.4s] (%s) %p found in scope [%4.4s] %p\n", in acpi_ns_search_one_scope()
124 /* Searched entire namespace level, not found */ in acpi_ns_search_one_scope()
127 "Name [%4.4s] (%s) not found in search in scope [%4.4s] " in acpi_ns_search_one_scope()
148 * DESCRIPTION: Called when a name has not been found in the current namespace
155 * recursively until either the name is found or the name space
157 * indicates that the name is not found" (From ACPI Specification,
200 /* Search parents until target is found or we have backed up to the root */ in acpi_ns_search_parent_tree()
215 /* Not found here, go up another level (until we reach the root) */ in acpi_ns_search_parent_tree()
220 /* Not found in parent tree */ in acpi_ns_search_parent_tree()
241 * optionally adding it if it is not found. If the passed
246 * In other modes, search and add if not found.
289 * If we found it AND the request specifies that a find is an error, in acpi_ns_search_and_enter()
294 /* The node was found in the namespace */ in acpi_ns_search_and_enter()
334 /* Either found it or there was an error: finished either way */ in acpi_ns_search_and_enter()
340 * The name was not found. If we are NOT performing the first pass in acpi_ns_search_and_enter()
350 * Not found at this level - search parent tree according to the in acpi_ns_search_and_enter()
365 "%4.4s Not found in %p [Not adding]\n", in acpi_ns_search_and_enter()