ReactOS 0.4.16-dev-91-g764881a
|
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_NAMESPACE |
Functions | |
void | AcpiNsCheckArgumentTypes (ACPI_EVALUATE_INFO *Info) |
void | AcpiNsCheckAcpiCompliance (char *Pathname, ACPI_NAMESPACE_NODE *Node, const ACPI_PREDEFINED_INFO *Predefined) |
void | AcpiNsCheckArgumentCount (char *Pathname, ACPI_NAMESPACE_NODE *Node, UINT32 UserParamCount, const ACPI_PREDEFINED_INFO *Predefined) |
#define _COMPONENT ACPI_NAMESPACE |
Definition at line 50 of file nsarguments.c.
void AcpiNsCheckAcpiCompliance | ( | char * | Pathname, |
ACPI_NAMESPACE_NODE * | Node, | ||
const ACPI_PREDEFINED_INFO * | Predefined | ||
) |
Definition at line 135 of file nsarguments.c.
Referenced by AcpiNsEvaluate().
void AcpiNsCheckArgumentCount | ( | char * | Pathname, |
ACPI_NAMESPACE_NODE * | Node, | ||
UINT32 | UserParamCount, | ||
const ACPI_PREDEFINED_INFO * | Predefined | ||
) |
Definition at line 228 of file nsarguments.c.
Referenced by AcpiNsEvaluate().
void AcpiNsCheckArgumentTypes | ( | ACPI_EVALUATE_INFO * | Info | ) |
Definition at line 68 of file nsarguments.c.
Referenced by AcpiNsEvaluate().