Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygennsnames.c
Go to the documentation of this file.
00001 /******************************************************************************* 00002 * 00003 * Module Name: nsnames - Name manipulation and search 00004 * 00005 ******************************************************************************/ 00006 00007 /****************************************************************************** 00008 * 00009 * 1. Copyright Notice 00010 * 00011 * Some or all of this work - Copyright (c) 1999 - 2011, Intel Corp. 00012 * All rights reserved. 00013 * 00014 * 2. License 00015 * 00016 * 2.1. This is your license from Intel Corp. under its intellectual property 00017 * rights. You may have additional license terms from the party that provided 00018 * you this software, covering your right to use that party's intellectual 00019 * property rights. 00020 * 00021 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a 00022 * copy of the source code appearing in this file ("Covered Code") an 00023 * irrevocable, perpetual, worldwide license under Intel's copyrights in the 00024 * base code distributed originally by Intel ("Original Intel Code") to copy, 00025 * make derivatives, distribute, use and display any portion of the Covered 00026 * Code in any form, with the right to sublicense such rights; and 00027 * 00028 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent 00029 * license (with the right to sublicense), under only those claims of Intel 00030 * patents that are infringed by the Original Intel Code, to make, use, sell, 00031 * offer to sell, and import the Covered Code and derivative works thereof 00032 * solely to the minimum extent necessary to exercise the above copyright 00033 * license, and in no event shall the patent license extend to any additions 00034 * to or modifications of the Original Intel Code. No other license or right 00035 * is granted directly or by implication, estoppel or otherwise; 00036 * 00037 * The above copyright and patent license is granted only if the following 00038 * conditions are met: 00039 * 00040 * 3. Conditions 00041 * 00042 * 3.1. Redistribution of Source with Rights to Further Distribute Source. 00043 * Redistribution of source code of any substantial portion of the Covered 00044 * Code or modification with rights to further distribute source must include 00045 * the above Copyright Notice, the above License, this list of Conditions, 00046 * and the following Disclaimer and Export Compliance provision. In addition, 00047 * Licensee must cause all Covered Code to which Licensee contributes to 00048 * contain a file documenting the changes Licensee made to create that Covered 00049 * Code and the date of any change. Licensee must include in that file the 00050 * documentation of any changes made by any predecessor Licensee. Licensee 00051 * must include a prominent statement that the modification is derived, 00052 * directly or indirectly, from Original Intel Code. 00053 * 00054 * 3.2. Redistribution of Source with no Rights to Further Distribute Source. 00055 * Redistribution of source code of any substantial portion of the Covered 00056 * Code or modification without rights to further distribute source must 00057 * include the following Disclaimer and Export Compliance provision in the 00058 * documentation and/or other materials provided with distribution. In 00059 * addition, Licensee may not authorize further sublicense of source of any 00060 * portion of the Covered Code, and must include terms to the effect that the 00061 * license from Licensee to its licensee is limited to the intellectual 00062 * property embodied in the software Licensee provides to its licensee, and 00063 * not to intellectual property embodied in modifications its licensee may 00064 * make. 00065 * 00066 * 3.3. Redistribution of Executable. Redistribution in executable form of any 00067 * substantial portion of the Covered Code or modification must reproduce the 00068 * above Copyright Notice, and the following Disclaimer and Export Compliance 00069 * provision in the documentation and/or other materials provided with the 00070 * distribution. 00071 * 00072 * 3.4. Intel retains all right, title, and interest in and to the Original 00073 * Intel Code. 00074 * 00075 * 3.5. Neither the name Intel nor any other trademark owned or controlled by 00076 * Intel shall be used in advertising or otherwise to promote the sale, use or 00077 * other dealings in products derived from or relating to the Covered Code 00078 * without prior written authorization from Intel. 00079 * 00080 * 4. Disclaimer and Export Compliance 00081 * 00082 * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED 00083 * HERE. ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE 00084 * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT, ASSISTANCE, 00085 * INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WILL NOT PROVIDE ANY 00086 * UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY DISCLAIMS ANY 00087 * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A 00088 * PARTICULAR PURPOSE. 00089 * 00090 * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES 00091 * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR 00092 * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT, 00093 * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY 00094 * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL 00095 * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS 00096 * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY 00097 * LIMITED REMEDY. 00098 * 00099 * 4.3. Licensee shall not export, either directly or indirectly, any of this 00100 * software or system incorporating such software without first obtaining any 00101 * required license or other approval from the U. S. Department of Commerce or 00102 * any other agency or department of the United States Government. In the 00103 * event Licensee exports any such software from the United States or 00104 * re-exports any such software from a foreign destination, Licensee shall 00105 * ensure that the distribution and export/re-export of the software is in 00106 * compliance with all laws, regulations, orders, or other restrictions of the 00107 * U.S. Export Administration Regulations. Licensee agrees that neither it nor 00108 * any of its subsidiaries will export/re-export any technical data, process, 00109 * software, or service, directly or indirectly, to any country for which the 00110 * United States government or any agency thereof requires an export license, 00111 * other governmental approval, or letter of assurance, without first obtaining 00112 * such license, approval or letter. 00113 * 00114 *****************************************************************************/ 00115 00116 #define __NSNAMES_C__ 00117 00118 #include "acpi.h" 00119 #include "accommon.h" 00120 #include "amlcode.h" 00121 #include "acnamesp.h" 00122 00123 00124 #define _COMPONENT ACPI_NAMESPACE 00125 ACPI_MODULE_NAME ("nsnames") 00126 00127 00128 /******************************************************************************* 00129 * 00130 * FUNCTION: AcpiNsBuildExternalPath 00131 * 00132 * PARAMETERS: Node - NS node whose pathname is needed 00133 * Size - Size of the pathname 00134 * *NameBuffer - Where to return the pathname 00135 * 00136 * RETURN: Status 00137 * Places the pathname into the NameBuffer, in external format 00138 * (name segments separated by path separators) 00139 * 00140 * DESCRIPTION: Generate a full pathaname 00141 * 00142 ******************************************************************************/ 00143 00144 ACPI_STATUS 00145 AcpiNsBuildExternalPath ( 00146 ACPI_NAMESPACE_NODE *Node, 00147 ACPI_SIZE Size, 00148 char *NameBuffer) 00149 { 00150 ACPI_SIZE Index; 00151 ACPI_NAMESPACE_NODE *ParentNode; 00152 00153 00154 ACPI_FUNCTION_ENTRY (); 00155 00156 00157 /* Special case for root */ 00158 00159 Index = Size - 1; 00160 if (Index < ACPI_NAME_SIZE) 00161 { 00162 NameBuffer[0] = AML_ROOT_PREFIX; 00163 NameBuffer[1] = 0; 00164 return (AE_OK); 00165 } 00166 00167 /* Store terminator byte, then build name backwards */ 00168 00169 ParentNode = Node; 00170 NameBuffer[Index] = 0; 00171 00172 while ((Index > ACPI_NAME_SIZE) && (ParentNode != AcpiGbl_RootNode)) 00173 { 00174 Index -= ACPI_NAME_SIZE; 00175 00176 /* Put the name into the buffer */ 00177 00178 ACPI_MOVE_32_TO_32 ((NameBuffer + Index), &ParentNode->Name); 00179 ParentNode = ParentNode->Parent; 00180 00181 /* Prefix name with the path separator */ 00182 00183 Index--; 00184 NameBuffer[Index] = ACPI_PATH_SEPARATOR; 00185 } 00186 00187 /* Overwrite final separator with the root prefix character */ 00188 00189 NameBuffer[Index] = AML_ROOT_PREFIX; 00190 00191 if (Index != 0) 00192 { 00193 ACPI_ERROR ((AE_INFO, 00194 "Could not construct external pathname; index=%u, size=%u, Path=%s", 00195 (UINT32) Index, (UINT32) Size, &NameBuffer[Size])); 00196 00197 return (AE_BAD_PARAMETER); 00198 } 00199 00200 return (AE_OK); 00201 } 00202 00203 00204 /******************************************************************************* 00205 * 00206 * FUNCTION: AcpiNsGetExternalPathname 00207 * 00208 * PARAMETERS: Node - Namespace node whose pathname is needed 00209 * 00210 * RETURN: Pointer to storage containing the fully qualified name of 00211 * the node, In external format (name segments separated by path 00212 * separators.) 00213 * 00214 * DESCRIPTION: Used to obtain the full pathname to a namespace node, usually 00215 * for error and debug statements. 00216 * 00217 ******************************************************************************/ 00218 00219 char * 00220 AcpiNsGetExternalPathname ( 00221 ACPI_NAMESPACE_NODE *Node) 00222 { 00223 ACPI_STATUS Status; 00224 char *NameBuffer; 00225 ACPI_SIZE Size; 00226 00227 00228 ACPI_FUNCTION_TRACE_PTR (NsGetExternalPathname, Node); 00229 00230 00231 /* Calculate required buffer size based on depth below root */ 00232 00233 Size = AcpiNsGetPathnameLength (Node); 00234 if (!Size) 00235 { 00236 return_PTR (NULL); 00237 } 00238 00239 /* Allocate a buffer to be returned to caller */ 00240 00241 NameBuffer = ACPI_ALLOCATE_ZEROED (Size); 00242 if (!NameBuffer) 00243 { 00244 ACPI_ERROR ((AE_INFO, "Could not allocate %u bytes", (UINT32) Size)); 00245 return_PTR (NULL); 00246 } 00247 00248 /* Build the path in the allocated buffer */ 00249 00250 Status = AcpiNsBuildExternalPath (Node, Size, NameBuffer); 00251 if (ACPI_FAILURE (Status)) 00252 { 00253 ACPI_FREE (NameBuffer); 00254 return_PTR (NULL); 00255 } 00256 00257 return_PTR (NameBuffer); 00258 } 00259 00260 00261 /******************************************************************************* 00262 * 00263 * FUNCTION: AcpiNsGetPathnameLength 00264 * 00265 * PARAMETERS: Node - Namespace node 00266 * 00267 * RETURN: Length of path, including prefix 00268 * 00269 * DESCRIPTION: Get the length of the pathname string for this node 00270 * 00271 ******************************************************************************/ 00272 00273 ACPI_SIZE 00274 AcpiNsGetPathnameLength ( 00275 ACPI_NAMESPACE_NODE *Node) 00276 { 00277 ACPI_SIZE Size; 00278 ACPI_NAMESPACE_NODE *NextNode; 00279 00280 00281 ACPI_FUNCTION_ENTRY (); 00282 00283 00284 /* 00285 * Compute length of pathname as 5 * number of name segments. 00286 * Go back up the parent tree to the root 00287 */ 00288 Size = 0; 00289 NextNode = Node; 00290 00291 while (NextNode && (NextNode != AcpiGbl_RootNode)) 00292 { 00293 if (ACPI_GET_DESCRIPTOR_TYPE (NextNode) != ACPI_DESC_TYPE_NAMED) 00294 { 00295 ACPI_ERROR ((AE_INFO, 00296 "Invalid Namespace Node (%p) while traversing namespace", 00297 NextNode)); 00298 return 0; 00299 } 00300 Size += ACPI_PATH_SEGMENT_LENGTH; 00301 NextNode = NextNode->Parent; 00302 } 00303 00304 if (!Size) 00305 { 00306 Size = 1; /* Root node case */ 00307 } 00308 00309 return (Size + 1); /* +1 for null string terminator */ 00310 } 00311 00312 00313 /******************************************************************************* 00314 * 00315 * FUNCTION: AcpiNsHandleToPathname 00316 * 00317 * PARAMETERS: TargetHandle - Handle of named object whose name is 00318 * to be found 00319 * Buffer - Where the pathname is returned 00320 * 00321 * RETURN: Status, Buffer is filled with pathname if status is AE_OK 00322 * 00323 * DESCRIPTION: Build and return a full namespace pathname 00324 * 00325 ******************************************************************************/ 00326 00327 ACPI_STATUS 00328 AcpiNsHandleToPathname ( 00329 ACPI_HANDLE TargetHandle, 00330 ACPI_BUFFER *Buffer) 00331 { 00332 ACPI_STATUS Status; 00333 ACPI_NAMESPACE_NODE *Node; 00334 ACPI_SIZE RequiredSize; 00335 00336 00337 ACPI_FUNCTION_TRACE_PTR (NsHandleToPathname, TargetHandle); 00338 00339 00340 Node = AcpiNsValidateHandle (TargetHandle); 00341 if (!Node) 00342 { 00343 return_ACPI_STATUS (AE_BAD_PARAMETER); 00344 } 00345 00346 /* Determine size required for the caller buffer */ 00347 00348 RequiredSize = AcpiNsGetPathnameLength (Node); 00349 if (!RequiredSize) 00350 { 00351 return_ACPI_STATUS (AE_BAD_PARAMETER); 00352 } 00353 00354 /* Validate/Allocate/Clear caller buffer */ 00355 00356 Status = AcpiUtInitializeBuffer (Buffer, RequiredSize); 00357 if (ACPI_FAILURE (Status)) 00358 { 00359 return_ACPI_STATUS (Status); 00360 } 00361 00362 /* Build the path in the caller buffer */ 00363 00364 Status = AcpiNsBuildExternalPath (Node, RequiredSize, Buffer->Pointer); 00365 if (ACPI_FAILURE (Status)) 00366 { 00367 return_ACPI_STATUS (Status); 00368 } 00369 00370 ACPI_DEBUG_PRINT ((ACPI_DB_EXEC, "%s [%X]\n", 00371 (char *) Buffer->Pointer, (UINT32) RequiredSize)); 00372 return_ACPI_STATUS (AE_OK); 00373 } 00374 00375 Generated on Sat May 26 2012 04:25:53 for ReactOS by
1.7.6.1
|