ReactOS 0.4.16-dev-13-ge2fc578
|
Go to the source code of this file.
Macros | |
#define | ACPI_CREATE_PREDEFINED_TABLE |
#define | _COMPONENT ACPI_NAMESPACE |
Functions | |
static ACPI_STATUS | AcpiNsCheckReference (ACPI_EVALUATE_INFO *Info, ACPI_OPERAND_OBJECT *ReturnObject) |
static UINT32 | AcpiNsGetBitmappedType (ACPI_OPERAND_OBJECT *ReturnObject) |
ACPI_STATUS | AcpiNsCheckReturnValue (ACPI_NAMESPACE_NODE *Node, ACPI_EVALUATE_INFO *Info, UINT32 UserParamCount, ACPI_STATUS ReturnStatus, ACPI_OPERAND_OBJECT **ReturnObjectPtr) |
ACPI_STATUS | AcpiNsCheckObjectType (ACPI_EVALUATE_INFO *Info, ACPI_OPERAND_OBJECT **ReturnObjectPtr, UINT32 ExpectedBtypes, UINT32 PackageIndex) |
#define _COMPONENT ACPI_NAMESPACE |
Definition at line 52 of file nspredef.c.
#define ACPI_CREATE_PREDEFINED_TABLE |
Definition at line 44 of file nspredef.c.
ACPI_STATUS AcpiNsCheckObjectType | ( | ACPI_EVALUATE_INFO * | Info, |
ACPI_OPERAND_OBJECT ** | ReturnObjectPtr, | ||
UINT32 | ExpectedBtypes, | ||
UINT32 | PackageIndex | ||
) |
Definition at line 245 of file nspredef.c.
Referenced by AcpiNsCheckPackage(), AcpiNsCheckPackageElements(), AcpiNsCheckPackageList(), and AcpiNsCheckReturnValue().
|
static |
Definition at line 348 of file nspredef.c.
Referenced by AcpiNsCheckObjectType().
ACPI_STATUS AcpiNsCheckReturnValue | ( | ACPI_NAMESPACE_NODE * | Node, |
ACPI_EVALUATE_INFO * | Info, | ||
UINT32 | UserParamCount, | ||
ACPI_STATUS | ReturnStatus, | ||
ACPI_OPERAND_OBJECT ** | ReturnObjectPtr | ||
) |
Definition at line 108 of file nspredef.c.
Referenced by AcpiNsEvaluate().
|
static |
Definition at line 387 of file nspredef.c.
Referenced by AcpiNsCheckObjectType().