nssearch.c revision 77424
195584Sanholt/*******************************************************************************
2152909Sanholt *
3152909Sanholt * Module Name: nssearch - Namespace search
4139749Simp *              $Revision: 70 $
595584Sanholt *
695584Sanholt ******************************************************************************/
795584Sanholt
895584Sanholt/******************************************************************************
995584Sanholt *
1095584Sanholt * 1. Copyright Notice
1195584Sanholt *
1295584Sanholt * Some or all of this work - Copyright (c) 1999, 2000, 2001, Intel Corp.
1395584Sanholt * All rights reserved.
1495584Sanholt *
1595584Sanholt * 2. License
1695584Sanholt *
1795584Sanholt * 2.1. This is your license from Intel Corp. under its intellectual property
1895584Sanholt * rights.  You may have additional license terms from the party that provided
1995584Sanholt * you this software, covering your right to use that party's intellectual
2095584Sanholt * property rights.
2195584Sanholt *
2295584Sanholt * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
2395584Sanholt * copy of the source code appearing in this file ("Covered Code") an
2495584Sanholt * irrevocable, perpetual, worldwide license under Intel's copyrights in the
2595584Sanholt * base code distributed originally by Intel ("Original Intel Code") to copy,
2695584Sanholt * make derivatives, distribute, use and display any portion of the Covered
2795584Sanholt * Code in any form, with the right to sublicense such rights; and
2895584Sanholt *
2995584Sanholt * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
3095584Sanholt * license (with the right to sublicense), under only those claims of Intel
31152909Sanholt * patents that are infringed by the Original Intel Code, to make, use, sell,
32152909Sanholt * offer to sell, and import the Covered Code and derivative works thereof
33152909Sanholt * solely to the minimum extent necessary to exercise the above copyright
3495584Sanholt * license, and in no event shall the patent license extend to any additions
35112015Sanholt * to or modifications of the Original Intel Code.  No other license or right
3695746Sanholt * is granted directly or by implication, estoppel or otherwise;
3795584Sanholt *
3895584Sanholt * The above copyright and patent license is granted only if the following
3995584Sanholt * conditions are met:
40145132Sanholt *
4195584Sanholt * 3. Conditions
4295584Sanholt *
4395584Sanholt * 3.1. Redistribution of Source with Rights to Further Distribute Source.
4495584Sanholt * Redistribution of source code of any substantial portion of the Covered
4595584Sanholt * Code or modification with rights to further distribute source must include
4695584Sanholt * the above Copyright Notice, the above License, this list of Conditions,
4795584Sanholt * and the following Disclaimer and Export Compliance provision.  In addition,
4895584Sanholt * Licensee must cause all Covered Code to which Licensee contributes to
4995584Sanholt * contain a file documenting the changes Licensee made to create that Covered
5095584Sanholt * Code and the date of any change.  Licensee must include in that file the
5195584Sanholt * documentation of any changes made by any predecessor Licensee.  Licensee
5295584Sanholt * must include a prominent statement that the modification is derived,
5395584Sanholt * directly or indirectly, from Original Intel Code.
54152909Sanholt *
55152909Sanholt * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
56145132Sanholt * Redistribution of source code of any substantial portion of the Covered
57145132Sanholt * Code or modification without rights to further distribute source must
58145132Sanholt * include the following Disclaimer and Export Compliance provision in the
59145132Sanholt * documentation and/or other materials provided with distribution.  In
60145132Sanholt * addition, Licensee may not authorize further sublicense of source of any
61145132Sanholt * portion of the Covered Code, and must include terms to the effect that the
62145132Sanholt * license from Licensee to its licensee is limited to the intellectual
63145132Sanholt * property embodied in the software Licensee provides to its licensee, and
64145132Sanholt * not to intellectual property embodied in modifications its licensee may
65145132Sanholt * make.
66145132Sanholt *
67145132Sanholt * 3.3. Redistribution of Executable. Redistribution in executable form of any
68145132Sanholt * substantial portion of the Covered Code or modification must reproduce the
69145132Sanholt * above Copyright Notice, and the following Disclaimer and Export Compliance
70145132Sanholt * provision in the documentation and/or other materials provided with the
7195584Sanholt * distribution.
72152909Sanholt *
73152909Sanholt * 3.4. Intel retains all right, title, and interest in and to the Original
74145132Sanholt * Intel Code.
75145132Sanholt *
76145132Sanholt * 3.5. Neither the name Intel nor any other trademark owned or controlled by
77145132Sanholt * Intel shall be used in advertising or otherwise to promote the sale, use or
78145132Sanholt * other dealings in products derived from or relating to the Covered Code
79145132Sanholt * without prior written authorization from Intel.
80145132Sanholt *
8195584Sanholt * 4. Disclaimer and Export Compliance
8295584Sanholt *
83152909Sanholt * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED
84152909Sanholt * HERE.  ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE
85152909Sanholt * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT,  ASSISTANCE,
86152909Sanholt * INSTALLATION, TRAINING OR OTHER SERVICES.  INTEL WILL NOT PROVIDE ANY
87152909Sanholt * UPDATES, ENHANCEMENTS OR EXTENSIONS.  INTEL SPECIFICALLY DISCLAIMS ANY
88152909Sanholt * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A
89152909Sanholt * PARTICULAR PURPOSE.
90152909Sanholt *
91152909Sanholt * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
92152909Sanholt * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
93152909Sanholt * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT,
94152909Sanholt * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY
9595584Sanholt * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL
9695584Sanholt * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES.  THESE LIMITATIONS
97145132Sanholt * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY
9895584Sanholt * LIMITED REMEDY.
99207066Srnoland *
10095584Sanholt * 4.3. Licensee shall not export, either directly or indirectly, any of this
10195584Sanholt * software or system incorporating such software without first obtaining any
102145132Sanholt * required license or other approval from the U. S. Department of Commerce or
10395584Sanholt * any other agency or department of the United States Government.  In the
104145132Sanholt * event Licensee exports any such software from the United States or
105145132Sanholt * re-exports any such software from a foreign destination, Licensee shall
106145132Sanholt * ensure that the distribution and export/re-export of the software is in
107145132Sanholt * compliance with all laws, regulations, orders, or other restrictions of the
108145132Sanholt * U.S. Export Administration Regulations. Licensee agrees that neither it nor
109145132Sanholt * any of its subsidiaries will export/re-export any technical data, process,
110145132Sanholt * software, or service, directly or indirectly, to any country for which the
111145132Sanholt * United States government or any agency thereof requires an export license,
11295584Sanholt * other governmental approval, or letter of assurance, without first obtaining
113145132Sanholt * such license, approval or letter.
114145132Sanholt *
115145132Sanholt *****************************************************************************/
116145132Sanholt
117145132Sanholt#define __NSSEARCH_C__
118145132Sanholt
119145132Sanholt#include "acpi.h"
120145132Sanholt#include "amlcode.h"
12195584Sanholt#include "acinterp.h"
12295584Sanholt#include "acnamesp.h"
12395584Sanholt
12495584Sanholt
125145132Sanholt#define _COMPONENT          ACPI_NAMESPACE
12695584Sanholt        MODULE_NAME         ("nssearch")
127207066Srnoland
12895584Sanholt
12995584Sanholt/*******************************************************************************
130145132Sanholt *
13195584Sanholt * FUNCTION:    AcpiNsSearchNode
132145132Sanholt *
133145132Sanholt * PARAMETERS:  *TargetName         - Ascii ACPI name to search for
134145132Sanholt *              *Node               - Starting table where search will begin
135145132Sanholt *              Type                - Object type to match
136145132Sanholt *              **ReturnNode        - Where the matched Named obj is returned
137145132Sanholt *
138145132Sanholt * RETURN:      Status
139145132Sanholt *
14095584Sanholt * DESCRIPTION: Search a single namespace table.  Performs a simple search,
14195584Sanholt *              does not add entries or search parents.
14295584Sanholt *
14395584Sanholt *
144145132Sanholt *      Named object lists are built (and subsequently dumped) in the
14595584Sanholt *      order in which the names are encountered during the namespace load;
146152909Sanholt *
147152909Sanholt *      All namespace searching is linear in this implementation, but
148152909Sanholt *      could be easily modified to support any improved search
149152909Sanholt *      algorithm.  However, the linear search was chosen for simplicity
150152909Sanholt *      and because the trees are small and the other interpreter
151152909Sanholt *      execution overhead is relatively high.
152182080Srnoland *
153152909Sanholt ******************************************************************************/
154152909Sanholt
155145132SanholtACPI_STATUS
15695584SanholtAcpiNsSearchNode (
157152909Sanholt    UINT32                  TargetName,
158145132Sanholt    ACPI_NAMESPACE_NODE     *Node,
15995584Sanholt    ACPI_OBJECT_TYPE8       Type,
160145132Sanholt    ACPI_NAMESPACE_NODE     **ReturnNode)
16195584Sanholt{
162182080Srnoland    ACPI_NAMESPACE_NODE     *NextNode;
16395584Sanholt
16495584Sanholt
16595584Sanholt    FUNCTION_TRACE ("NsSearchNode");
16695584Sanholt
16795584Sanholt
168145132Sanholt#ifdef ACPI_DEBUG
16995584Sanholt    if (TRACE_NAMES & AcpiDbgLevel)
17095584Sanholt    {
17195584Sanholt        NATIVE_CHAR         *ScopeName;
17295584Sanholt
17395584Sanholt        ScopeName = AcpiNsGetTablePathname (Node);
174145132Sanholt        if (ScopeName)
17595584Sanholt        {
176152909Sanholt            DEBUG_PRINTP (TRACE_NAMES, ("Searching %s [%p] For %4.4s (type %X)\n",
177145132Sanholt                ScopeName, Node, &TargetName, Type));
178145132Sanholt
179145132Sanholt            AcpiUtFree (ScopeName);
180145132Sanholt        }
18195584Sanholt    }
18295584Sanholt#endif
183145132Sanholt
184145132Sanholt
185145132Sanholt    /*
18695584Sanholt     * Search for name in this table, which is to say that we must search
18795584Sanholt     * for the name among the children of this object
188182080Srnoland     */
18995584Sanholt
19095584Sanholt    NextNode = Node->Child;
191145132Sanholt    while (NextNode)
192145132Sanholt    {
193145132Sanholt        /* Check for match against the name */
194145132Sanholt
195145132Sanholt        if (NextNode->Name == TargetName)
196145132Sanholt        {
197182080Srnoland            /*
19895584Sanholt             * Found matching entry.  Capture the type if appropriate, before
19995584Sanholt             * returning the entry.
20095584Sanholt             *
20195584Sanholt             * The DefFieldDefn and BankFieldDefn cases are actually looking up
202             * the Region in which the field will be defined
203             */
204
205            if ((INTERNAL_TYPE_FIELD_DEFN == Type) ||
206                (INTERNAL_TYPE_BANK_FIELD_DEFN == Type))
207            {
208                Type = ACPI_TYPE_REGION;
209            }
210
211            /*
212             * Scope, DefAny, and IndexFieldDefn are bogus "types" which do not
213             * actually have anything to do with the type of the name being
214             * looked up.  For any other value of Type, if the type stored in
215             * the entry is Any (i.e. unknown), save the actual type.
216             */
217
218            if (Type != INTERNAL_TYPE_SCOPE &&
219                Type != INTERNAL_TYPE_DEF_ANY &&
220                Type != INTERNAL_TYPE_INDEX_FIELD_DEFN &&
221                NextNode->Type == ACPI_TYPE_ANY)
222            {
223                NextNode->Type = (UINT8) Type;
224            }
225
226            DEBUG_PRINTP (TRACE_NAMES,
227                ("Name %4.4s (actual type %X) found at %p\n",
228                &TargetName, NextNode->Type, NextNode));
229
230            *ReturnNode = NextNode;
231            return_ACPI_STATUS (AE_OK);
232        }
233
234
235        /*
236         * The last entry in the list points back to the parent,
237         * so a flag is used to indicate the end-of-list
238         */
239        if (NextNode->Flags & ANOBJ_END_OF_PEER_LIST)
240        {
241            /* Searched entire list, we are done */
242
243            break;
244        }
245
246        /* Didn't match name, move on to the next peer object */
247
248        NextNode = NextNode->Peer;
249    }
250
251
252    /* Searched entire table, not found */
253
254    DEBUG_PRINTP (TRACE_NAMES, ("Name %4.4s (type %X) not found at %p\n",
255        &TargetName, Type, NextNode));
256
257    return_ACPI_STATUS (AE_NOT_FOUND);
258}
259
260
261/*******************************************************************************
262 *
263 * FUNCTION:    AcpiNsSearchParentTree
264 *
265 * PARAMETERS:  *TargetName         - Ascii ACPI name to search for
266 *              *Node               - Starting table where search will begin
267 *              Type                - Object type to match
268 *              **ReturnNode        - Where the matched Named Obj is returned
269 *
270 * RETURN:      Status
271 *
272 * DESCRIPTION: Called when a name has not been found in the current namespace
273 *              table.  Before adding it or giving up, ACPI scope rules require
274 *              searching enclosing scopes in cases identified by AcpiNsLocal().
275 *
276 *              "A name is located by finding the matching name in the current
277 *              name space, and then in the parent name space. If the parent
278 *              name space does not contain the name, the search continues
279 *              recursively until either the name is found or the name space
280 *              does not have a parent (the root of the name space).  This
281 *              indicates that the name is not found" (From ACPI Specification,
282 *              section 5.3)
283 *
284 ******************************************************************************/
285
286static ACPI_STATUS
287AcpiNsSearchParentTree (
288    UINT32                  TargetName,
289    ACPI_NAMESPACE_NODE     *Node,
290    ACPI_OBJECT_TYPE8       Type,
291    ACPI_NAMESPACE_NODE     **ReturnNode)
292{
293    ACPI_STATUS             Status;
294    ACPI_NAMESPACE_NODE     *ParentNode;
295
296
297    FUNCTION_TRACE ("NsSearchParentTree");
298
299
300    ParentNode = AcpiNsGetParentObject (Node);
301
302    /*
303     * If there is no parent (at the root) or type is "local", we won't be
304     * searching the parent tree.
305     */
306    if ((AcpiNsLocal (Type)) ||
307        (!ParentNode))
308    {
309        if (!ParentNode)
310        {
311            DEBUG_PRINTP (TRACE_NAMES, ("[%4.4s] has no parent\n",
312                &TargetName));
313        }
314
315        if (AcpiNsLocal (Type))
316        {
317            DEBUG_PRINTP (TRACE_NAMES, ("[%4.4s] type %X is local(no search)\n",
318                &TargetName, Type));
319        }
320
321        return_ACPI_STATUS (AE_NOT_FOUND);
322    }
323
324
325    /* Search the parent tree */
326
327    DEBUG_PRINTP (TRACE_NAMES, ("Searching parent for %4.4s\n", &TargetName));
328
329    /*
330     * Search parents until found the target or we have backed up to
331     * the root
332     */
333    while (ParentNode)
334    {
335        /* Search parent scope */
336        /* TBD: [Investigate] Why ACPI_TYPE_ANY? */
337
338        Status = AcpiNsSearchNode (TargetName, ParentNode,
339                                        ACPI_TYPE_ANY, ReturnNode);
340
341        if (ACPI_SUCCESS (Status))
342        {
343            return_ACPI_STATUS (Status);
344        }
345
346        /*
347         * Not found here, go up another level
348         * (until we reach the root)
349         */
350
351        ParentNode = AcpiNsGetParentObject (ParentNode);
352    }
353
354
355    /* Not found in parent tree */
356
357    return_ACPI_STATUS (AE_NOT_FOUND);
358}
359
360
361/*******************************************************************************
362 *
363 * FUNCTION:    AcpiNsSearchAndEnter
364 *
365 * PARAMETERS:  TargetName          - Ascii ACPI name to search for (4 chars)
366 *              WalkState           - Current state of the walk
367 *              *Node               - Starting table where search will begin
368 *              InterpreterMode     - Add names only in MODE_LoadPassX.
369 *                                    Otherwise,search only.
370 *              Type                - Object type to match
371 *              Flags               - Flags describing the search restrictions
372 *              **ReturnNode        - Where the Node is returned
373 *
374 * RETURN:      Status
375 *
376 * DESCRIPTION: Search for a name segment in a single name table,
377 *              optionally adding it if it is not found.  If the passed
378 *              Type is not Any and the type previously stored in the
379 *              entry was Any (i.e. unknown), update the stored type.
380 *
381 *              In IMODE_EXECUTE, search only.
382 *              In other modes, search and add if not found.
383 *
384 ******************************************************************************/
385
386ACPI_STATUS
387AcpiNsSearchAndEnter (
388    UINT32                  TargetName,
389    ACPI_WALK_STATE         *WalkState,
390    ACPI_NAMESPACE_NODE     *Node,
391    OPERATING_MODE          InterpreterMode,
392    ACPI_OBJECT_TYPE8       Type,
393    UINT32                  Flags,
394    ACPI_NAMESPACE_NODE     **ReturnNode)
395{
396    ACPI_STATUS             Status;
397    ACPI_NAMESPACE_NODE     *NewNode;
398
399
400    FUNCTION_TRACE ("NsSearchAndEnter");
401
402
403    /* Parameter validation */
404
405    if (!Node || !TargetName || !ReturnNode)
406    {
407        DEBUG_PRINTP (ACPI_ERROR, ("Null param-  Table %p Name %p Return %p\n",
408            Node, TargetName, ReturnNode));
409
410        REPORT_ERROR (("NsSearchAndEnter: bad (null) parameter\n"));
411        return_ACPI_STATUS (AE_BAD_PARAMETER);
412    }
413
414
415    /* Name must consist of printable characters */
416
417    if (!AcpiUtValidAcpiName (TargetName))
418    {
419        DEBUG_PRINTP (ACPI_ERROR, ("*** Bad character in name: %08lx *** \n",
420            TargetName));
421
422        REPORT_ERROR (("NsSearchAndEnter: Bad character in ACPI Name\n"));
423        return_ACPI_STATUS (AE_BAD_CHARACTER);
424    }
425
426
427    /* Try to find the name in the table specified by the caller */
428
429    *ReturnNode = ENTRY_NOT_FOUND;
430    Status = AcpiNsSearchNode (TargetName, Node, Type, ReturnNode);
431    if (Status != AE_NOT_FOUND)
432    {
433        /*
434         * If we found it AND the request specifies that a find is an error,
435         * return the error
436         */
437        if ((Status == AE_OK) &&
438            (Flags & NS_ERROR_IF_FOUND))
439        {
440            Status = AE_EXIST;
441        }
442
443        /*
444         * Either found it or there was an error
445         * -- finished either way
446         */
447        return_ACPI_STATUS (Status);
448    }
449
450
451    /*
452     * Not found in the table.  If we are NOT performing the
453     * first pass (name entry) of loading the namespace, search
454     * the parent tree (all the way to the root if necessary.)
455     * We don't want to perform the parent search when the
456     * namespace is actually being loaded.  We want to perform
457     * the search when namespace references are being resolved
458     * (load pass 2) and during the execution phase.
459     */
460
461    if ((InterpreterMode != IMODE_LOAD_PASS1) &&
462        (Flags & NS_SEARCH_PARENT))
463    {
464        /*
465         * Not found in table - search parent tree according
466         * to ACPI specification
467         */
468
469        Status = AcpiNsSearchParentTree (TargetName, Node,
470                                            Type, ReturnNode);
471        if (ACPI_SUCCESS (Status))
472        {
473            return_ACPI_STATUS (Status);
474        }
475    }
476
477
478    /*
479     * In execute mode, just search, never add names.  Exit now.
480     */
481    if (InterpreterMode == IMODE_EXECUTE)
482    {
483        DEBUG_PRINTP (TRACE_NAMES, ("%4.4s Not found in %p [Not adding]\n",
484            &TargetName, Node));
485
486        return_ACPI_STATUS (AE_NOT_FOUND);
487    }
488
489
490    /* Create the new named object */
491
492    NewNode = AcpiNsCreateNode (TargetName);
493    if (!NewNode)
494    {
495        return_ACPI_STATUS (AE_NO_MEMORY);
496    }
497
498    /* Install the new object into the parent's list of children */
499
500    AcpiNsInstallNode (WalkState, Node, NewNode, Type);
501    *ReturnNode = NewNode;
502
503    return_ACPI_STATUS (AE_OK);
504}
505
506