ReactOS 0.4.16-dev-91-g764881a
|
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_EXECUTER |
Functions | |
static UINT32 | AcpiExConvertToAscii (UINT64 Integer, UINT16 Base, UINT8 *String, UINT8 MaxLength) |
ACPI_STATUS | AcpiExConvertToInteger (ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **ResultDesc, UINT32 ImplicitConversion) |
ACPI_STATUS | AcpiExConvertToBuffer (ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **ResultDesc) |
ACPI_STATUS | AcpiExConvertToString (ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **ResultDesc, UINT32 Type) |
ACPI_STATUS | AcpiExConvertToTargetType (ACPI_OBJECT_TYPE DestinationType, ACPI_OPERAND_OBJECT *SourceDesc, ACPI_OPERAND_OBJECT **ResultDesc, ACPI_WALK_STATE *WalkState) |
#define _COMPONENT ACPI_EXECUTER |
Definition at line 50 of file exconvrt.c.
|
static |
Definition at line 315 of file exconvrt.c.
Referenced by AcpiExConvertToString().
ACPI_STATUS AcpiExConvertToBuffer | ( | ACPI_OPERAND_OBJECT * | ObjDesc, |
ACPI_OPERAND_OBJECT ** | ResultDesc | ||
) |
Definition at line 224 of file exconvrt.c.
Referenced by AcpiExConvertToTargetType(), AcpiExDoConcatenate(), AcpiExDoLogicalOp(), AcpiExOpcode_1A_1T_1R(), AcpiExResolveOperands(), and AcpiNsConvertToBuffer().
ACPI_STATUS AcpiExConvertToInteger | ( | ACPI_OPERAND_OBJECT * | ObjDesc, |
ACPI_OPERAND_OBJECT ** | ResultDesc, | ||
UINT32 | ImplicitConversion | ||
) |
Definition at line 79 of file exconvrt.c.
Referenced by AcpiDsGetPredicateValue(), AcpiExConvertToTargetType(), AcpiExDoConcatenate(), AcpiExDoLogicalOp(), AcpiExOpcode_1A_1T_1R(), and AcpiExResolveOperands().
ACPI_STATUS AcpiExConvertToString | ( | ACPI_OPERAND_OBJECT * | ObjDesc, |
ACPI_OPERAND_OBJECT ** | ResultDesc, | ||
UINT32 | Type | ||
) |
Definition at line 440 of file exconvrt.c.
Referenced by AcpiExConvertToTargetType(), AcpiExDoConcatenate(), AcpiExDoLogicalOp(), AcpiExOpcode_1A_1T_1R(), AcpiExResolveOperands(), and AcpiNsConvertToString().
ACPI_STATUS AcpiExConvertToTargetType | ( | ACPI_OBJECT_TYPE | DestinationType, |
ACPI_OPERAND_OBJECT * | SourceDesc, | ||
ACPI_OPERAND_OBJECT ** | ResultDesc, | ||
ACPI_WALK_STATE * | WalkState | ||
) |
Definition at line 654 of file exconvrt.c.
Referenced by AcpiExStoreObjectToObject().