10Sstevel@tonic-gate /******************************************************************************
20Sstevel@tonic-gate  *
30Sstevel@tonic-gate  * Name: acnamesp.h - Namespace subcomponent prototypes and defines
4*7851SDana.Myers@Sun.COM  *       $Revision: 1.154 $
50Sstevel@tonic-gate  *
60Sstevel@tonic-gate  *****************************************************************************/
70Sstevel@tonic-gate 
80Sstevel@tonic-gate /******************************************************************************
90Sstevel@tonic-gate  *
100Sstevel@tonic-gate  * 1. Copyright Notice
110Sstevel@tonic-gate  *
12*7851SDana.Myers@Sun.COM  * Some or all of this work - Copyright (c) 1999 - 2008, Intel Corp.
130Sstevel@tonic-gate  * All rights reserved.
140Sstevel@tonic-gate  *
150Sstevel@tonic-gate  * 2. License
160Sstevel@tonic-gate  *
170Sstevel@tonic-gate  * 2.1. This is your license from Intel Corp. under its intellectual property
180Sstevel@tonic-gate  * rights.  You may have additional license terms from the party that provided
190Sstevel@tonic-gate  * you this software, covering your right to use that party's intellectual
200Sstevel@tonic-gate  * property rights.
210Sstevel@tonic-gate  *
220Sstevel@tonic-gate  * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
230Sstevel@tonic-gate  * copy of the source code appearing in this file ("Covered Code") an
240Sstevel@tonic-gate  * irrevocable, perpetual, worldwide license under Intel's copyrights in the
250Sstevel@tonic-gate  * base code distributed originally by Intel ("Original Intel Code") to copy,
260Sstevel@tonic-gate  * make derivatives, distribute, use and display any portion of the Covered
270Sstevel@tonic-gate  * Code in any form, with the right to sublicense such rights; and
280Sstevel@tonic-gate  *
290Sstevel@tonic-gate  * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
300Sstevel@tonic-gate  * license (with the right to sublicense), under only those claims of Intel
310Sstevel@tonic-gate  * patents that are infringed by the Original Intel Code, to make, use, sell,
320Sstevel@tonic-gate  * offer to sell, and import the Covered Code and derivative works thereof
330Sstevel@tonic-gate  * solely to the minimum extent necessary to exercise the above copyright
340Sstevel@tonic-gate  * license, and in no event shall the patent license extend to any additions
350Sstevel@tonic-gate  * to or modifications of the Original Intel Code.  No other license or right
360Sstevel@tonic-gate  * is granted directly or by implication, estoppel or otherwise;
370Sstevel@tonic-gate  *
380Sstevel@tonic-gate  * The above copyright and patent license is granted only if the following
390Sstevel@tonic-gate  * conditions are met:
400Sstevel@tonic-gate  *
410Sstevel@tonic-gate  * 3. Conditions
420Sstevel@tonic-gate  *
430Sstevel@tonic-gate  * 3.1. Redistribution of Source with Rights to Further Distribute Source.
440Sstevel@tonic-gate  * Redistribution of source code of any substantial portion of the Covered
450Sstevel@tonic-gate  * Code or modification with rights to further distribute source must include
460Sstevel@tonic-gate  * the above Copyright Notice, the above License, this list of Conditions,
470Sstevel@tonic-gate  * and the following Disclaimer and Export Compliance provision.  In addition,
480Sstevel@tonic-gate  * Licensee must cause all Covered Code to which Licensee contributes to
490Sstevel@tonic-gate  * contain a file documenting the changes Licensee made to create that Covered
500Sstevel@tonic-gate  * Code and the date of any change.  Licensee must include in that file the
510Sstevel@tonic-gate  * documentation of any changes made by any predecessor Licensee.  Licensee
520Sstevel@tonic-gate  * must include a prominent statement that the modification is derived,
530Sstevel@tonic-gate  * directly or indirectly, from Original Intel Code.
540Sstevel@tonic-gate  *
550Sstevel@tonic-gate  * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
560Sstevel@tonic-gate  * Redistribution of source code of any substantial portion of the Covered
570Sstevel@tonic-gate  * Code or modification without rights to further distribute source must
580Sstevel@tonic-gate  * include the following Disclaimer and Export Compliance provision in the
590Sstevel@tonic-gate  * documentation and/or other materials provided with distribution.  In
600Sstevel@tonic-gate  * addition, Licensee may not authorize further sublicense of source of any
610Sstevel@tonic-gate  * portion of the Covered Code, and must include terms to the effect that the
620Sstevel@tonic-gate  * license from Licensee to its licensee is limited to the intellectual
630Sstevel@tonic-gate  * property embodied in the software Licensee provides to its licensee, and
640Sstevel@tonic-gate  * not to intellectual property embodied in modifications its licensee may
650Sstevel@tonic-gate  * make.
660Sstevel@tonic-gate  *
670Sstevel@tonic-gate  * 3.3. Redistribution of Executable. Redistribution in executable form of any
680Sstevel@tonic-gate  * substantial portion of the Covered Code or modification must reproduce the
690Sstevel@tonic-gate  * above Copyright Notice, and the following Disclaimer and Export Compliance
700Sstevel@tonic-gate  * provision in the documentation and/or other materials provided with the
710Sstevel@tonic-gate  * distribution.
720Sstevel@tonic-gate  *
730Sstevel@tonic-gate  * 3.4. Intel retains all right, title, and interest in and to the Original
740Sstevel@tonic-gate  * Intel Code.
750Sstevel@tonic-gate  *
760Sstevel@tonic-gate  * 3.5. Neither the name Intel nor any other trademark owned or controlled by
770Sstevel@tonic-gate  * Intel shall be used in advertising or otherwise to promote the sale, use or
780Sstevel@tonic-gate  * other dealings in products derived from or relating to the Covered Code
790Sstevel@tonic-gate  * without prior written authorization from Intel.
800Sstevel@tonic-gate  *
810Sstevel@tonic-gate  * 4. Disclaimer and Export Compliance
820Sstevel@tonic-gate  *
830Sstevel@tonic-gate  * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED
840Sstevel@tonic-gate  * HERE.  ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE
850Sstevel@tonic-gate  * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT,  ASSISTANCE,
860Sstevel@tonic-gate  * INSTALLATION, TRAINING OR OTHER SERVICES.  INTEL WILL NOT PROVIDE ANY
870Sstevel@tonic-gate  * UPDATES, ENHANCEMENTS OR EXTENSIONS.  INTEL SPECIFICALLY DISCLAIMS ANY
880Sstevel@tonic-gate  * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A
890Sstevel@tonic-gate  * PARTICULAR PURPOSE.
900Sstevel@tonic-gate  *
910Sstevel@tonic-gate  * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
920Sstevel@tonic-gate  * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
930Sstevel@tonic-gate  * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT,
940Sstevel@tonic-gate  * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY
950Sstevel@tonic-gate  * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL
960Sstevel@tonic-gate  * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES.  THESE LIMITATIONS
970Sstevel@tonic-gate  * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY
980Sstevel@tonic-gate  * LIMITED REMEDY.
990Sstevel@tonic-gate  *
1000Sstevel@tonic-gate  * 4.3. Licensee shall not export, either directly or indirectly, any of this
1010Sstevel@tonic-gate  * software or system incorporating such software without first obtaining any
1020Sstevel@tonic-gate  * required license or other approval from the U. S. Department of Commerce or
1030Sstevel@tonic-gate  * any other agency or department of the United States Government.  In the
1040Sstevel@tonic-gate  * event Licensee exports any such software from the United States or
1050Sstevel@tonic-gate  * re-exports any such software from a foreign destination, Licensee shall
1060Sstevel@tonic-gate  * ensure that the distribution and export/re-export of the software is in
1070Sstevel@tonic-gate  * compliance with all laws, regulations, orders, or other restrictions of the
1080Sstevel@tonic-gate  * U.S. Export Administration Regulations. Licensee agrees that neither it nor
1090Sstevel@tonic-gate  * any of its subsidiaries will export/re-export any technical data, process,
1100Sstevel@tonic-gate  * software, or service, directly or indirectly, to any country for which the
1110Sstevel@tonic-gate  * United States government or any agency thereof requires an export license,
1120Sstevel@tonic-gate  * other governmental approval, or letter of assurance, without first obtaining
1130Sstevel@tonic-gate  * such license, approval or letter.
1140Sstevel@tonic-gate  *
1150Sstevel@tonic-gate  *****************************************************************************/
1160Sstevel@tonic-gate 
1170Sstevel@tonic-gate #ifndef __ACNAMESP_H__
1180Sstevel@tonic-gate #define __ACNAMESP_H__
1190Sstevel@tonic-gate 
1200Sstevel@tonic-gate 
1210Sstevel@tonic-gate /* To search the entire name space, pass this as SearchBase */
1220Sstevel@tonic-gate 
1230Sstevel@tonic-gate #define ACPI_NS_ALL                 ((ACPI_HANDLE)0)
1240Sstevel@tonic-gate 
1250Sstevel@tonic-gate /*
1260Sstevel@tonic-gate  * Elements of AcpiNsProperties are bit significant
1270Sstevel@tonic-gate  * and should be one-to-one with values of ACPI_OBJECT_TYPE
1280Sstevel@tonic-gate  */
1290Sstevel@tonic-gate #define ACPI_NS_NORMAL              0
1300Sstevel@tonic-gate #define ACPI_NS_NEWSCOPE            1   /* a definition of this type opens a name scope */
1310Sstevel@tonic-gate #define ACPI_NS_LOCAL               2   /* suppress search of enclosing scopes */
1320Sstevel@tonic-gate 
1330Sstevel@tonic-gate /* Flags for AcpiNsLookup, AcpiNsSearchAndEnter */
1340Sstevel@tonic-gate 
1350Sstevel@tonic-gate #define ACPI_NS_NO_UPSEARCH         0
1360Sstevel@tonic-gate #define ACPI_NS_SEARCH_PARENT       0x01
1370Sstevel@tonic-gate #define ACPI_NS_DONT_OPEN_SCOPE     0x02
1380Sstevel@tonic-gate #define ACPI_NS_NO_PEER_SEARCH      0x04
1390Sstevel@tonic-gate #define ACPI_NS_ERROR_IF_FOUND      0x08
1402623Smyers #define ACPI_NS_PREFIX_IS_SCOPE     0x10
1412623Smyers #define ACPI_NS_EXTERNAL            0x20
142*7851SDana.Myers@Sun.COM #define ACPI_NS_TEMPORARY           0x40
1430Sstevel@tonic-gate 
144*7851SDana.Myers@Sun.COM /* Flags for AcpiNsWalkNamespace */
145*7851SDana.Myers@Sun.COM 
146*7851SDana.Myers@Sun.COM #define ACPI_NS_WALK_NO_UNLOCK      0
147*7851SDana.Myers@Sun.COM #define ACPI_NS_WALK_UNLOCK         0x01
148*7851SDana.Myers@Sun.COM #define ACPI_NS_WALK_TEMP_NODES     0x02
1490Sstevel@tonic-gate 
1500Sstevel@tonic-gate 
1510Sstevel@tonic-gate /*
1520Sstevel@tonic-gate  * nsinit - Namespace initialization
1530Sstevel@tonic-gate  */
1540Sstevel@tonic-gate ACPI_STATUS
1550Sstevel@tonic-gate AcpiNsInitializeObjects (
1560Sstevel@tonic-gate     void);
1570Sstevel@tonic-gate 
1580Sstevel@tonic-gate ACPI_STATUS
1590Sstevel@tonic-gate AcpiNsInitializeDevices (
1600Sstevel@tonic-gate     void);
1610Sstevel@tonic-gate 
1620Sstevel@tonic-gate 
1630Sstevel@tonic-gate /*
1640Sstevel@tonic-gate  * nsload -  Namespace loading
1650Sstevel@tonic-gate  */
1660Sstevel@tonic-gate ACPI_STATUS
1670Sstevel@tonic-gate AcpiNsLoadNamespace (
1680Sstevel@tonic-gate     void);
1690Sstevel@tonic-gate 
1700Sstevel@tonic-gate ACPI_STATUS
1710Sstevel@tonic-gate AcpiNsLoadTable (
172*7851SDana.Myers@Sun.COM     UINT32                  TableIndex,
1730Sstevel@tonic-gate     ACPI_NAMESPACE_NODE     *Node);
1740Sstevel@tonic-gate 
1750Sstevel@tonic-gate 
1760Sstevel@tonic-gate /*
1770Sstevel@tonic-gate  * nswalk - walk the namespace
1780Sstevel@tonic-gate  */
1790Sstevel@tonic-gate ACPI_STATUS
1800Sstevel@tonic-gate AcpiNsWalkNamespace (
1810Sstevel@tonic-gate     ACPI_OBJECT_TYPE        Type,
1820Sstevel@tonic-gate     ACPI_HANDLE             StartObject,
1830Sstevel@tonic-gate     UINT32                  MaxDepth,
184*7851SDana.Myers@Sun.COM     UINT32                  Flags,
1850Sstevel@tonic-gate     ACPI_WALK_CALLBACK      UserFunction,
1860Sstevel@tonic-gate     void                    *Context,
1870Sstevel@tonic-gate     void                    **ReturnValue);
1880Sstevel@tonic-gate 
1890Sstevel@tonic-gate ACPI_NAMESPACE_NODE *
1900Sstevel@tonic-gate AcpiNsGetNextNode (
1910Sstevel@tonic-gate     ACPI_OBJECT_TYPE        Type,
1920Sstevel@tonic-gate     ACPI_NAMESPACE_NODE     *Parent,
1930Sstevel@tonic-gate     ACPI_NAMESPACE_NODE     *Child);
1940Sstevel@tonic-gate 
1950Sstevel@tonic-gate 
1960Sstevel@tonic-gate /*
1970Sstevel@tonic-gate  * nsparse - table parsing
1980Sstevel@tonic-gate  */
1990Sstevel@tonic-gate ACPI_STATUS
2000Sstevel@tonic-gate AcpiNsParseTable (
201*7851SDana.Myers@Sun.COM     UINT32                  TableIndex,
202*7851SDana.Myers@Sun.COM     ACPI_NAMESPACE_NODE     *StartNode);
2030Sstevel@tonic-gate 
2040Sstevel@tonic-gate ACPI_STATUS
2050Sstevel@tonic-gate AcpiNsOneCompleteParse (
206*7851SDana.Myers@Sun.COM     UINT32                  PassNumber,
207*7851SDana.Myers@Sun.COM     UINT32                  TableIndex,
208*7851SDana.Myers@Sun.COM     ACPI_NAMESPACE_NODE     *StartNode);
2090Sstevel@tonic-gate 
2100Sstevel@tonic-gate 
2110Sstevel@tonic-gate /*
2120Sstevel@tonic-gate  * nsaccess - Top-level namespace access
2130Sstevel@tonic-gate  */
2140Sstevel@tonic-gate ACPI_STATUS
2150Sstevel@tonic-gate AcpiNsRootInitialize (
2160Sstevel@tonic-gate     void);
2170Sstevel@tonic-gate 
2180Sstevel@tonic-gate ACPI_STATUS
2190Sstevel@tonic-gate AcpiNsLookup (
2200Sstevel@tonic-gate     ACPI_GENERIC_STATE      *ScopeInfo,
2210Sstevel@tonic-gate     char                    *Name,
2220Sstevel@tonic-gate     ACPI_OBJECT_TYPE        Type,
2230Sstevel@tonic-gate     ACPI_INTERPRETER_MODE   InterpreterMode,
2240Sstevel@tonic-gate     UINT32                  Flags,
2250Sstevel@tonic-gate     ACPI_WALK_STATE         *WalkState,
2260Sstevel@tonic-gate     ACPI_NAMESPACE_NODE     **RetNode);
2270Sstevel@tonic-gate 
2280Sstevel@tonic-gate 
2290Sstevel@tonic-gate /*
2300Sstevel@tonic-gate  * nsalloc - Named object allocation/deallocation
2310Sstevel@tonic-gate  */
2320Sstevel@tonic-gate ACPI_NAMESPACE_NODE *
2330Sstevel@tonic-gate AcpiNsCreateNode (
2340Sstevel@tonic-gate     UINT32                  Name);
2350Sstevel@tonic-gate 
2360Sstevel@tonic-gate void
2370Sstevel@tonic-gate AcpiNsDeleteNode (
2380Sstevel@tonic-gate     ACPI_NAMESPACE_NODE     *Node);
2390Sstevel@tonic-gate 
2400Sstevel@tonic-gate void
2410Sstevel@tonic-gate AcpiNsDeleteNamespaceSubtree (
2420Sstevel@tonic-gate     ACPI_NAMESPACE_NODE     *ParentHandle);
2430Sstevel@tonic-gate 
2440Sstevel@tonic-gate void
2450Sstevel@tonic-gate AcpiNsDeleteNamespaceByOwner (
246347Smyers     ACPI_OWNER_ID           OwnerId);
2470Sstevel@tonic-gate 
2480Sstevel@tonic-gate void
2490Sstevel@tonic-gate AcpiNsDetachObject (
2500Sstevel@tonic-gate     ACPI_NAMESPACE_NODE     *Node);
2510Sstevel@tonic-gate 
2520Sstevel@tonic-gate void
2530Sstevel@tonic-gate AcpiNsDeleteChildren (
2540Sstevel@tonic-gate     ACPI_NAMESPACE_NODE     *Parent);
2550Sstevel@tonic-gate 
2560Sstevel@tonic-gate int
2570Sstevel@tonic-gate AcpiNsCompareNames (
2580Sstevel@tonic-gate     char                    *Name1,
2590Sstevel@tonic-gate     char                    *Name2);
2600Sstevel@tonic-gate 
2610Sstevel@tonic-gate 
2620Sstevel@tonic-gate /*
2630Sstevel@tonic-gate  * nsdump - Namespace dump/print utilities
2640Sstevel@tonic-gate  */
2650Sstevel@tonic-gate void
2660Sstevel@tonic-gate AcpiNsDumpTables (
2670Sstevel@tonic-gate     ACPI_HANDLE             SearchBase,
2680Sstevel@tonic-gate     UINT32                  MaxDepth);
2690Sstevel@tonic-gate 
2700Sstevel@tonic-gate void
2710Sstevel@tonic-gate AcpiNsDumpEntry (
2720Sstevel@tonic-gate     ACPI_HANDLE             Handle,
2730Sstevel@tonic-gate     UINT32                  DebugLevel);
2740Sstevel@tonic-gate 
2750Sstevel@tonic-gate void
2760Sstevel@tonic-gate AcpiNsDumpPathname (
2770Sstevel@tonic-gate     ACPI_HANDLE             Handle,
2780Sstevel@tonic-gate     char                    *Msg,
2790Sstevel@tonic-gate     UINT32                  Level,
2800Sstevel@tonic-gate     UINT32                  Component);
2810Sstevel@tonic-gate 
2820Sstevel@tonic-gate void
2830Sstevel@tonic-gate AcpiNsPrintPathname (
2840Sstevel@tonic-gate     UINT32                  NumSegments,
2850Sstevel@tonic-gate     char                    *Pathname);
2860Sstevel@tonic-gate 
2870Sstevel@tonic-gate ACPI_STATUS
2880Sstevel@tonic-gate AcpiNsDumpOneObject (
2890Sstevel@tonic-gate     ACPI_HANDLE             ObjHandle,
2900Sstevel@tonic-gate     UINT32                  Level,
2910Sstevel@tonic-gate     void                    *Context,
2920Sstevel@tonic-gate     void                    **ReturnValue);
2930Sstevel@tonic-gate 
2940Sstevel@tonic-gate void
2950Sstevel@tonic-gate AcpiNsDumpObjects (
2960Sstevel@tonic-gate     ACPI_OBJECT_TYPE        Type,
2970Sstevel@tonic-gate     UINT8                   DisplayType,
2980Sstevel@tonic-gate     UINT32                  MaxDepth,
299347Smyers     ACPI_OWNER_ID           OwnerId,
3000Sstevel@tonic-gate     ACPI_HANDLE             StartHandle);
3010Sstevel@tonic-gate 
3020Sstevel@tonic-gate 
3030Sstevel@tonic-gate /*
3040Sstevel@tonic-gate  * nseval - Namespace evaluation functions
3050Sstevel@tonic-gate  */
3060Sstevel@tonic-gate ACPI_STATUS
3072623Smyers AcpiNsEvaluate (
3082623Smyers     ACPI_EVALUATE_INFO      *Info);
3090Sstevel@tonic-gate 
3100Sstevel@tonic-gate 
3110Sstevel@tonic-gate /*
3120Sstevel@tonic-gate  * nsnames - Name and Scope manipulation
3130Sstevel@tonic-gate  */
3140Sstevel@tonic-gate UINT32
3150Sstevel@tonic-gate AcpiNsOpensScope (
3160Sstevel@tonic-gate     ACPI_OBJECT_TYPE        Type);
3170Sstevel@tonic-gate 
318*7851SDana.Myers@Sun.COM ACPI_STATUS
3192623Smyers AcpiNsBuildExternalPath (
3202623Smyers     ACPI_NAMESPACE_NODE     *Node,
3212623Smyers     ACPI_SIZE               Size,
3222623Smyers     char                    *NameBuffer);
3232623Smyers 
3240Sstevel@tonic-gate char *
3250Sstevel@tonic-gate AcpiNsGetExternalPathname (
3260Sstevel@tonic-gate     ACPI_NAMESPACE_NODE     *Node);
3270Sstevel@tonic-gate 
3280Sstevel@tonic-gate char *
3290Sstevel@tonic-gate AcpiNsNameOfCurrentScope (
3300Sstevel@tonic-gate     ACPI_WALK_STATE         *WalkState);
3310Sstevel@tonic-gate 
3320Sstevel@tonic-gate ACPI_STATUS
3330Sstevel@tonic-gate AcpiNsHandleToPathname (
3340Sstevel@tonic-gate     ACPI_HANDLE             TargetHandle,
3350Sstevel@tonic-gate     ACPI_BUFFER             *Buffer);
3360Sstevel@tonic-gate 
3370Sstevel@tonic-gate BOOLEAN
3380Sstevel@tonic-gate AcpiNsPatternMatch (
3390Sstevel@tonic-gate     ACPI_NAMESPACE_NODE     *ObjNode,
3400Sstevel@tonic-gate     char                    *SearchFor);
3410Sstevel@tonic-gate 
3420Sstevel@tonic-gate ACPI_STATUS
3432623Smyers AcpiNsGetNode (
3442623Smyers     ACPI_NAMESPACE_NODE     *PrefixNode,
345*7851SDana.Myers@Sun.COM     const char              *ExternalPathname,
3460Sstevel@tonic-gate     UINT32                  Flags,
3470Sstevel@tonic-gate     ACPI_NAMESPACE_NODE     **OutNode);
3480Sstevel@tonic-gate 
3490Sstevel@tonic-gate ACPI_SIZE
3500Sstevel@tonic-gate AcpiNsGetPathnameLength (
3510Sstevel@tonic-gate     ACPI_NAMESPACE_NODE     *Node);
3520Sstevel@tonic-gate 
3530Sstevel@tonic-gate 
3540Sstevel@tonic-gate /*
3550Sstevel@tonic-gate  * nsobject - Object management for namespace nodes
3560Sstevel@tonic-gate  */
3570Sstevel@tonic-gate ACPI_STATUS
3580Sstevel@tonic-gate AcpiNsAttachObject (
3590Sstevel@tonic-gate     ACPI_NAMESPACE_NODE     *Node,
3600Sstevel@tonic-gate     ACPI_OPERAND_OBJECT     *Object,
3610Sstevel@tonic-gate     ACPI_OBJECT_TYPE        Type);
3620Sstevel@tonic-gate 
3630Sstevel@tonic-gate ACPI_OPERAND_OBJECT *
3640Sstevel@tonic-gate AcpiNsGetAttachedObject (
3650Sstevel@tonic-gate     ACPI_NAMESPACE_NODE     *Node);
3660Sstevel@tonic-gate 
3670Sstevel@tonic-gate ACPI_OPERAND_OBJECT *
3680Sstevel@tonic-gate AcpiNsGetSecondaryObject (
3690Sstevel@tonic-gate     ACPI_OPERAND_OBJECT     *ObjDesc);
3700Sstevel@tonic-gate 
3710Sstevel@tonic-gate ACPI_STATUS
3720Sstevel@tonic-gate AcpiNsAttachData (
3730Sstevel@tonic-gate     ACPI_NAMESPACE_NODE     *Node,
3740Sstevel@tonic-gate     ACPI_OBJECT_HANDLER     Handler,
3750Sstevel@tonic-gate     void                    *Data);
3760Sstevel@tonic-gate 
3770Sstevel@tonic-gate ACPI_STATUS
3780Sstevel@tonic-gate AcpiNsDetachData (
3790Sstevel@tonic-gate     ACPI_NAMESPACE_NODE     *Node,
3800Sstevel@tonic-gate     ACPI_OBJECT_HANDLER     Handler);
3810Sstevel@tonic-gate 
3820Sstevel@tonic-gate ACPI_STATUS
3830Sstevel@tonic-gate AcpiNsGetAttachedData (
3840Sstevel@tonic-gate     ACPI_NAMESPACE_NODE     *Node,
3850Sstevel@tonic-gate     ACPI_OBJECT_HANDLER     Handler,
3860Sstevel@tonic-gate     void                    **Data);
3870Sstevel@tonic-gate 
3880Sstevel@tonic-gate 
3890Sstevel@tonic-gate /*
3900Sstevel@tonic-gate  * nssearch - Namespace searching and entry
3910Sstevel@tonic-gate  */
3920Sstevel@tonic-gate ACPI_STATUS
3930Sstevel@tonic-gate AcpiNsSearchAndEnter (
3940Sstevel@tonic-gate     UINT32                  EntryName,
3950Sstevel@tonic-gate     ACPI_WALK_STATE         *WalkState,
3960Sstevel@tonic-gate     ACPI_NAMESPACE_NODE     *Node,
3970Sstevel@tonic-gate     ACPI_INTERPRETER_MODE   InterpreterMode,
3980Sstevel@tonic-gate     ACPI_OBJECT_TYPE        Type,
3990Sstevel@tonic-gate     UINT32                  Flags,
4000Sstevel@tonic-gate     ACPI_NAMESPACE_NODE     **RetNode);
4010Sstevel@tonic-gate 
4020Sstevel@tonic-gate ACPI_STATUS
4032623Smyers AcpiNsSearchOneScope (
4040Sstevel@tonic-gate     UINT32                  EntryName,
4050Sstevel@tonic-gate     ACPI_NAMESPACE_NODE     *Node,
4060Sstevel@tonic-gate     ACPI_OBJECT_TYPE        Type,
4070Sstevel@tonic-gate     ACPI_NAMESPACE_NODE     **RetNode);
4080Sstevel@tonic-gate 
4090Sstevel@tonic-gate void
4100Sstevel@tonic-gate AcpiNsInstallNode (
4110Sstevel@tonic-gate     ACPI_WALK_STATE         *WalkState,
4120Sstevel@tonic-gate     ACPI_NAMESPACE_NODE     *ParentNode,
4130Sstevel@tonic-gate     ACPI_NAMESPACE_NODE     *Node,
4140Sstevel@tonic-gate     ACPI_OBJECT_TYPE        Type);
4150Sstevel@tonic-gate 
4160Sstevel@tonic-gate 
4170Sstevel@tonic-gate /*
4180Sstevel@tonic-gate  * nsutils - Utility functions
4190Sstevel@tonic-gate  */
4200Sstevel@tonic-gate BOOLEAN
4210Sstevel@tonic-gate AcpiNsValidRootPrefix (
4220Sstevel@tonic-gate     char                    Prefix);
4230Sstevel@tonic-gate 
4240Sstevel@tonic-gate ACPI_OBJECT_TYPE
4250Sstevel@tonic-gate AcpiNsGetType (
4260Sstevel@tonic-gate     ACPI_NAMESPACE_NODE     *Node);
4270Sstevel@tonic-gate 
4280Sstevel@tonic-gate UINT32
4290Sstevel@tonic-gate AcpiNsLocal (
4300Sstevel@tonic-gate     ACPI_OBJECT_TYPE        Type);
4310Sstevel@tonic-gate 
4320Sstevel@tonic-gate void
4330Sstevel@tonic-gate AcpiNsReportError (
434*7851SDana.Myers@Sun.COM     const char              *ModuleName,
4350Sstevel@tonic-gate     UINT32                  LineNumber,
436*7851SDana.Myers@Sun.COM     const char              *InternalName,
4370Sstevel@tonic-gate     ACPI_STATUS             LookupStatus);
4380Sstevel@tonic-gate 
4390Sstevel@tonic-gate void
4400Sstevel@tonic-gate AcpiNsReportMethodError (
441*7851SDana.Myers@Sun.COM     const char              *ModuleName,
4420Sstevel@tonic-gate     UINT32                  LineNumber,
443*7851SDana.Myers@Sun.COM     const char              *Message,
4440Sstevel@tonic-gate     ACPI_NAMESPACE_NODE     *Node,
445*7851SDana.Myers@Sun.COM     const char              *Path,
4460Sstevel@tonic-gate     ACPI_STATUS             LookupStatus);
4470Sstevel@tonic-gate 
4480Sstevel@tonic-gate void
4490Sstevel@tonic-gate AcpiNsPrintNodePathname (
4500Sstevel@tonic-gate     ACPI_NAMESPACE_NODE     *Node,
451*7851SDana.Myers@Sun.COM     const char              *Msg);
4520Sstevel@tonic-gate 
4530Sstevel@tonic-gate ACPI_STATUS
4540Sstevel@tonic-gate AcpiNsBuildInternalName (
4550Sstevel@tonic-gate     ACPI_NAMESTRING_INFO    *Info);
4560Sstevel@tonic-gate 
4570Sstevel@tonic-gate void
4580Sstevel@tonic-gate AcpiNsGetInternalNameLength (
4590Sstevel@tonic-gate     ACPI_NAMESTRING_INFO    *Info);
4600Sstevel@tonic-gate 
4610Sstevel@tonic-gate ACPI_STATUS
4620Sstevel@tonic-gate AcpiNsInternalizeName (
463*7851SDana.Myers@Sun.COM     const char              *DottedName,
4640Sstevel@tonic-gate     char                    **ConvertedName);
4650Sstevel@tonic-gate 
4660Sstevel@tonic-gate ACPI_STATUS
4670Sstevel@tonic-gate AcpiNsExternalizeName (
4680Sstevel@tonic-gate     UINT32                  InternalNameLength,
469*7851SDana.Myers@Sun.COM     const char              *InternalName,
4700Sstevel@tonic-gate     UINT32                  *ConvertedNameLength,
4710Sstevel@tonic-gate     char                    **ConvertedName);
4720Sstevel@tonic-gate 
4730Sstevel@tonic-gate ACPI_NAMESPACE_NODE *
4740Sstevel@tonic-gate AcpiNsMapHandleToNode (
4750Sstevel@tonic-gate     ACPI_HANDLE             Handle);
4760Sstevel@tonic-gate 
4770Sstevel@tonic-gate ACPI_HANDLE
4780Sstevel@tonic-gate AcpiNsConvertEntryToHandle(
4790Sstevel@tonic-gate     ACPI_NAMESPACE_NODE     *Node);
4800Sstevel@tonic-gate 
4810Sstevel@tonic-gate void
4820Sstevel@tonic-gate AcpiNsTerminate (
4830Sstevel@tonic-gate     void);
4840Sstevel@tonic-gate 
4850Sstevel@tonic-gate ACPI_NAMESPACE_NODE *
4860Sstevel@tonic-gate AcpiNsGetParentNode (
4870Sstevel@tonic-gate     ACPI_NAMESPACE_NODE     *Node);
4880Sstevel@tonic-gate 
4890Sstevel@tonic-gate 
4900Sstevel@tonic-gate ACPI_NAMESPACE_NODE *
4910Sstevel@tonic-gate AcpiNsGetNextValidNode (
4920Sstevel@tonic-gate     ACPI_NAMESPACE_NODE     *Node);
4930Sstevel@tonic-gate 
4940Sstevel@tonic-gate #endif /* __ACNAMESP_H__ */
495