ReactOS 0.4.16-dev-588-gf07ea94
|
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_NAMESPACE |
Functions | |
ACPI_NAMESPACE_NODE * | AcpiNsCreateNode (UINT32 Name) |
void | AcpiNsDeleteNode (ACPI_NAMESPACE_NODE *Node) |
void | AcpiNsRemoveNode (ACPI_NAMESPACE_NODE *Node) |
void | AcpiNsInstallNode (ACPI_WALK_STATE *WalkState, ACPI_NAMESPACE_NODE *ParentNode, ACPI_NAMESPACE_NODE *Node, ACPI_OBJECT_TYPE Type) |
void | AcpiNsDeleteChildren (ACPI_NAMESPACE_NODE *ParentNode) |
void | AcpiNsDeleteNamespaceSubtree (ACPI_NAMESPACE_NODE *ParentNode) |
void | AcpiNsDeleteNamespaceByOwner (ACPI_OWNER_ID OwnerId) |
#define _COMPONENT ACPI_NAMESPACE |
ACPI_NAMESPACE_NODE * AcpiNsCreateNode | ( | UINT32 | Name | ) |
Definition at line 66 of file nsalloc.c.
Referenced by AcpiNsRootInitialize(), and AcpiNsSearchAndEnter().
void AcpiNsDeleteChildren | ( | ACPI_NAMESPACE_NODE * | ParentNode | ) |
Definition at line 341 of file nsalloc.c.
Referenced by AcpiNsDeleteNamespaceByOwner(), AcpiNsDeleteNamespaceSubtree(), AcpiNsSearchAndEnter(), and AcpiPsCompleteOp().
void AcpiNsDeleteNamespaceByOwner | ( | ACPI_OWNER_ID | OwnerId | ) |
Definition at line 497 of file nsalloc.c.
Referenced by AcpiDsTerminateControlMethod(), AcpiNsLoadTable(), and AcpiTbDeleteNamespaceByOwner().
void AcpiNsDeleteNamespaceSubtree | ( | ACPI_NAMESPACE_NODE * | ParentNode | ) |
Definition at line 399 of file nsalloc.c.
Referenced by AcpiDsTerminateControlMethod(), and AcpiNsTerminate().
void AcpiNsDeleteNode | ( | ACPI_NAMESPACE_NODE * | Node | ) |
Definition at line 117 of file nsalloc.c.
Referenced by AcpiNsDeleteChildren(), AcpiNsRemoveNode(), and AcpiNsTerminate().
void AcpiNsInstallNode | ( | ACPI_WALK_STATE * | WalkState, |
ACPI_NAMESPACE_NODE * | ParentNode, | ||
ACPI_NAMESPACE_NODE * | Node, | ||
ACPI_OBJECT_TYPE | Type | ||
) |
Definition at line 255 of file nsalloc.c.
Referenced by AcpiNsSearchAndEnter().
void AcpiNsRemoveNode | ( | ACPI_NAMESPACE_NODE * | Node | ) |
Definition at line 188 of file nsalloc.c.
Referenced by AcpiNsDeleteNamespaceByOwner(), AcpiNsSearchAndEnter(), and AcpiPsCompleteOp().