ReactOS 0.4.16-dev-597-gdbf7844
|
Go to the source code of this file.
Macros | |
#define | ACPI_NS_ALL ((ACPI_HANDLE)0) |
#define | ACPI_NS_NORMAL 0 |
#define | ACPI_NS_NEWSCOPE 1 /* a definition of this type opens a name scope */ |
#define | ACPI_NS_LOCAL 2 /* suppress search of enclosing scopes */ |
#define | ACPI_NS_NO_UPSEARCH 0 |
#define | ACPI_NS_SEARCH_PARENT 0x0001 |
#define | ACPI_NS_DONT_OPEN_SCOPE 0x0002 |
#define | ACPI_NS_NO_PEER_SEARCH 0x0004 |
#define | ACPI_NS_ERROR_IF_FOUND 0x0008 |
#define | ACPI_NS_PREFIX_IS_SCOPE 0x0010 |
#define | ACPI_NS_EXTERNAL 0x0020 |
#define | ACPI_NS_TEMPORARY 0x0040 |
#define | ACPI_NS_OVERRIDE_IF_FOUND 0x0080 |
#define | ACPI_NS_EARLY_INIT 0x0100 |
#define | ACPI_NS_PREFIX_MUST_EXIST 0x0200 |
#define | ACPI_NS_WALK_NO_UNLOCK 0 |
#define | ACPI_NS_WALK_UNLOCK 0x01 |
#define | ACPI_NS_WALK_TEMP_NODES 0x02 |
#define | ACPI_NOT_PACKAGE_ELEMENT ACPI_UINT32_MAX |
#define | ACPI_ALL_PACKAGE_ELEMENTS (ACPI_UINT32_MAX-1) |
#define | ACPI_WARN_ALWAYS 0 |
#define ACPI_ALL_PACKAGE_ELEMENTS (ACPI_UINT32_MAX-1) |
Definition at line 83 of file acnamesp.h.
#define ACPI_NOT_PACKAGE_ELEMENT ACPI_UINT32_MAX |
Definition at line 82 of file acnamesp.h.
#define ACPI_NS_ALL ((ACPI_HANDLE)0) |
Definition at line 50 of file acnamesp.h.
#define ACPI_NS_DONT_OPEN_SCOPE 0x0002 |
Definition at line 64 of file acnamesp.h.
#define ACPI_NS_EARLY_INIT 0x0100 |
Definition at line 71 of file acnamesp.h.
#define ACPI_NS_ERROR_IF_FOUND 0x0008 |
Definition at line 66 of file acnamesp.h.
#define ACPI_NS_EXTERNAL 0x0020 |
Definition at line 68 of file acnamesp.h.
Definition at line 58 of file acnamesp.h.
Definition at line 57 of file acnamesp.h.
#define ACPI_NS_NO_PEER_SEARCH 0x0004 |
Definition at line 65 of file acnamesp.h.
#define ACPI_NS_NO_UPSEARCH 0 |
Definition at line 62 of file acnamesp.h.
#define ACPI_NS_NORMAL 0 |
Definition at line 56 of file acnamesp.h.
#define ACPI_NS_OVERRIDE_IF_FOUND 0x0080 |
Definition at line 70 of file acnamesp.h.
#define ACPI_NS_PREFIX_IS_SCOPE 0x0010 |
Definition at line 67 of file acnamesp.h.
#define ACPI_NS_PREFIX_MUST_EXIST 0x0200 |
Definition at line 72 of file acnamesp.h.
#define ACPI_NS_SEARCH_PARENT 0x0001 |
Definition at line 63 of file acnamesp.h.
#define ACPI_NS_TEMPORARY 0x0040 |
Definition at line 69 of file acnamesp.h.
#define ACPI_NS_WALK_NO_UNLOCK 0 |
Definition at line 76 of file acnamesp.h.
#define ACPI_NS_WALK_TEMP_NODES 0x02 |
Definition at line 78 of file acnamesp.h.
#define ACPI_NS_WALK_UNLOCK 0x01 |
Definition at line 77 of file acnamesp.h.
#define ACPI_WARN_ALWAYS 0 |
Definition at line 87 of file acnamesp.h.
ACPI_STATUS AcpiNsAttachData | ( | ACPI_NAMESPACE_NODE * | Node, |
ACPI_OBJECT_HANDLER | Handler, | ||
void * | Data | ||
) |
Definition at line 379 of file nsobject.c.
Referenced by AcpiAttachData().
ACPI_STATUS AcpiNsAttachObject | ( | ACPI_NAMESPACE_NODE * | Node, |
ACPI_OPERAND_OBJECT * | Object, | ||
ACPI_OBJECT_TYPE | Type | ||
) |
Definition at line 76 of file nsobject.c.
Referenced by AcpiDsCreateBufferField(), AcpiDsCreateNode(), AcpiDsLoad2EndOp(), AcpiEvInstallSpaceHandler(), AcpiExCreateEvent(), AcpiExCreateMethod(), AcpiExCreateMutex(), AcpiExCreatePowerResource(), AcpiExCreateProcessor(), AcpiExCreateRegion(), AcpiExPrepFieldValue(), AcpiExStoreDirectToNode(), AcpiExStoreObjectToNode(), AcpiInstallGpeBlock(), AcpiInstallMethod(), AcpiInstallNotifyHandler(), and AcpiNsRootInitialize().
ACPI_STATUS AcpiNsBuildInternalName | ( | ACPI_NAMESTRING_INFO * | Info | ) |
Definition at line 267 of file nsutils.c.
Referenced by AcpiNsInternalizeName().
UINT32 AcpiNsBuildNormalizedPath | ( | ACPI_NAMESPACE_NODE * | Node, |
char * | FullPath, | ||
UINT32 | PathSize, | ||
BOOLEAN | NoTrailing | ||
) |
Definition at line 256 of file nsnames.c.
Referenced by AcpiNsGetNormalizedPathname(), AcpiNsGetPathnameLength(), and AcpiNsHandleToPathname().
char * AcpiNsBuildPrefixedPathname | ( | ACPI_GENERIC_STATE * | PrefixScope, |
const char * | InternalPath | ||
) |
Definition at line 423 of file nsnames.c.
Referenced by AcpiUtPrefixedNamespaceError().
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 * | Info | ||
) |
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().
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().
ACPI_STATUS AcpiNsCheckPackage | ( | ACPI_EVALUATE_INFO * | Info, |
ACPI_OPERAND_OBJECT ** | ReturnObjectPtr | ||
) |
Definition at line 96 of file nsprepkg.c.
Referenced by AcpiNsCheckReturnValue().
ACPI_STATUS AcpiNsCheckReturnValue | ( | ACPI_NAMESPACE_NODE * | Node, |
ACPI_EVALUATE_INFO * | Info, | ||
UINT32 | UserParamCount, | ||
ACPI_STATUS | ReturnStatus, | ||
ACPI_OPERAND_OBJECT ** | ReturnObject | ||
) |
Definition at line 108 of file nspredef.c.
Referenced by AcpiNsEvaluate().
ACPI_STATUS AcpiNsComplexRepairs | ( | ACPI_EVALUATE_INFO * | Info, |
ACPI_NAMESPACE_NODE * | Node, | ||
ACPI_STATUS | ValidateStatus, | ||
ACPI_OPERAND_OBJECT ** | ReturnObjectPtr | ||
) |
Definition at line 206 of file nsrepair2.c.
Referenced by AcpiNsCheckReturnValue().
ACPI_STATUS AcpiNsConvertToBuffer | ( | ACPI_OPERAND_OBJECT * | OriginalObject, |
ACPI_OPERAND_OBJECT ** | ReturnObject | ||
) |
Definition at line 233 of file nsconvert.c.
Referenced by AcpiNsSimpleRepair().
ACPI_STATUS AcpiNsConvertToInteger | ( | ACPI_OPERAND_OBJECT * | OriginalObject, |
ACPI_OPERAND_OBJECT ** | ReturnObject | ||
) |
Definition at line 70 of file nsconvert.c.
Referenced by AcpiNsSimpleRepair().
ACPI_STATUS AcpiNsConvertToReference | ( | ACPI_NAMESPACE_NODE * | Scope, |
ACPI_OPERAND_OBJECT * | OriginalObject, | ||
ACPI_OPERAND_OBJECT ** | ReturnObject | ||
) |
Definition at line 506 of file nsconvert.c.
ACPI_STATUS AcpiNsConvertToResource | ( | ACPI_NAMESPACE_NODE * | Scope, |
ACPI_OPERAND_OBJECT * | OriginalObject, | ||
ACPI_OPERAND_OBJECT ** | ReturnObject | ||
) |
Definition at line 420 of file nsconvert.c.
ACPI_STATUS AcpiNsConvertToString | ( | ACPI_OPERAND_OBJECT * | OriginalObject, |
ACPI_OPERAND_OBJECT ** | ReturnObject | ||
) |
Definition at line 141 of file nsconvert.c.
Referenced by AcpiNsSimpleRepair().
ACPI_STATUS AcpiNsConvertToUnicode | ( | ACPI_NAMESPACE_NODE * | Scope, |
ACPI_OPERAND_OBJECT * | OriginalObject, | ||
ACPI_OPERAND_OBJECT ** | ReturnObject | ||
) |
Definition at line 345 of file nsconvert.c.
ACPI_NAMESPACE_NODE * AcpiNsCreateNode | ( | UINT32 | Name | ) |
Definition at line 66 of file nsalloc.c.
Referenced by AcpiNsRootInitialize(), and AcpiNsSearchAndEnter().
void AcpiNsDeleteChildren | ( | ACPI_NAMESPACE_NODE * | Parent | ) |
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 * | ParentHandle | ) |
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().
ACPI_STATUS AcpiNsDetachData | ( | ACPI_NAMESPACE_NODE * | Node, |
ACPI_OBJECT_HANDLER | Handler | ||
) |
Definition at line 446 of file nsobject.c.
Referenced by AcpiDetachData().
void AcpiNsDetachObject | ( | ACPI_NAMESPACE_NODE * | Node | ) |
Definition at line 220 of file nsobject.c.
Referenced by AcpiDsLoad2EndOp(), AcpiDsMethodDataDeleteAll(), AcpiNsAttachObject(), AcpiNsDeleteNamespaceByOwner(), AcpiNsDeleteNamespaceSubtree(), and AcpiNsDeleteNode().
void AcpiNsDumpEntry | ( | ACPI_HANDLE | Handle, |
UINT32 | DebugLevel | ||
) |
void AcpiNsDumpObjectPaths | ( | ACPI_OBJECT_TYPE | Type, |
UINT8 | DisplayType, | ||
UINT32 | MaxDepth, | ||
ACPI_OWNER_ID | OwnerId, | ||
ACPI_HANDLE | StartHandle | ||
) |
void AcpiNsDumpObjects | ( | ACPI_OBJECT_TYPE | Type, |
UINT8 | DisplayType, | ||
UINT32 | MaxDepth, | ||
ACPI_OWNER_ID | OwnerId, | ||
ACPI_HANDLE | StartHandle | ||
) |
ACPI_STATUS AcpiNsDumpOneObject | ( | ACPI_HANDLE | ObjHandle, |
UINT32 | Level, | ||
void * | Context, | ||
void ** | ReturnValue | ||
) |
void AcpiNsDumpTables | ( | ACPI_HANDLE | SearchBase, |
UINT32 | MaxDepth | ||
) |
ACPI_STATUS AcpiNsEvaluate | ( | ACPI_EVALUATE_INFO * | Info | ) |
Definition at line 82 of file nseval.c.
Referenced by AcpiEvaluateObject(), AcpiEvAsynchExecuteGpeMethod(), AcpiEvExecuteRegMethod(), AcpiGetSleepTypeData(), AcpiNsInitializeDevices(), AcpiNsInitOneDevice(), AcpiRsSetSrsMethodData(), and AcpiUtEvaluateObject().
ACPI_STATUS AcpiNsExecuteTable | ( | UINT32 | TableIndex, |
ACPI_NAMESPACE_NODE * | StartNode | ||
) |
Definition at line 81 of file nsparse.c.
Referenced by AcpiNsParseTable().
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().
ACPI_STATUS AcpiNsGetAttachedData | ( | ACPI_NAMESPACE_NODE * | Node, |
ACPI_OBJECT_HANDLER | Handler, | ||
void ** | Data | ||
) |
Definition at line 498 of file nsobject.c.
Referenced by AcpiGetData().
ACPI_OPERAND_OBJECT * AcpiNsGetAttachedObject | ( | ACPI_NAMESPACE_NODE * | Node | ) |
Definition at line 308 of file nsobject.c.
Referenced by AcpiDsCallControlMethod(), AcpiDsCreateBufferField(), AcpiDsCreateNode(), AcpiDsEvalBankFieldOperands(), AcpiDsEvalBufferFieldOperands(), AcpiDsEvalRegionOperands(), AcpiDsEvalTableRegionOperands(), AcpiDsExecEndOp(), AcpiDsGetFieldNames(), AcpiDsInitAmlWalk(), AcpiDsInitializeRegion(), AcpiDsInitOneObject(), AcpiDsLoad1EndOp(), AcpiDsLoad2EndOp(), AcpiDsMethodDataDeleteValue(), AcpiDsStoreObjectToLocal(), AcpiEvGetGpeEventInfo(), AcpiEvHasDefaultHandler(), AcpiEvInitializeRegion(), AcpiEvInstallHandler(), AcpiEvInstallSpaceHandler(), AcpiEvQueueNotifyRequest(), AcpiEvRegRun(), AcpiExCreateRegion(), AcpiExLoadOp(), AcpiExOpcode_1A_0T_1R(), AcpiExPrepFieldValue(), AcpiExResolveMultiple(), AcpiExResolveNodeToValue(), AcpiExResolveOperands(), AcpiExStoreObjectToNode(), AcpiInstallGpeBlock(), AcpiInstallNotifyHandler(), AcpiNsEvaluate(), AcpiNsInitOneObject(), AcpiNsInitOnePackage(), AcpiPsGetNextNamepath(), AcpiRemoveAddressSpaceHandler(), AcpiRemoveGpeBlock(), AcpiRemoveNotifyHandler(), and AcpiUtGetMutexObject().
char * AcpiNsGetExternalPathname | ( | ACPI_NAMESPACE_NODE * | Node | ) |
Definition at line 70 of file nsnames.c.
Referenced by AcpiDsExecEndOp(), AcpiDsGetFieldNames(), AcpiDsLoad2EndOp(), and AcpiEvaluateObjectTyped().
void AcpiNsGetInternalNameLength | ( | ACPI_NAMESTRING_INFO * | Info | ) |
Definition at line 183 of file nsutils.c.
Referenced by AcpiNsInternalizeName().
ACPI_NAMESPACE_NODE * AcpiNsGetNextNode | ( | ACPI_NAMESPACE_NODE * | Parent, |
ACPI_NAMESPACE_NODE * | Child | ||
) |
Definition at line 72 of file nswalk.c.
Referenced by AcpiEvExecuteOrphanRegMethod(), AcpiNsDeleteNamespaceByOwner(), AcpiNsDeleteNamespaceSubtree(), AcpiNsGetNextNodeTyped(), and AcpiNsWalkNamespace().
ACPI_NAMESPACE_NODE * AcpiNsGetNextNodeTyped | ( | ACPI_OBJECT_TYPE | Type, |
ACPI_NAMESPACE_NODE * | Parent, | ||
ACPI_NAMESPACE_NODE * | Child | ||
) |
Definition at line 112 of file nswalk.c.
Referenced by AcpiGetNextObject().
ACPI_STATUS AcpiNsGetNode | ( | ACPI_NAMESPACE_NODE * | PrefixNode, |
const char * | ExternalPathname, | ||
UINT32 | Flags, | ||
ACPI_NAMESPACE_NODE ** | OutNode | ||
) |
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 * | ExternalPathname, | ||
UINT32 | Flags, | ||
ACPI_NAMESPACE_NODE ** | OutNode | ||
) |
Definition at line 777 of file nsutils.c.
Referenced by AcpiExLoadTableOp(), AcpiExOpcode_1A_0T_1R(), and AcpiNsGetNode().
char * AcpiNsGetNormalizedPathname | ( | ACPI_NAMESPACE_NODE * | Node, |
BOOLEAN | NoTrailing | ||
) |
Definition at line 367 of file nsnames.c.
Referenced by AcpiDsCallControlMethod(), AcpiExStartTraceMethod(), AcpiExStopTraceMethod(), AcpiNsBuildPrefixedPathname(), AcpiNsEvaluate(), AcpiNsExecuteTable(), AcpiNsGetExternalPathname(), AcpiNsInitOneDevice(), AcpiNsSearchOneScope(), and AcpiUtCheckAddressRange().
ACPI_SIZE AcpiNsGetPathnameLength | ( | ACPI_NAMESPACE_NODE * | Node | ) |
Definition at line 97 of file nsnames.c.
Referenced by AcpiRsGetPciRoutingTableLength(), and AcpiUtGetSimpleObjectSize().
ACPI_OPERAND_OBJECT * AcpiNsGetSecondaryObject | ( | ACPI_OPERAND_OBJECT * | ObjDesc | ) |
Definition at line 346 of file nsobject.c.
Referenced by AcpiDsGetBankFieldArguments(), AcpiDsGetBufferFieldArguments(), AcpiDsGetRegionArguments(), AcpiEvAddressSpaceDispatch(), AcpiEvDetachRegion(), AcpiEvExecuteRegMethod(), AcpiExCreateRegion(), and AcpiUtDeleteInternalObj().
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 AcpiNsHandleToName | ( | ACPI_HANDLE | TargetHandle, |
ACPI_BUFFER * | Buffer | ||
) |
Definition at line 133 of file nsnames.c.
Referenced by AcpiGetName().
ACPI_STATUS AcpiNsHandleToPathname | ( | ACPI_HANDLE | TargetHandle, |
ACPI_BUFFER * | Buffer, | ||
BOOLEAN | NoTrailing | ||
) |
Definition at line 187 of file nsnames.c.
Referenced by AcpiGetName(), AcpiNsPrintNodePathname(), and AcpiRsCreatePciRoutingTable().
ACPI_STATUS AcpiNsInitializeDevices | ( | UINT32 | Flags | ) |
Definition at line 157 of file nsinit.c.
Referenced by AcpiInitializeObjects().
ACPI_STATUS AcpiNsInitializeObjects | ( | void | ) |
Definition at line 92 of file nsinit.c.
Referenced by AcpiExLoadOp(), AcpiExLoadTableOp(), AcpiInitializeObjects(), AcpiLoadTable(), and AcpiLoadTables().
ACPI_STATUS AcpiNsInitOnePackage | ( | ACPI_HANDLE | ObjHandle, |
UINT32 | Level, | ||
void * | Context, | ||
void ** | ReturnValue | ||
) |
Definition at line 319 of file nsinit.c.
Referenced by AcpiNsInitOneObject().
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().
ACPI_STATUS AcpiNsInternalizeName | ( | const char * | DottedName, |
char ** | ConvertedName | ||
) |
Definition at line 405 of file nsutils.c.
Referenced by AcpiNsConvertToReference(), and AcpiNsGetNodeUnlocked().
ACPI_STATUS AcpiNsLoadNamespace | ( | void | ) |
ACPI_STATUS AcpiNsLoadTable | ( | UINT32 | TableIndex, |
ACPI_NAMESPACE_NODE * | Node | ||
) |
Definition at line 82 of file nsload.c.
Referenced by AcpiTbLoadNamespace(), and AcpiTbLoadTable().
UINT32 AcpiNsLocal | ( | ACPI_OBJECT_TYPE | Type | ) |
Definition at line 150 of file nsutils.c.
Referenced by AcpiNsSearchParentTree().
ACPI_STATUS AcpiNsLookup | ( | ACPI_GENERIC_STATE * | ScopeInfo, |
char * | Name, | ||
ACPI_OBJECT_TYPE | Type, | ||
ACPI_INTERPRETER_MODE | InterpreterMode, | ||
UINT32 | Flags, | ||
ACPI_WALK_STATE * | WalkState, | ||
ACPI_NAMESPACE_NODE ** | RetNode | ||
) |
Definition at line 328 of file nsaccess.c.
Referenced by AcpiDsBuildInternalObject(), AcpiDsCreateBankField(), AcpiDsCreateBufferField(), AcpiDsCreateField(), AcpiDsCreateIndexField(), AcpiDsCreateOperand(), AcpiDsGetFieldNames(), AcpiDsInitFieldObjects(), AcpiDsLoad1BeginOp(), AcpiDsLoad2BeginOp(), AcpiDsLoad2EndOp(), AcpiDsResolvePackageElement(), AcpiInstallMethod(), AcpiNsConvertToReference(), AcpiNsGetNodeUnlocked(), and AcpiPsGetNextNamepath().
char * AcpiNsNameOfCurrentScope | ( | ACPI_WALK_STATE * | WalkState | ) |
Definition at line 506 of file nsnames.c.
Referenced by AcpiNsBuildPrefixedPathname().
ACPI_STATUS AcpiNsOneCompleteParse | ( | UINT32 | PassNumber, |
UINT32 | TableIndex, | ||
ACPI_NAMESPACE_NODE * | StartNode | ||
) |
Definition at line 194 of file nsparse.c.
UINT32 AcpiNsOpensScope | ( | ACPI_OBJECT_TYPE | Type | ) |
Definition at line 736 of file nsutils.c.
Referenced by AcpiDsExecBeginOp(), AcpiDsLoad1BeginOp(), AcpiDsLoad1EndOp(), AcpiDsLoad2BeginOp(), AcpiDsLoad2EndOp(), AcpiNsLookup(), and AcpiPsParseLoop().
ACPI_STATUS AcpiNsParseTable | ( | UINT32 | TableIndex, |
ACPI_NAMESPACE_NODE * | StartNode | ||
) |
Definition at line 307 of file nsparse.c.
Referenced by AcpiNsLoadTable().
BOOLEAN AcpiNsPatternMatch | ( | ACPI_NAMESPACE_NODE * | ObjNode, |
char * | SearchFor | ||
) |
void AcpiNsPrintNodePathname | ( | ACPI_NAMESPACE_NODE * | Node, |
const char * | Msg | ||
) |
Definition at line 75 of file nsutils.c.
Referenced by AcpiPsParseAml(), and AcpiUtMethodError().
Referenced by AcpiNsLookup().
void AcpiNsRemoveNode | ( | ACPI_NAMESPACE_NODE * | Node | ) |
Definition at line 188 of file nsalloc.c.
Referenced by AcpiNsDeleteNamespaceByOwner(), AcpiNsSearchAndEnter(), and AcpiPsCompleteOp().
void AcpiNsRemoveNullElements | ( | ACPI_EVALUATE_INFO * | Info, |
UINT8 | PackageType, | ||
ACPI_OPERAND_OBJECT * | ObjDesc | ||
) |
Definition at line 494 of file nsrepair.c.
Referenced by AcpiNsCheckPackage().
ACPI_STATUS AcpiNsRepairNullElement | ( | ACPI_EVALUATE_INFO * | Info, |
UINT32 | ExpectedBtypes, | ||
UINT32 | PackageIndex, | ||
ACPI_OPERAND_OBJECT ** | ReturnObjectPtr | ||
) |
Definition at line 405 of file nsrepair.c.
Referenced by AcpiNsSimpleRepair().
ACPI_STATUS AcpiNsRootInitialize | ( | void | ) |
Definition at line 73 of file nsaccess.c.