2000-10-28 05:01:06 +00:00
|
|
|
/******************************************************************************
|
|
|
|
*
|
|
|
|
* Module Name: psargs - Parse AML opcode arguments
|
2004-02-28 20:23:30 +00:00
|
|
|
* $Revision: 76 $
|
2000-10-28 05:01:06 +00:00
|
|
|
*
|
|
|
|
*****************************************************************************/
|
|
|
|
|
|
|
|
/******************************************************************************
|
|
|
|
*
|
|
|
|
* 1. Copyright Notice
|
|
|
|
*
|
2004-02-28 20:23:30 +00:00
|
|
|
* Some or all of this work - Copyright (c) 1999 - 2004, Intel Corp.
|
2000-12-21 06:56:46 +00:00
|
|
|
* All rights reserved.
|
2000-10-28 05:01:06 +00:00
|
|
|
*
|
|
|
|
* 2. License
|
|
|
|
*
|
|
|
|
* 2.1. This is your license from Intel Corp. under its intellectual property
|
|
|
|
* rights. You may have additional license terms from the party that provided
|
|
|
|
* you this software, covering your right to use that party's intellectual
|
|
|
|
* property rights.
|
|
|
|
*
|
|
|
|
* 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
|
|
|
|
* copy of the source code appearing in this file ("Covered Code") an
|
|
|
|
* irrevocable, perpetual, worldwide license under Intel's copyrights in the
|
|
|
|
* base code distributed originally by Intel ("Original Intel Code") to copy,
|
|
|
|
* make derivatives, distribute, use and display any portion of the Covered
|
|
|
|
* Code in any form, with the right to sublicense such rights; and
|
|
|
|
*
|
|
|
|
* 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
|
|
|
|
* license (with the right to sublicense), under only those claims of Intel
|
|
|
|
* patents that are infringed by the Original Intel Code, to make, use, sell,
|
|
|
|
* offer to sell, and import the Covered Code and derivative works thereof
|
|
|
|
* solely to the minimum extent necessary to exercise the above copyright
|
|
|
|
* license, and in no event shall the patent license extend to any additions
|
|
|
|
* to or modifications of the Original Intel Code. No other license or right
|
|
|
|
* is granted directly or by implication, estoppel or otherwise;
|
|
|
|
*
|
|
|
|
* The above copyright and patent license is granted only if the following
|
|
|
|
* conditions are met:
|
|
|
|
*
|
|
|
|
* 3. Conditions
|
|
|
|
*
|
|
|
|
* 3.1. Redistribution of Source with Rights to Further Distribute Source.
|
|
|
|
* Redistribution of source code of any substantial portion of the Covered
|
|
|
|
* Code or modification with rights to further distribute source must include
|
|
|
|
* the above Copyright Notice, the above License, this list of Conditions,
|
|
|
|
* and the following Disclaimer and Export Compliance provision. In addition,
|
|
|
|
* Licensee must cause all Covered Code to which Licensee contributes to
|
|
|
|
* contain a file documenting the changes Licensee made to create that Covered
|
|
|
|
* Code and the date of any change. Licensee must include in that file the
|
|
|
|
* documentation of any changes made by any predecessor Licensee. Licensee
|
|
|
|
* must include a prominent statement that the modification is derived,
|
|
|
|
* directly or indirectly, from Original Intel Code.
|
|
|
|
*
|
|
|
|
* 3.2. Redistribution of Source with no Rights to Further Distribute Source.
|
|
|
|
* Redistribution of source code of any substantial portion of the Covered
|
|
|
|
* Code or modification without rights to further distribute source must
|
|
|
|
* include the following Disclaimer and Export Compliance provision in the
|
|
|
|
* documentation and/or other materials provided with distribution. In
|
|
|
|
* addition, Licensee may not authorize further sublicense of source of any
|
|
|
|
* portion of the Covered Code, and must include terms to the effect that the
|
|
|
|
* license from Licensee to its licensee is limited to the intellectual
|
|
|
|
* property embodied in the software Licensee provides to its licensee, and
|
|
|
|
* not to intellectual property embodied in modifications its licensee may
|
|
|
|
* make.
|
|
|
|
*
|
|
|
|
* 3.3. Redistribution of Executable. Redistribution in executable form of any
|
|
|
|
* substantial portion of the Covered Code or modification must reproduce the
|
|
|
|
* above Copyright Notice, and the following Disclaimer and Export Compliance
|
|
|
|
* provision in the documentation and/or other materials provided with the
|
|
|
|
* distribution.
|
|
|
|
*
|
|
|
|
* 3.4. Intel retains all right, title, and interest in and to the Original
|
|
|
|
* Intel Code.
|
|
|
|
*
|
|
|
|
* 3.5. Neither the name Intel nor any other trademark owned or controlled by
|
|
|
|
* Intel shall be used in advertising or otherwise to promote the sale, use or
|
|
|
|
* other dealings in products derived from or relating to the Covered Code
|
|
|
|
* without prior written authorization from Intel.
|
|
|
|
*
|
|
|
|
* 4. Disclaimer and Export Compliance
|
|
|
|
*
|
|
|
|
* 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED
|
|
|
|
* HERE. ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE
|
|
|
|
* IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT, ASSISTANCE,
|
|
|
|
* INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WILL NOT PROVIDE ANY
|
|
|
|
* UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY DISCLAIMS ANY
|
|
|
|
* IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A
|
|
|
|
* PARTICULAR PURPOSE.
|
|
|
|
*
|
|
|
|
* 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
|
|
|
|
* OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
|
|
|
|
* COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT,
|
|
|
|
* SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY
|
|
|
|
* CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL
|
|
|
|
* HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS
|
|
|
|
* SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY
|
|
|
|
* LIMITED REMEDY.
|
|
|
|
*
|
|
|
|
* 4.3. Licensee shall not export, either directly or indirectly, any of this
|
|
|
|
* software or system incorporating such software without first obtaining any
|
|
|
|
* required license or other approval from the U. S. Department of Commerce or
|
|
|
|
* any other agency or department of the United States Government. In the
|
|
|
|
* event Licensee exports any such software from the United States or
|
|
|
|
* re-exports any such software from a foreign destination, Licensee shall
|
|
|
|
* ensure that the distribution and export/re-export of the software is in
|
|
|
|
* compliance with all laws, regulations, orders, or other restrictions of the
|
|
|
|
* U.S. Export Administration Regulations. Licensee agrees that neither it nor
|
|
|
|
* any of its subsidiaries will export/re-export any technical data, process,
|
|
|
|
* software, or service, directly or indirectly, to any country for which the
|
|
|
|
* United States government or any agency thereof requires an export license,
|
|
|
|
* other governmental approval, or letter of assurance, without first obtaining
|
|
|
|
* such license, approval or letter.
|
|
|
|
*
|
|
|
|
*****************************************************************************/
|
|
|
|
|
|
|
|
#define __PSARGS_C__
|
|
|
|
|
|
|
|
#include "acpi.h"
|
|
|
|
#include "acparser.h"
|
|
|
|
#include "amlcode.h"
|
|
|
|
#include "acnamesp.h"
|
|
|
|
|
2001-05-29 19:52:40 +00:00
|
|
|
#define _COMPONENT ACPI_PARSER
|
2002-02-23 05:10:40 +00:00
|
|
|
ACPI_MODULE_NAME ("psargs")
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
|
|
|
|
/*******************************************************************************
|
|
|
|
*
|
|
|
|
* FUNCTION: AcpiPsGetNextPackageLength
|
|
|
|
*
|
|
|
|
* PARAMETERS: ParserState - Current parser state object
|
|
|
|
*
|
|
|
|
* RETURN: Decoded package length. On completion, the AML pointer points
|
|
|
|
* past the length byte or bytes.
|
|
|
|
*
|
|
|
|
* DESCRIPTION: Decode and return a package length field
|
|
|
|
*
|
|
|
|
******************************************************************************/
|
|
|
|
|
|
|
|
UINT32
|
|
|
|
AcpiPsGetNextPackageLength (
|
|
|
|
ACPI_PARSE_STATE *ParserState)
|
|
|
|
{
|
|
|
|
UINT32 EncodedLength;
|
|
|
|
UINT32 Length = 0;
|
|
|
|
|
|
|
|
|
2002-02-23 05:10:40 +00:00
|
|
|
ACPI_FUNCTION_TRACE ("PsGetNextPackageLength");
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
|
2002-02-23 05:10:40 +00:00
|
|
|
EncodedLength = (UINT32) ACPI_GET8 (ParserState->Aml);
|
2000-10-28 05:01:06 +00:00
|
|
|
ParserState->Aml++;
|
|
|
|
|
|
|
|
|
|
|
|
switch (EncodedLength >> 6) /* bits 6-7 contain encoding scheme */
|
|
|
|
{
|
|
|
|
case 0: /* 1-byte encoding (bits 0-5) */
|
|
|
|
|
2000-12-01 09:36:25 +00:00
|
|
|
Length = (EncodedLength & 0x3F);
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case 1: /* 2-byte encoding (next byte + bits 0-3) */
|
|
|
|
|
2002-02-23 05:10:40 +00:00
|
|
|
Length = ((ACPI_GET8 (ParserState->Aml) << 04) |
|
2000-12-01 09:36:25 +00:00
|
|
|
(EncodedLength & 0x0F));
|
2000-10-28 05:01:06 +00:00
|
|
|
ParserState->Aml++;
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case 2: /* 3-byte encoding (next 2 bytes + bits 0-3) */
|
|
|
|
|
2002-02-23 05:10:40 +00:00
|
|
|
Length = ((ACPI_GET8 (ParserState->Aml + 1) << 12) |
|
|
|
|
(ACPI_GET8 (ParserState->Aml) << 04) |
|
2000-12-01 09:36:25 +00:00
|
|
|
(EncodedLength & 0x0F));
|
2000-10-28 05:01:06 +00:00
|
|
|
ParserState->Aml += 2;
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case 3: /* 4-byte encoding (next 3 bytes + bits 0-3) */
|
|
|
|
|
2002-02-23 05:10:40 +00:00
|
|
|
Length = ((ACPI_GET8 (ParserState->Aml + 2) << 20) |
|
|
|
|
(ACPI_GET8 (ParserState->Aml + 1) << 12) |
|
|
|
|
(ACPI_GET8 (ParserState->Aml) << 04) |
|
2000-12-01 09:36:25 +00:00
|
|
|
(EncodedLength & 0x0F));
|
2000-10-28 05:01:06 +00:00
|
|
|
ParserState->Aml += 3;
|
|
|
|
break;
|
2002-07-09 17:51:31 +00:00
|
|
|
|
|
|
|
default:
|
2002-11-27 18:07:48 +00:00
|
|
|
|
2002-07-09 17:51:31 +00:00
|
|
|
/* Can't get here, only 2 bits / 4 cases */
|
|
|
|
break;
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
return_VALUE (Length);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*******************************************************************************
|
|
|
|
*
|
|
|
|
* FUNCTION: AcpiPsGetNextPackageEnd
|
|
|
|
*
|
|
|
|
* PARAMETERS: ParserState - Current parser state object
|
|
|
|
*
|
|
|
|
* RETURN: Pointer to end-of-package +1
|
|
|
|
*
|
|
|
|
* DESCRIPTION: Get next package length and return a pointer past the end of
|
|
|
|
* the package. Consumes the package length field
|
|
|
|
*
|
|
|
|
******************************************************************************/
|
|
|
|
|
|
|
|
UINT8 *
|
|
|
|
AcpiPsGetNextPackageEnd (
|
|
|
|
ACPI_PARSE_STATE *ParserState)
|
|
|
|
{
|
|
|
|
UINT8 *Start = ParserState->Aml;
|
2003-04-29 18:39:29 +00:00
|
|
|
ACPI_NATIVE_UINT Length;
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
|
2002-02-23 05:10:40 +00:00
|
|
|
ACPI_FUNCTION_TRACE ("PsGetNextPackageEnd");
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
|
2002-11-27 18:07:48 +00:00
|
|
|
/* Function below changes ParserState->Aml */
|
|
|
|
|
2003-04-29 18:39:29 +00:00
|
|
|
Length = (ACPI_NATIVE_UINT) AcpiPsGetNextPackageLength (ParserState);
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
return_PTR (Start + Length); /* end of package */
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*******************************************************************************
|
|
|
|
*
|
|
|
|
* FUNCTION: AcpiPsGetNextNamestring
|
|
|
|
*
|
|
|
|
* PARAMETERS: ParserState - Current parser state object
|
|
|
|
*
|
|
|
|
* RETURN: Pointer to the start of the name string (pointer points into
|
|
|
|
* the AML.
|
|
|
|
*
|
|
|
|
* DESCRIPTION: Get next raw namestring within the AML stream. Handles all name
|
|
|
|
* prefix characters. Set parser state to point past the string.
|
|
|
|
* (Name is consumed from the AML.)
|
|
|
|
*
|
|
|
|
******************************************************************************/
|
|
|
|
|
2003-04-29 18:39:29 +00:00
|
|
|
char *
|
2000-10-28 05:01:06 +00:00
|
|
|
AcpiPsGetNextNamestring (
|
|
|
|
ACPI_PARSE_STATE *ParserState)
|
|
|
|
{
|
2002-07-09 17:51:31 +00:00
|
|
|
UINT8 *Start = ParserState->Aml;
|
|
|
|
UINT8 *End = ParserState->Aml;
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
|
2002-02-23 05:10:40 +00:00
|
|
|
ACPI_FUNCTION_TRACE ("PsGetNextNamestring");
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
|
|
|
|
/* Handle multiple prefix characters */
|
|
|
|
|
2002-02-23 05:10:40 +00:00
|
|
|
while (AcpiPsIsPrefixChar (ACPI_GET8 (End)))
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
2002-08-29 01:51:24 +00:00
|
|
|
/* Include prefix '\\' or '^' */
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
End++;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Decode the path */
|
|
|
|
|
2002-02-23 05:10:40 +00:00
|
|
|
switch (ACPI_GET8 (End))
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
|
|
|
case 0:
|
|
|
|
|
|
|
|
/* NullName */
|
|
|
|
|
|
|
|
if (End == Start)
|
|
|
|
{
|
|
|
|
Start = NULL;
|
|
|
|
}
|
|
|
|
End++;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case AML_DUAL_NAME_PREFIX:
|
|
|
|
|
2002-07-09 17:51:31 +00:00
|
|
|
/* Two name segments */
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2002-11-27 18:07:48 +00:00
|
|
|
End += 1 + (2 * ACPI_NAME_SIZE);
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
case AML_MULTI_NAME_PREFIX_OP:
|
|
|
|
|
2002-07-09 17:51:31 +00:00
|
|
|
/* Multiple name segments, 4 chars each */
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2002-11-27 18:07:48 +00:00
|
|
|
End += 2 + ((ACPI_SIZE) ACPI_GET8 (End + 1) * ACPI_NAME_SIZE);
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
|
|
|
|
2002-07-09 17:51:31 +00:00
|
|
|
/* Single name segment */
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2002-11-27 18:07:48 +00:00
|
|
|
End += ACPI_NAME_SIZE;
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
ParserState->Aml = (UINT8*) End;
|
2003-04-29 18:39:29 +00:00
|
|
|
return_PTR ((char *) Start);
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*******************************************************************************
|
|
|
|
*
|
|
|
|
* FUNCTION: AcpiPsGetNextNamepath
|
|
|
|
*
|
|
|
|
* PARAMETERS: ParserState - Current parser state object
|
|
|
|
* Arg - Where the namepath will be stored
|
|
|
|
* ArgCount - If the namepath points to a control method
|
|
|
|
* the method's argument is returned here.
|
2002-11-27 18:07:48 +00:00
|
|
|
* MethodCall - Whether the namepath can possibly be the
|
|
|
|
* start of a method call
|
2000-10-28 05:01:06 +00:00
|
|
|
*
|
2002-08-29 01:51:24 +00:00
|
|
|
* RETURN: Status
|
2000-10-28 05:01:06 +00:00
|
|
|
*
|
2002-08-29 01:51:24 +00:00
|
|
|
* DESCRIPTION: Get next name (if method call, return # of required args).
|
|
|
|
* Names are looked up in the internal namespace to determine
|
|
|
|
* if the name represents a control method. If a method
|
2000-10-28 05:01:06 +00:00
|
|
|
* is found, the number of arguments to the method is returned.
|
|
|
|
* This information is critical for parsing to continue correctly.
|
|
|
|
*
|
|
|
|
******************************************************************************/
|
|
|
|
|
2002-08-29 01:51:24 +00:00
|
|
|
ACPI_STATUS
|
2000-10-28 05:01:06 +00:00
|
|
|
AcpiPsGetNextNamepath (
|
2002-11-27 18:07:48 +00:00
|
|
|
ACPI_WALK_STATE *WalkState,
|
2000-10-28 05:01:06 +00:00
|
|
|
ACPI_PARSE_STATE *ParserState,
|
|
|
|
ACPI_PARSE_OBJECT *Arg,
|
|
|
|
BOOLEAN MethodCall)
|
|
|
|
{
|
2003-04-29 18:39:29 +00:00
|
|
|
char *Path;
|
2000-10-28 05:01:06 +00:00
|
|
|
ACPI_PARSE_OBJECT *NameOp;
|
2002-08-29 01:51:24 +00:00
|
|
|
ACPI_STATUS Status = AE_OK;
|
|
|
|
ACPI_OPERAND_OBJECT *MethodDesc;
|
|
|
|
ACPI_NAMESPACE_NODE *Node;
|
|
|
|
ACPI_GENERIC_STATE ScopeInfo;
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
|
2002-02-23 05:10:40 +00:00
|
|
|
ACPI_FUNCTION_TRACE ("PsGetNextNamepath");
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
|
|
|
|
Path = AcpiPsGetNextNamestring (ParserState);
|
|
|
|
|
2002-08-29 01:51:24 +00:00
|
|
|
/* Null path case is allowed */
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2002-08-29 01:51:24 +00:00
|
|
|
if (Path)
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
|
|
|
/*
|
2002-08-29 01:51:24 +00:00
|
|
|
* Lookup the name in the internal namespace
|
2000-10-28 05:01:06 +00:00
|
|
|
*/
|
2002-08-29 01:51:24 +00:00
|
|
|
ScopeInfo.Scope.Node = NULL;
|
|
|
|
Node = ParserState->StartNode;
|
|
|
|
if (Node)
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
2002-08-29 01:51:24 +00:00
|
|
|
ScopeInfo.Scope.Node = Node;
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
|
2002-08-29 01:51:24 +00:00
|
|
|
/*
|
|
|
|
* Lookup object. We don't want to add anything new to the namespace
|
|
|
|
* here, however. So we use MODE_EXECUTE. Allow searching of the
|
|
|
|
* parent tree, but don't open a new scope -- we just want to lookup the
|
|
|
|
* object (MUST BE mode EXECUTE to perform upsearch)
|
|
|
|
*/
|
|
|
|
Status = AcpiNsLookup (&ScopeInfo, Path, ACPI_TYPE_ANY, ACPI_IMODE_EXECUTE,
|
2002-11-27 18:07:48 +00:00
|
|
|
ACPI_NS_SEARCH_PARENT | ACPI_NS_DONT_OPEN_SCOPE, NULL, &Node);
|
2002-08-29 01:51:24 +00:00
|
|
|
if (ACPI_SUCCESS (Status) && MethodCall)
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
2002-08-29 01:51:24 +00:00
|
|
|
if (Node->Type == ACPI_TYPE_METHOD)
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
2002-11-27 18:07:48 +00:00
|
|
|
/*
|
|
|
|
* This name is actually a control method invocation
|
|
|
|
*/
|
2002-08-29 01:51:24 +00:00
|
|
|
MethodDesc = AcpiNsGetAttachedObject (Node);
|
2003-04-29 18:39:29 +00:00
|
|
|
ACPI_DEBUG_PRINT ((ACPI_DB_PARSE,
|
2002-11-27 18:07:48 +00:00
|
|
|
"Control Method - %p Desc %p Path=%p\n",
|
2002-08-29 01:51:24 +00:00
|
|
|
Node, MethodDesc, Path));
|
|
|
|
|
|
|
|
NameOp = AcpiPsAllocOp (AML_INT_NAMEPATH_OP);
|
|
|
|
if (!NameOp)
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
2002-08-29 01:51:24 +00:00
|
|
|
return_ACPI_STATUS (AE_NO_MEMORY);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Change arg into a METHOD CALL and attach name to it */
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2002-08-29 01:51:24 +00:00
|
|
|
AcpiPsInitOp (Arg, AML_INT_METHODCALL_OP);
|
|
|
|
NameOp->Common.Value.Name = Path;
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2002-08-29 01:51:24 +00:00
|
|
|
/* Point METHODCALL/NAME to the METHOD Node */
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2002-08-29 01:51:24 +00:00
|
|
|
NameOp->Common.Node = Node;
|
|
|
|
AcpiPsAppendArg (Arg, NameOp);
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2002-08-29 01:51:24 +00:00
|
|
|
if (!MethodDesc)
|
|
|
|
{
|
2004-02-28 20:23:30 +00:00
|
|
|
ACPI_REPORT_ERROR ((
|
|
|
|
"PsGetNextNamepath: Control Method %p has no attached object\n",
|
2002-08-29 01:51:24 +00:00
|
|
|
Node));
|
|
|
|
return_ACPI_STATUS (AE_AML_INTERNAL);
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
|
2003-04-29 18:39:29 +00:00
|
|
|
ACPI_DEBUG_PRINT ((ACPI_DB_PARSE,
|
2002-11-27 18:07:48 +00:00
|
|
|
"Control Method - %p Args %X\n",
|
2002-08-29 01:51:24 +00:00
|
|
|
Node, MethodDesc->Method.ParamCount));
|
|
|
|
|
2002-11-27 18:07:48 +00:00
|
|
|
/* Get the number of arguments to expect */
|
|
|
|
|
|
|
|
WalkState->ArgCount = MethodDesc->Method.ParamCount;
|
2002-08-29 01:51:24 +00:00
|
|
|
return_ACPI_STATUS (AE_OK);
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Else this is normal named object reference.
|
|
|
|
* Just init the NAMEPATH object with the pathname.
|
|
|
|
* (See code below)
|
|
|
|
*/
|
|
|
|
}
|
2002-11-27 18:07:48 +00:00
|
|
|
|
|
|
|
if (ACPI_FAILURE (Status))
|
|
|
|
{
|
2003-04-29 18:39:29 +00:00
|
|
|
/*
|
2002-11-27 18:07:48 +00:00
|
|
|
* 1) Any error other than NOT_FOUND is always severe
|
|
|
|
* 2) NOT_FOUND is only important if we are executing a method.
|
|
|
|
* 3) If executing a CondRefOf opcode, NOT_FOUND is ok.
|
|
|
|
*/
|
2003-04-29 18:39:29 +00:00
|
|
|
if ((((WalkState->ParseFlags & ACPI_PARSE_MODE_MASK) == ACPI_PARSE_EXECUTE) &&
|
|
|
|
(Status == AE_NOT_FOUND) &&
|
2002-11-27 18:07:48 +00:00
|
|
|
(WalkState->Op->Common.AmlOpcode != AML_COND_REF_OF_OP)) ||
|
|
|
|
|
|
|
|
(Status != AE_NOT_FOUND))
|
|
|
|
{
|
|
|
|
ACPI_REPORT_NSERROR (Path, Status);
|
2003-07-13 22:44:13 +00:00
|
|
|
|
|
|
|
AcpiOsPrintf ("SearchNode %p StartNode %p ReturnNode %p\n",
|
|
|
|
ScopeInfo.Scope.Node, ParserState->StartNode, Node);
|
|
|
|
|
|
|
|
|
2002-11-27 18:07:48 +00:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
/*
|
|
|
|
* We got a NOT_FOUND during table load or we encountered
|
|
|
|
* a CondRefOf(x) where the target does not exist.
|
2003-04-29 18:39:29 +00:00
|
|
|
* -- either case is ok
|
2002-11-27 18:07:48 +00:00
|
|
|
*/
|
|
|
|
Status = AE_OK;
|
|
|
|
}
|
|
|
|
}
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
2003-04-29 18:39:29 +00:00
|
|
|
* Regardless of success/failure above,
|
2002-08-29 01:51:24 +00:00
|
|
|
* Just initialize the Op with the pathname.
|
2000-10-28 05:01:06 +00:00
|
|
|
*/
|
2001-05-29 19:52:40 +00:00
|
|
|
AcpiPsInitOp (Arg, AML_INT_NAMEPATH_OP);
|
2002-07-09 17:51:31 +00:00
|
|
|
Arg->Common.Value.Name = Path;
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2002-08-29 01:51:24 +00:00
|
|
|
return_ACPI_STATUS (Status);
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*******************************************************************************
|
|
|
|
*
|
|
|
|
* FUNCTION: AcpiPsGetNextSimpleArg
|
|
|
|
*
|
|
|
|
* PARAMETERS: ParserState - Current parser state object
|
|
|
|
* ArgType - The argument type (AML_*_ARG)
|
|
|
|
* Arg - Where the argument is returned
|
|
|
|
*
|
|
|
|
* RETURN: None
|
|
|
|
*
|
|
|
|
* DESCRIPTION: Get the next simple argument (constant, string, or namestring)
|
|
|
|
*
|
|
|
|
******************************************************************************/
|
|
|
|
|
|
|
|
void
|
|
|
|
AcpiPsGetNextSimpleArg (
|
|
|
|
ACPI_PARSE_STATE *ParserState,
|
|
|
|
UINT32 ArgType,
|
|
|
|
ACPI_PARSE_OBJECT *Arg)
|
|
|
|
{
|
|
|
|
|
2002-02-23 05:10:40 +00:00
|
|
|
ACPI_FUNCTION_TRACE_U32 ("PsGetNextSimpleArg", ArgType);
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
|
|
|
|
switch (ArgType)
|
|
|
|
{
|
|
|
|
case ARGP_BYTEDATA:
|
|
|
|
|
|
|
|
AcpiPsInitOp (Arg, AML_BYTE_OP);
|
2002-07-09 17:51:31 +00:00
|
|
|
Arg->Common.Value.Integer = (UINT32) ACPI_GET8 (ParserState->Aml);
|
2000-10-28 05:01:06 +00:00
|
|
|
ParserState->Aml++;
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case ARGP_WORDDATA:
|
|
|
|
|
|
|
|
AcpiPsInitOp (Arg, AML_WORD_OP);
|
|
|
|
|
|
|
|
/* Get 2 bytes from the AML stream */
|
|
|
|
|
2003-07-13 22:44:13 +00:00
|
|
|
ACPI_MOVE_16_TO_32 (&Arg->Common.Value.Integer, ParserState->Aml);
|
2000-10-28 05:01:06 +00:00
|
|
|
ParserState->Aml += 2;
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case ARGP_DWORDDATA:
|
|
|
|
|
|
|
|
AcpiPsInitOp (Arg, AML_DWORD_OP);
|
|
|
|
|
|
|
|
/* Get 4 bytes from the AML stream */
|
|
|
|
|
2003-07-13 22:44:13 +00:00
|
|
|
ACPI_MOVE_32_TO_32 (&Arg->Common.Value.Integer, ParserState->Aml);
|
2000-10-28 05:01:06 +00:00
|
|
|
ParserState->Aml += 4;
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
2001-08-26 22:28:18 +00:00
|
|
|
case ARGP_QWORDDATA:
|
|
|
|
|
|
|
|
AcpiPsInitOp (Arg, AML_QWORD_OP);
|
|
|
|
|
|
|
|
/* Get 8 bytes from the AML stream */
|
|
|
|
|
2003-07-13 22:44:13 +00:00
|
|
|
ACPI_MOVE_64_TO_64 (&Arg->Common.Value.Integer, ParserState->Aml);
|
2001-08-26 22:28:18 +00:00
|
|
|
ParserState->Aml += 8;
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
2000-10-28 05:01:06 +00:00
|
|
|
case ARGP_CHARLIST:
|
|
|
|
|
|
|
|
AcpiPsInitOp (Arg, AML_STRING_OP);
|
2002-07-09 17:51:31 +00:00
|
|
|
Arg->Common.Value.String = (char *) ParserState->Aml;
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2002-02-23 05:10:40 +00:00
|
|
|
while (ACPI_GET8 (ParserState->Aml) != '\0')
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
|
|
|
ParserState->Aml++;
|
|
|
|
}
|
|
|
|
ParserState->Aml++;
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case ARGP_NAME:
|
|
|
|
case ARGP_NAMESTRING:
|
|
|
|
|
2001-05-29 19:52:40 +00:00
|
|
|
AcpiPsInitOp (Arg, AML_INT_NAMEPATH_OP);
|
2002-07-09 17:51:31 +00:00
|
|
|
Arg->Common.Value.Name = AcpiPsGetNextNamestring (ParserState);
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
default:
|
2002-11-27 18:07:48 +00:00
|
|
|
|
2002-07-09 17:51:31 +00:00
|
|
|
ACPI_REPORT_ERROR (("Invalid ArgType %X\n", ArgType));
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
return_VOID;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*******************************************************************************
|
|
|
|
*
|
|
|
|
* FUNCTION: AcpiPsGetNextField
|
|
|
|
*
|
|
|
|
* PARAMETERS: ParserState - Current parser state object
|
|
|
|
*
|
|
|
|
* RETURN: A newly allocated FIELD op
|
|
|
|
*
|
|
|
|
* DESCRIPTION: Get next field (NamedField, ReservedField, or AccessField)
|
|
|
|
*
|
|
|
|
******************************************************************************/
|
|
|
|
|
|
|
|
ACPI_PARSE_OBJECT *
|
|
|
|
AcpiPsGetNextField (
|
|
|
|
ACPI_PARSE_STATE *ParserState)
|
|
|
|
{
|
2003-12-09 02:45:16 +00:00
|
|
|
UINT32 AmlOffset = (UINT32) ACPI_PTR_DIFF (ParserState->Aml,
|
2002-11-27 18:07:48 +00:00
|
|
|
ParserState->AmlStart);
|
2000-10-28 05:01:06 +00:00
|
|
|
ACPI_PARSE_OBJECT *Field;
|
|
|
|
UINT16 Opcode;
|
|
|
|
UINT32 Name;
|
|
|
|
|
|
|
|
|
2002-02-23 05:10:40 +00:00
|
|
|
ACPI_FUNCTION_TRACE ("PsGetNextField");
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
|
|
|
|
/* determine field type */
|
|
|
|
|
2002-02-23 05:10:40 +00:00
|
|
|
switch (ACPI_GET8 (ParserState->Aml))
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
|
|
|
default:
|
|
|
|
|
2001-05-29 19:52:40 +00:00
|
|
|
Opcode = AML_INT_NAMEDFIELD_OP;
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
case 0x00:
|
|
|
|
|
2001-05-29 19:52:40 +00:00
|
|
|
Opcode = AML_INT_RESERVEDFIELD_OP;
|
2000-10-28 05:01:06 +00:00
|
|
|
ParserState->Aml++;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case 0x01:
|
|
|
|
|
2001-05-29 19:52:40 +00:00
|
|
|
Opcode = AML_INT_ACCESSFIELD_OP;
|
2000-10-28 05:01:06 +00:00
|
|
|
ParserState->Aml++;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Allocate a new field op */
|
|
|
|
|
|
|
|
Field = AcpiPsAllocOp (Opcode);
|
2002-07-09 17:51:31 +00:00
|
|
|
if (!Field)
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
2002-07-09 17:51:31 +00:00
|
|
|
return_PTR (NULL);
|
|
|
|
}
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2002-07-09 17:51:31 +00:00
|
|
|
Field->Common.AmlOffset = AmlOffset;
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2002-07-09 17:51:31 +00:00
|
|
|
/* Decode the field type */
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2002-07-09 17:51:31 +00:00
|
|
|
switch (Opcode)
|
|
|
|
{
|
|
|
|
case AML_INT_NAMEDFIELD_OP:
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2002-07-09 17:51:31 +00:00
|
|
|
/* Get the 4-character name */
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2003-07-13 22:44:13 +00:00
|
|
|
ACPI_MOVE_32_TO_32 (&Name, ParserState->Aml);
|
2002-07-09 17:51:31 +00:00
|
|
|
AcpiPsSetName (Field, Name);
|
2002-11-27 18:07:48 +00:00
|
|
|
ParserState->Aml += ACPI_NAME_SIZE;
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2002-07-09 17:51:31 +00:00
|
|
|
/* Get the length which is encoded as a package length */
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2002-07-09 17:51:31 +00:00
|
|
|
Field->Common.Value.Size = AcpiPsGetNextPackageLength (ParserState);
|
|
|
|
break;
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
|
2002-07-09 17:51:31 +00:00
|
|
|
case AML_INT_RESERVEDFIELD_OP:
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2002-07-09 17:51:31 +00:00
|
|
|
/* Get the length which is encoded as a package length */
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2002-07-09 17:51:31 +00:00
|
|
|
Field->Common.Value.Size = AcpiPsGetNextPackageLength (ParserState);
|
|
|
|
break;
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
|
2002-07-09 17:51:31 +00:00
|
|
|
case AML_INT_ACCESSFIELD_OP:
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Get AccessType and AccessAttrib and merge into the field Op
|
|
|
|
* AccessType is first operand, AccessAttribute is second
|
|
|
|
*/
|
2003-07-13 22:44:13 +00:00
|
|
|
Field->Common.Value.Integer = (ACPI_GET8 (ParserState->Aml) << 8);
|
2002-07-09 17:51:31 +00:00
|
|
|
ParserState->Aml++;
|
2003-07-13 22:44:13 +00:00
|
|
|
Field->Common.Value.Integer |= ACPI_GET8 (ParserState->Aml);
|
2002-07-09 17:51:31 +00:00
|
|
|
ParserState->Aml++;
|
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
2002-11-27 18:07:48 +00:00
|
|
|
|
2002-07-09 17:51:31 +00:00
|
|
|
/* Opcode was set in previous switch */
|
|
|
|
break;
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
return_PTR (Field);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*******************************************************************************
|
|
|
|
*
|
|
|
|
* FUNCTION: AcpiPsGetNextArg
|
|
|
|
*
|
|
|
|
* PARAMETERS: ParserState - Current parser state object
|
|
|
|
* ArgType - The argument type (AML_*_ARG)
|
|
|
|
* ArgCount - If the argument points to a control method
|
|
|
|
* the method's argument is returned here.
|
|
|
|
*
|
2002-08-29 01:51:24 +00:00
|
|
|
* RETURN: Status, and an op object containing the next argument.
|
2000-10-28 05:01:06 +00:00
|
|
|
*
|
|
|
|
* DESCRIPTION: Get next argument (including complex list arguments that require
|
|
|
|
* pushing the parser stack)
|
|
|
|
*
|
|
|
|
******************************************************************************/
|
|
|
|
|
2002-08-29 01:51:24 +00:00
|
|
|
ACPI_STATUS
|
2000-10-28 05:01:06 +00:00
|
|
|
AcpiPsGetNextArg (
|
2002-11-27 18:07:48 +00:00
|
|
|
ACPI_WALK_STATE *WalkState,
|
2000-10-28 05:01:06 +00:00
|
|
|
ACPI_PARSE_STATE *ParserState,
|
|
|
|
UINT32 ArgType,
|
2002-08-29 01:51:24 +00:00
|
|
|
ACPI_PARSE_OBJECT **ReturnArg)
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
|
|
|
ACPI_PARSE_OBJECT *Arg = NULL;
|
|
|
|
ACPI_PARSE_OBJECT *Prev = NULL;
|
|
|
|
ACPI_PARSE_OBJECT *Field;
|
|
|
|
UINT32 Subop;
|
2002-08-29 01:51:24 +00:00
|
|
|
ACPI_STATUS Status = AE_OK;
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
|
2002-02-23 05:10:40 +00:00
|
|
|
ACPI_FUNCTION_TRACE_PTR ("PsGetNextArg", ParserState);
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
|
|
|
|
switch (ArgType)
|
|
|
|
{
|
|
|
|
case ARGP_BYTEDATA:
|
|
|
|
case ARGP_WORDDATA:
|
|
|
|
case ARGP_DWORDDATA:
|
|
|
|
case ARGP_CHARLIST:
|
|
|
|
case ARGP_NAME:
|
|
|
|
case ARGP_NAMESTRING:
|
|
|
|
|
|
|
|
/* constants, strings, and namestrings are all the same size */
|
|
|
|
|
|
|
|
Arg = AcpiPsAllocOp (AML_BYTE_OP);
|
2002-08-29 01:51:24 +00:00
|
|
|
if (!Arg)
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
2002-08-29 01:51:24 +00:00
|
|
|
return_ACPI_STATUS (AE_NO_MEMORY);
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
2002-08-29 01:51:24 +00:00
|
|
|
AcpiPsGetNextSimpleArg (ParserState, ArgType, Arg);
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case ARGP_PKGLENGTH:
|
|
|
|
|
2002-08-29 01:51:24 +00:00
|
|
|
/* Package length, nothing returned */
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
ParserState->PkgEnd = AcpiPsGetNextPackageEnd (ParserState);
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case ARGP_FIELDLIST:
|
|
|
|
|
|
|
|
if (ParserState->Aml < ParserState->PkgEnd)
|
|
|
|
{
|
2002-08-29 01:51:24 +00:00
|
|
|
/* Non-empty list */
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
while (ParserState->Aml < ParserState->PkgEnd)
|
|
|
|
{
|
|
|
|
Field = AcpiPsGetNextField (ParserState);
|
|
|
|
if (!Field)
|
|
|
|
{
|
2002-08-29 01:51:24 +00:00
|
|
|
return_ACPI_STATUS (AE_NO_MEMORY);
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
if (Prev)
|
|
|
|
{
|
2002-07-09 17:51:31 +00:00
|
|
|
Prev->Common.Next = Field;
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
Arg = Field;
|
|
|
|
}
|
|
|
|
|
|
|
|
Prev = Field;
|
|
|
|
}
|
|
|
|
|
2002-08-29 01:51:24 +00:00
|
|
|
/* Skip to End of byte data */
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
ParserState->Aml = ParserState->PkgEnd;
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case ARGP_BYTELIST:
|
|
|
|
|
|
|
|
if (ParserState->Aml < ParserState->PkgEnd)
|
|
|
|
{
|
2002-08-29 01:51:24 +00:00
|
|
|
/* Non-empty list */
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-05-29 19:52:40 +00:00
|
|
|
Arg = AcpiPsAllocOp (AML_INT_BYTELIST_OP);
|
2002-08-29 01:51:24 +00:00
|
|
|
if (!Arg)
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
2002-08-29 01:51:24 +00:00
|
|
|
return_ACPI_STATUS (AE_NO_MEMORY);
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
|
2002-08-29 01:51:24 +00:00
|
|
|
/* Fill in bytelist data */
|
|
|
|
|
2003-12-09 02:45:16 +00:00
|
|
|
Arg->Common.Value.Size = (UINT32) ACPI_PTR_DIFF (ParserState->PkgEnd,
|
|
|
|
ParserState->Aml);
|
2002-08-29 01:51:24 +00:00
|
|
|
Arg->Named.Data = ParserState->Aml;
|
|
|
|
|
|
|
|
/* Skip to End of byte data */
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
ParserState->Aml = ParserState->PkgEnd;
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case ARGP_TARGET:
|
|
|
|
case ARGP_SUPERNAME:
|
2002-02-23 05:10:40 +00:00
|
|
|
case ARGP_SIMPLENAME:
|
2002-08-29 01:51:24 +00:00
|
|
|
|
|
|
|
Subop = AcpiPsPeekOpcode (ParserState);
|
|
|
|
if (Subop == 0 ||
|
|
|
|
AcpiPsIsLeadingChar (Subop) ||
|
|
|
|
AcpiPsIsPrefixChar (Subop))
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
2002-08-29 01:51:24 +00:00
|
|
|
/* NullName or NameString */
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2002-08-29 01:51:24 +00:00
|
|
|
Arg = AcpiPsAllocOp (AML_INT_NAMEPATH_OP);
|
|
|
|
if (!Arg)
|
|
|
|
{
|
|
|
|
return_ACPI_STATUS (AE_NO_MEMORY);
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
|
2002-11-27 18:07:48 +00:00
|
|
|
Status = AcpiPsGetNextNamepath (WalkState, ParserState, Arg, 0);
|
2002-08-29 01:51:24 +00:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
/* single complex argument, nothing returned */
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2002-11-27 18:07:48 +00:00
|
|
|
WalkState->ArgCount = 1;
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case ARGP_DATAOBJ:
|
|
|
|
case ARGP_TERMARG:
|
|
|
|
|
|
|
|
/* single complex argument, nothing returned */
|
|
|
|
|
2002-11-27 18:07:48 +00:00
|
|
|
WalkState->ArgCount = 1;
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case ARGP_DATAOBJLIST:
|
|
|
|
case ARGP_TERMLIST:
|
|
|
|
case ARGP_OBJLIST:
|
|
|
|
|
|
|
|
if (ParserState->Aml < ParserState->PkgEnd)
|
|
|
|
{
|
|
|
|
/* non-empty list of variable arguments, nothing returned */
|
|
|
|
|
2002-11-27 18:07:48 +00:00
|
|
|
WalkState->ArgCount = ACPI_VAR_ARGS;
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
break;
|
2002-07-09 17:51:31 +00:00
|
|
|
|
2002-08-29 01:51:24 +00:00
|
|
|
|
2002-07-09 17:51:31 +00:00
|
|
|
default:
|
2002-08-29 01:51:24 +00:00
|
|
|
|
2002-07-09 17:51:31 +00:00
|
|
|
ACPI_REPORT_ERROR (("Invalid ArgType: %X\n", ArgType));
|
2002-08-29 01:51:24 +00:00
|
|
|
Status = AE_AML_OPERAND_TYPE;
|
2002-07-09 17:51:31 +00:00
|
|
|
break;
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
|
2002-08-29 01:51:24 +00:00
|
|
|
*ReturnArg = Arg;
|
|
|
|
return_ACPI_STATUS (Status);
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|