ReactOS 0.4.16-dev-533-gc7d1aa3
|
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_EXECUTER |
Functions | |
ACPI_STATUS | AcpiExResolveObject (ACPI_OPERAND_OBJECT **SourceDescPtr, ACPI_OBJECT_TYPE TargetType, ACPI_WALK_STATE *WalkState) |
ACPI_STATUS | AcpiExStoreObjectToObject (ACPI_OPERAND_OBJECT *SourceDesc, ACPI_OPERAND_OBJECT *DestDesc, ACPI_OPERAND_OBJECT **NewDesc, ACPI_WALK_STATE *WalkState) |
#define _COMPONENT ACPI_EXECUTER |
Definition at line 51 of file exstoren.c.
ACPI_STATUS AcpiExResolveObject | ( | ACPI_OPERAND_OBJECT ** | SourceDescPtr, |
ACPI_OBJECT_TYPE | TargetType, | ||
ACPI_WALK_STATE * | WalkState | ||
) |
Definition at line 71 of file exstoren.c.
Referenced by AcpiExStoreObjectToNode().
ACPI_STATUS AcpiExStoreObjectToObject | ( | ACPI_OPERAND_OBJECT * | SourceDesc, |
ACPI_OPERAND_OBJECT * | DestDesc, | ||
ACPI_OPERAND_OBJECT ** | NewDesc, | ||
ACPI_WALK_STATE * | WalkState | ||
) |
Definition at line 199 of file exstoren.c.
Referenced by AcpiExStoreObjectToNode().