Lines Matching full:search
3 * Module Name: nssearch - Namespace search
177 * PARAMETERS: TargetName - Ascii ACPI name to search for
178 * ParentNode - Starting node where search will begin
184 * DESCRIPTION: Search a single level of the namespace. Performs a
185 * simple search of the specified level, and does not add
186 * entries or search parents.
193 * could be easily modified to support any improved search
194 * algorithm. However, the linear search was chosen for simplicity
200 * the linear search seems to be sufficient, as there would seem to be
201 * little value in improving the search.
237 * Search for name at this namespace level, which is to say that we
238 * must search for the name among the children of this object
274 "Name [%4.4s] (%s) not found in search in scope [%4.4s] "
287 * PARAMETERS: TargetName - Ascii ACPI name to search for
288 * Node - Starting node where search will begin
300 * name space does not contain the name, the search continues
338 "[%4.4s] type [%s] must be local to this scope (no parent search)\n",
343 /* Search the parent tree */
349 /* Search parents until target is found or we have backed up to the root */
354 * Search parent scope. Use TYPE_ANY because we don't care about the
380 * PARAMETERS: TargetName - Ascii ACPI name to search for (4 chars)
382 * Node - Starting node where search will begin
384 * Otherwise,search only.
386 * Flags - Flags describing the search restrictions
391 * DESCRIPTION: Search for a name segment in a single namespace level,
396 * In ACPI_IMODE_EXECUTE, search only.
397 * In other modes, search and add if not found.
501 * (name entry) of loading the namespace, search the parent tree (all the
503 * search when the namespace is actually being loaded. We want to perform
504 * the search when namespace references are being resolved (load pass 2)
511 * Not found at this level - search parent tree according to the
521 /* In execute mode, just search, never add names. Exit now */