ReactOS 0.4.16-dev-927-g467dec4
|
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_NAMESPACE |
Functions | |
void | AcpiNsPrintNodePathname (ACPI_NAMESPACE_NODE *Node, const char *Message) |
ACPI_OBJECT_TYPE | AcpiNsGetType (ACPI_NAMESPACE_NODE *Node) |
UINT32 | AcpiNsLocal (ACPI_OBJECT_TYPE Type) |
void | AcpiNsGetInternalNameLength (ACPI_NAMESTRING_INFO *Info) |
ACPI_STATUS | AcpiNsBuildInternalName (ACPI_NAMESTRING_INFO *Info) |
ACPI_STATUS | AcpiNsInternalizeName (const char *ExternalName, char **ConvertedName) |
ACPI_STATUS | AcpiNsExternalizeName (UINT32 InternalNameLength, const char *InternalName, UINT32 *ConvertedNameLength, char **ConvertedName) |
ACPI_NAMESPACE_NODE * | AcpiNsValidateHandle (ACPI_HANDLE Handle) |
void | AcpiNsTerminate (void) |
UINT32 | AcpiNsOpensScope (ACPI_OBJECT_TYPE Type) |
ACPI_STATUS | AcpiNsGetNodeUnlocked (ACPI_NAMESPACE_NODE *PrefixNode, const char *Pathname, UINT32 Flags, ACPI_NAMESPACE_NODE **ReturnNode) |
ACPI_STATUS | AcpiNsGetNode (ACPI_NAMESPACE_NODE *PrefixNode, const char *Pathname, UINT32 Flags, ACPI_NAMESPACE_NODE **ReturnNode) |
#define _COMPONENT ACPI_NAMESPACE |
ACPI_STATUS AcpiNsBuildInternalName | ( | ACPI_NAMESTRING_INFO * | Info | ) |
Definition at line 267 of file nsutils.c.
Referenced by AcpiNsInternalizeName().
ACPI_STATUS AcpiNsExternalizeName | ( | UINT32 | InternalNameLength, |
const char * | InternalName, | ||
UINT32 * | ConvertedNameLength, | ||
char ** | ConvertedName | ||
) |
Definition at line 470 of file nsutils.c.
Referenced by AcpiDsResolvePackageElement(), AcpiNsBuildPrefixedPathname(), and AcpiNsLookup().
void AcpiNsGetInternalNameLength | ( | ACPI_NAMESTRING_INFO * | Info | ) |
Definition at line 183 of file nsutils.c.
Referenced by AcpiNsInternalizeName().
ACPI_STATUS AcpiNsGetNode | ( | ACPI_NAMESPACE_NODE * | PrefixNode, |
const char * | Pathname, | ||
UINT32 | Flags, | ||
ACPI_NAMESPACE_NODE ** | ReturnNode | ||
) |
Definition at line 863 of file nsutils.c.
Referenced by AcpiGetHandle(), AcpiNsEvaluate(), AcpiNsRepair_TSS(), AcpiNsRootInitialize(), and AcpiUtMethodError().
ACPI_STATUS AcpiNsGetNodeUnlocked | ( | ACPI_NAMESPACE_NODE * | PrefixNode, |
const char * | Pathname, | ||
UINT32 | Flags, | ||
ACPI_NAMESPACE_NODE ** | ReturnNode | ||
) |
Definition at line 777 of file nsutils.c.
Referenced by AcpiExLoadTableOp(), AcpiExOpcode_1A_0T_1R(), and AcpiNsGetNode().
ACPI_OBJECT_TYPE AcpiNsGetType | ( | ACPI_NAMESPACE_NODE * | Node | ) |
Definition at line 120 of file nsutils.c.
Referenced by AcpiDsInitOneObject(), AcpiEvaluateObject(), AcpiExPrepFieldValue(), AcpiExResolveMultiple(), AcpiExResolveNodeToValue(), AcpiExStoreObjectToNode(), AcpiNsEvaluate(), AcpiNsInitOneObject(), AcpiNsSearchOneScope(), and AcpiUtCopyIsimpleToEsimple().
ACPI_STATUS AcpiNsInternalizeName | ( | const char * | ExternalName, |
char ** | ConvertedName | ||
) |
Definition at line 405 of file nsutils.c.
Referenced by AcpiNsConvertToReference(), and AcpiNsGetNodeUnlocked().
UINT32 AcpiNsLocal | ( | ACPI_OBJECT_TYPE | Type | ) |
Definition at line 150 of file nsutils.c.
Referenced by AcpiNsSearchParentTree().
UINT32 AcpiNsOpensScope | ( | ACPI_OBJECT_TYPE | Type | ) |
Definition at line 736 of file nsutils.c.
Referenced by AcpiDsExecBeginOp(), AcpiDsLoad1BeginOp(), AcpiDsLoad1EndOp(), AcpiDsLoad2BeginOp(), AcpiDsLoad2EndOp(), AcpiNsLookup(), and AcpiPsParseLoop().
void AcpiNsPrintNodePathname | ( | ACPI_NAMESPACE_NODE * | Node, |
const char * | Message | ||
) |
Definition at line 75 of file nsutils.c.
Referenced by AcpiPsParseAml(), and AcpiUtMethodError().
Definition at line 693 of file nsutils.c.
Referenced by AcpiUtSubsystemShutdown().
ACPI_NAMESPACE_NODE * AcpiNsValidateHandle | ( | ACPI_HANDLE | Handle | ) |
Definition at line 655 of file nsutils.c.
Referenced by AcpiAttachData(), AcpiDetachData(), AcpiEvaluateObject(), AcpiEvInstallHandler(), AcpiEvRegRun(), AcpiGetData(), AcpiGetHandle(), AcpiGetNextObject(), AcpiGetObjectInfo(), AcpiGetParent(), AcpiGetType(), AcpiInstallAddressSpaceHandler(), AcpiInstallGpeBlock(), AcpiNsGetDeviceCallback(), AcpiNsHandleToName(), AcpiNsHandleToPathname(), AcpiRemoveAddressSpaceHandler(), AcpiRemoveGpeBlock(), AcpiRsValidateParameters(), and AcpiWalkNamespace().