Home
last modified time | relevance | path

Searched refs:AcpiNsGetNormalizedPathname (Results 1 – 20 of 20) sorted by relevance

/acpica-latest/source/compiler/
Daslxrefout.c371 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE); in OtXrefWalkPart1()
437 ParentPath = AcpiNsGetNormalizedPathname ( in OtXrefWalkPart1()
452 ParentPath = AcpiNsGetNormalizedPathname ( in OtXrefWalkPart1()
485 ParentPath = AcpiNsGetNormalizedPathname (Op->Asl.Node, TRUE); in OtXrefWalkPart1()
612 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE); in OtXrefWalkPart2()
699 CallerFullPathname = AcpiNsGetNormalizedPathname ( in OtXrefAnalysisWalkPart2()
778 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE); in OtXrefWalkPart3()
878 CallerFullPathname = AcpiNsGetNormalizedPathname ( in OtXrefAnalysisWalkPart3()
Daslexternal.c310 CallName = AcpiNsGetNormalizedPathname (Op->Asl.Node, TRUE); in ExInsertArgCount()
326 ExternalName = AcpiNsGetNormalizedPathname (NameOp->Asl.Node, TRUE); in ExInsertArgCount()
510 ExternalName = AcpiNsGetNormalizedPathname (ExternalOp->Asl.Node, TRUE); in ExMoveExternals()
Daslload.c368 ExternalPath = AcpiNsGetNormalizedPathname (Node, TRUE); in LdLoadFieldElements()
438 ExternalPath = AcpiNsGetNormalizedPathname (Node, TRUE); in LdLoadResourceElements()
946 ExternalPath = AcpiNsGetNormalizedPathname (Node, TRUE); in LdNamespace1Begin()
Daslmethod.c820 ExternalPath = AcpiNsGetNormalizedPathname (MethodInfo->Op->Asl.Node, TRUE); in MtCheckNamedObjectInMethod()
974 ExternalPath = AcpiNsGetNormalizedPathname (Op->Asl.Node, TRUE); in MtMethodAnalysisWalkEnd()
Daslanalyze.c440 ExternalPath = AcpiNsGetNormalizedPathname (Node, TRUE); in AnCheckMethodReturnValue()
Daslxref.c1267 ExternalPath = AcpiNsGetNormalizedPathname (Node, TRUE); in XfNamespaceLocateBegin()
/acpica-latest/source/components/namespace/
Dnsnames.c187 NameBuffer = AcpiNsGetNormalizedPathname (Node, FALSE); in AcpiNsGetExternalPathname()
475 AcpiNsGetNormalizedPathname ( in AcpiNsGetNormalizedPathname() function
546 PrefixPath = AcpiNsGetNormalizedPathname (PrefixScope->Scope.Node, TRUE); in AcpiNsBuildPrefixedPathname()
Dnseval.c249 Info->FullPathname = AcpiNsGetNormalizedPathname (Info->Node, TRUE); in AcpiNsEvaluate()
Dnsparse.c257 Info->FullPathname = AcpiNsGetNormalizedPathname (Info->Node, TRUE); in AcpiNsExecuteTable()
Dnssearch.c223 ScopeName = AcpiNsGetNormalizedPathname (ParentNode, TRUE); in AcpiNsSearchOneScope()
Dnsinit.c854 char *ScopeName = AcpiNsGetNormalizedPathname (DeviceNode, TRUE); in AcpiNsInitOneDevice()
Dnsdump.c876 Pathname = AcpiNsGetNormalizedPathname (Node, TRUE); in AcpiNsDumpOneObjectPath()
/acpica-latest/source/components/executer/
Dextrace.c346 Pathname = AcpiNsGetNormalizedPathname (MethodNode, TRUE); in AcpiExStartTraceMethod()
412 Pathname = AcpiNsGetNormalizedPathname (MethodNode, TRUE); in AcpiExStopTraceMethod()
/acpica-latest/source/components/utilities/
Dutaddress.c365 Pathname = AcpiNsGetNormalizedPathname (RangeInfo->RegionNode, TRUE); in AcpiUtCheckAddressRange()
/acpica-latest/source/include/
Dacnamesp.h495 AcpiNsGetNormalizedPathname (
/acpica-latest/source/components/dispatcher/
Ddsmethod.c743 ThisWalkState->MethodPathname = AcpiNsGetNormalizedPathname (MethodNode, TRUE); in AcpiDsCallControlMethod()
/acpica-latest/source/components/debugger/
Ddbdisply.c1301 Pathname = AcpiNsGetNormalizedPathname (Node, TRUE); in AcpiDbDisplayNonRootHandlers()
Ddbnames.c621 Pathname = AcpiNsGetNormalizedPathname (Node, TRUE); in AcpiDbWalkForPredefinedNames()
Ddbcmds.c1024 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE); in AcpiDbDeviceResources()
Ddbtest.c1235 Pathname = AcpiNsGetNormalizedPathname (Node, TRUE); in AcpiDbEvaluateOnePredefinedName()