ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

exstorob.c
Go to the documentation of this file.
00001 
00002 /******************************************************************************
00003  *
00004  * Module Name: exstorob - AML Interpreter object store support, store to object
00005  *
00006  *****************************************************************************/
00007 
00008 /******************************************************************************
00009  *
00010  * 1. Copyright Notice
00011  *
00012  * Some or all of this work - Copyright (c) 1999 - 2011, Intel Corp.
00013  * All rights reserved.
00014  *
00015  * 2. License
00016  *
00017  * 2.1. This is your license from Intel Corp. under its intellectual property
00018  * rights.  You may have additional license terms from the party that provided
00019  * you this software, covering your right to use that party's intellectual
00020  * property rights.
00021  *
00022  * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
00023  * copy of the source code appearing in this file ("Covered Code") an
00024  * irrevocable, perpetual, worldwide license under Intel's copyrights in the
00025  * base code distributed originally by Intel ("Original Intel Code") to copy,
00026  * make derivatives, distribute, use and display any portion of the Covered
00027  * Code in any form, with the right to sublicense such rights; and
00028  *
00029  * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
00030  * license (with the right to sublicense), under only those claims of Intel
00031  * patents that are infringed by the Original Intel Code, to make, use, sell,
00032  * offer to sell, and import the Covered Code and derivative works thereof
00033  * solely to the minimum extent necessary to exercise the above copyright
00034  * license, and in no event shall the patent license extend to any additions
00035  * to or modifications of the Original Intel Code.  No other license or right
00036  * is granted directly or by implication, estoppel or otherwise;
00037  *
00038  * The above copyright and patent license is granted only if the following
00039  * conditions are met:
00040  *
00041  * 3. Conditions
00042  *
00043  * 3.1. Redistribution of Source with Rights to Further Distribute Source.
00044  * Redistribution of source code of any substantial portion of the Covered
00045  * Code or modification with rights to further distribute source must include
00046  * the above Copyright Notice, the above License, this list of Conditions,
00047  * and the following Disclaimer and Export Compliance provision.  In addition,
00048  * Licensee must cause all Covered Code to which Licensee contributes to
00049  * contain a file documenting the changes Licensee made to create that Covered
00050  * Code and the date of any change.  Licensee must include in that file the
00051  * documentation of any changes made by any predecessor Licensee.  Licensee
00052  * must include a prominent statement that the modification is derived,
00053  * directly or indirectly, from Original Intel Code.
00054  *
00055  * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
00056  * Redistribution of source code of any substantial portion of the Covered
00057  * Code or modification without rights to further distribute source must
00058  * include the following Disclaimer and Export Compliance provision in the
00059  * documentation and/or other materials provided with distribution.  In
00060  * addition, Licensee may not authorize further sublicense of source of any
00061  * portion of the Covered Code, and must include terms to the effect that the
00062  * license from Licensee to its licensee is limited to the intellectual
00063  * property embodied in the software Licensee provides to its licensee, and
00064  * not to intellectual property embodied in modifications its licensee may
00065  * make.
00066  *
00067  * 3.3. Redistribution of Executable. Redistribution in executable form of any
00068  * substantial portion of the Covered Code or modification must reproduce the
00069  * above Copyright Notice, and the following Disclaimer and Export Compliance
00070  * provision in the documentation and/or other materials provided with the
00071  * distribution.
00072  *
00073  * 3.4. Intel retains all right, title, and interest in and to the Original
00074  * Intel Code.
00075  *
00076  * 3.5. Neither the name Intel nor any other trademark owned or controlled by
00077  * Intel shall be used in advertising or otherwise to promote the sale, use or
00078  * other dealings in products derived from or relating to the Covered Code
00079  * without prior written authorization from Intel.
00080  *
00081  * 4. Disclaimer and Export Compliance
00082  *
00083  * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED
00084  * HERE.  ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE
00085  * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT,  ASSISTANCE,
00086  * INSTALLATION, TRAINING OR OTHER SERVICES.  INTEL WILL NOT PROVIDE ANY
00087  * UPDATES, ENHANCEMENTS OR EXTENSIONS.  INTEL SPECIFICALLY DISCLAIMS ANY
00088  * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A
00089  * PARTICULAR PURPOSE.
00090  *
00091  * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
00092  * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
00093  * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT,
00094  * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY
00095  * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL
00096  * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES.  THESE LIMITATIONS
00097  * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY
00098  * LIMITED REMEDY.
00099  *
00100  * 4.3. Licensee shall not export, either directly or indirectly, any of this
00101  * software or system incorporating such software without first obtaining any
00102  * required license or other approval from the U. S. Department of Commerce or
00103  * any other agency or department of the United States Government.  In the
00104  * event Licensee exports any such software from the United States or
00105  * re-exports any such software from a foreign destination, Licensee shall
00106  * ensure that the distribution and export/re-export of the software is in
00107  * compliance with all laws, regulations, orders, or other restrictions of the
00108  * U.S. Export Administration Regulations. Licensee agrees that neither it nor
00109  * any of its subsidiaries will export/re-export any technical data, process,
00110  * software, or service, directly or indirectly, to any country for which the
00111  * United States government or any agency thereof requires an export license,
00112  * other governmental approval, or letter of assurance, without first obtaining
00113  * such license, approval or letter.
00114  *
00115  *****************************************************************************/
00116 
00117 #define __EXSTOROB_C__
00118 
00119 #include "acpi.h"
00120 #include "accommon.h"
00121 #include "acinterp.h"
00122 
00123 
00124 #define _COMPONENT          ACPI_EXECUTER
00125         ACPI_MODULE_NAME    ("exstorob")
00126 
00127 
00128 /*******************************************************************************
00129  *
00130  * FUNCTION:    AcpiExStoreBufferToBuffer
00131  *
00132  * PARAMETERS:  SourceDesc          - Source object to copy
00133  *              TargetDesc          - Destination object of the copy
00134  *
00135  * RETURN:      Status
00136  *
00137  * DESCRIPTION: Copy a buffer object to another buffer object.
00138  *
00139  ******************************************************************************/
00140 
00141 ACPI_STATUS
00142 AcpiExStoreBufferToBuffer (
00143     ACPI_OPERAND_OBJECT     *SourceDesc,
00144     ACPI_OPERAND_OBJECT     *TargetDesc)
00145 {
00146     UINT32                  Length;
00147     UINT8                   *Buffer;
00148 
00149 
00150     ACPI_FUNCTION_TRACE_PTR (ExStoreBufferToBuffer, SourceDesc);
00151 
00152 
00153     /* If Source and Target are the same, just return */
00154 
00155     if (SourceDesc == TargetDesc)
00156     {
00157         return_ACPI_STATUS (AE_OK);
00158     }
00159 
00160     /* We know that SourceDesc is a buffer by now */
00161 
00162     Buffer = ACPI_CAST_PTR (UINT8, SourceDesc->Buffer.Pointer);
00163     Length = SourceDesc->Buffer.Length;
00164 
00165     /*
00166      * If target is a buffer of length zero or is a static buffer,
00167      * allocate a new buffer of the proper length
00168      */
00169     if ((TargetDesc->Buffer.Length == 0) ||
00170         (TargetDesc->Common.Flags & AOPOBJ_STATIC_POINTER))
00171     {
00172         TargetDesc->Buffer.Pointer = ACPI_ALLOCATE (Length);
00173         if (!TargetDesc->Buffer.Pointer)
00174         {
00175             return_ACPI_STATUS (AE_NO_MEMORY);
00176         }
00177 
00178         TargetDesc->Buffer.Length = Length;
00179     }
00180 
00181     /* Copy source buffer to target buffer */
00182 
00183     if (Length <= TargetDesc->Buffer.Length)
00184     {
00185         /* Clear existing buffer and copy in the new one */
00186 
00187         ACPI_MEMSET (TargetDesc->Buffer.Pointer, 0, TargetDesc->Buffer.Length);
00188         ACPI_MEMCPY (TargetDesc->Buffer.Pointer, Buffer, Length);
00189 
00190 #ifdef ACPI_OBSOLETE_BEHAVIOR
00191         /*
00192          * NOTE: ACPI versions up to 3.0 specified that the buffer must be
00193          * truncated if the string is smaller than the buffer.  However, "other"
00194          * implementations of ACPI never did this and thus became the defacto
00195          * standard. ACPI 3.0A changes this behavior such that the buffer
00196          * is no longer truncated.
00197          */
00198 
00199         /*
00200          * OBSOLETE BEHAVIOR:
00201          * If the original source was a string, we must truncate the buffer,
00202          * according to the ACPI spec.  Integer-to-Buffer and Buffer-to-Buffer
00203          * copy must not truncate the original buffer.
00204          */
00205         if (OriginalSrcType == ACPI_TYPE_STRING)
00206         {
00207             /* Set the new length of the target */
00208 
00209             TargetDesc->Buffer.Length = Length;
00210         }
00211 #endif
00212     }
00213     else
00214     {
00215         /* Truncate the source, copy only what will fit */
00216 
00217         ACPI_MEMCPY (TargetDesc->Buffer.Pointer, Buffer,
00218             TargetDesc->Buffer.Length);
00219 
00220         ACPI_DEBUG_PRINT ((ACPI_DB_INFO,
00221             "Truncating source buffer from %X to %X\n",
00222             Length, TargetDesc->Buffer.Length));
00223     }
00224 
00225     /* Copy flags */
00226 
00227     TargetDesc->Buffer.Flags = SourceDesc->Buffer.Flags;
00228     TargetDesc->Common.Flags &= ~AOPOBJ_STATIC_POINTER;
00229     return_ACPI_STATUS (AE_OK);
00230 }
00231 
00232 
00233 /*******************************************************************************
00234  *
00235  * FUNCTION:    AcpiExStoreStringToString
00236  *
00237  * PARAMETERS:  SourceDesc          - Source object to copy
00238  *              TargetDesc          - Destination object of the copy
00239  *
00240  * RETURN:      Status
00241  *
00242  * DESCRIPTION: Copy a String object to another String object
00243  *
00244  ******************************************************************************/
00245 
00246 ACPI_STATUS
00247 AcpiExStoreStringToString (
00248     ACPI_OPERAND_OBJECT     *SourceDesc,
00249     ACPI_OPERAND_OBJECT     *TargetDesc)
00250 {
00251     UINT32                  Length;
00252     UINT8                   *Buffer;
00253 
00254 
00255     ACPI_FUNCTION_TRACE_PTR (ExStoreStringToString, SourceDesc);
00256 
00257 
00258     /* If Source and Target are the same, just return */
00259 
00260     if (SourceDesc == TargetDesc)
00261     {
00262         return_ACPI_STATUS (AE_OK);
00263     }
00264 
00265     /* We know that SourceDesc is a string by now */
00266 
00267     Buffer = ACPI_CAST_PTR (UINT8, SourceDesc->String.Pointer);
00268     Length = SourceDesc->String.Length;
00269 
00270     /*
00271      * Replace existing string value if it will fit and the string
00272      * pointer is not a static pointer (part of an ACPI table)
00273      */
00274     if ((Length < TargetDesc->String.Length) &&
00275        (!(TargetDesc->Common.Flags & AOPOBJ_STATIC_POINTER)))
00276     {
00277         /*
00278          * String will fit in existing non-static buffer.
00279          * Clear old string and copy in the new one
00280          */
00281         ACPI_MEMSET (TargetDesc->String.Pointer, 0,
00282             (ACPI_SIZE) TargetDesc->String.Length + 1);
00283         ACPI_MEMCPY (TargetDesc->String.Pointer, Buffer, Length);
00284     }
00285     else
00286     {
00287         /*
00288          * Free the current buffer, then allocate a new buffer
00289          * large enough to hold the value
00290          */
00291         if (TargetDesc->String.Pointer &&
00292            (!(TargetDesc->Common.Flags & AOPOBJ_STATIC_POINTER)))
00293         {
00294             /* Only free if not a pointer into the DSDT */
00295 
00296             ACPI_FREE (TargetDesc->String.Pointer);
00297         }
00298 
00299         TargetDesc->String.Pointer = ACPI_ALLOCATE_ZEROED (
00300                                         (ACPI_SIZE) Length + 1);
00301         if (!TargetDesc->String.Pointer)
00302         {
00303             return_ACPI_STATUS (AE_NO_MEMORY);
00304         }
00305 
00306         TargetDesc->Common.Flags &= ~AOPOBJ_STATIC_POINTER;
00307         ACPI_MEMCPY (TargetDesc->String.Pointer, Buffer, Length);
00308     }
00309 
00310     /* Set the new target length */
00311 
00312     TargetDesc->String.Length = Length;
00313     return_ACPI_STATUS (AE_OK);
00314 }
00315 
00316 

Generated on Fri May 25 2012 04:25:31 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.