/netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
H A D | aslxrefout.c | 263 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE); in OtXrefWalkPart1() 329 ParentPath = AcpiNsGetNormalizedPathname ( in OtXrefWalkPart1() 344 ParentPath = AcpiNsGetNormalizedPathname ( in OtXrefWalkPart1() 377 ParentPath = AcpiNsGetNormalizedPathname (Op->Asl.Node, TRUE); in OtXrefWalkPart1() 504 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE); in OtXrefWalkPart2() 591 CallerFullPathname = AcpiNsGetNormalizedPathname ( in OtXrefAnalysisWalkPart2() 670 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE); in OtXrefWalkPart3() 770 CallerFullPathname = AcpiNsGetNormalizedPathname ( in OtXrefAnalysisWalkPart3()
|
H A D | aslexternal.c | 202 CallName = AcpiNsGetNormalizedPathname (Op->Asl.Node, TRUE); in ExInsertArgCount() 218 ExternalName = AcpiNsGetNormalizedPathname (NameOp->Asl.Node, TRUE); in ExInsertArgCount() 402 ExternalName = AcpiNsGetNormalizedPathname (ExternalOp->Asl.Node, TRUE); in ExMoveExternals()
|
H A D | aslload.c | 260 ExternalPath = AcpiNsGetNormalizedPathname (Node, TRUE); in LdLoadFieldElements() 330 ExternalPath = AcpiNsGetNormalizedPathname (Node, TRUE); in LdLoadResourceElements() 838 ExternalPath = AcpiNsGetNormalizedPathname (Node, TRUE); in LdNamespace1Begin()
|
H A D | aslmethod.c | 712 ExternalPath = AcpiNsGetNormalizedPathname (MethodInfo->Op->Asl.Node, TRUE); in MtCheckNamedObjectInMethod() 866 ExternalPath = AcpiNsGetNormalizedPathname (Op->Asl.Node, TRUE); in MtMethodAnalysisWalkEnd()
|
H A D | aslanalyze.c | 332 ExternalPath = AcpiNsGetNormalizedPathname (Node, TRUE); in AnCheckMethodReturnValue()
|
H A D | aslxref.c | 1160 ExternalPath = AcpiNsGetNormalizedPathname (Node, TRUE); in XfNamespaceLocateBegin()
|
/netbsd-src/sys/external/bsd/acpica/dist/namespace/ |
H A D | nsnames.c | 79 NameBuffer = AcpiNsGetNormalizedPathname (Node, FALSE); in AcpiNsGetExternalPathname() 367 AcpiNsGetNormalizedPathname ( in AcpiNsGetNormalizedPathname() function 438 PrefixPath = AcpiNsGetNormalizedPathname (PrefixScope->Scope.Node, TRUE); in AcpiNsBuildPrefixedPathname()
|
H A D | nseval.c | 140 Info->FullPathname = AcpiNsGetNormalizedPathname (Info->Node, TRUE); in AcpiNsEvaluate()
|
H A D | nsparse.c | 149 Info->FullPathname = AcpiNsGetNormalizedPathname (Info->Node, TRUE); in AcpiNsExecuteTable()
|
H A D | nssearch.c | 115 ScopeName = AcpiNsGetNormalizedPathname (ParentNode, TRUE); in AcpiNsSearchOneScope()
|
H A D | nsinit.c | 746 char *ScopeName = AcpiNsGetNormalizedPathname (DeviceNode, TRUE); in AcpiNsInitOneDevice()
|
H A D | nsdump.c | 767 Pathname = AcpiNsGetNormalizedPathname (Node, TRUE); in AcpiNsDumpOneObjectPath()
|
/netbsd-src/sys/external/bsd/acpica/dist/executer/ |
H A D | extrace.c | 238 Pathname = AcpiNsGetNormalizedPathname (MethodNode, TRUE); in AcpiExStartTraceMethod() 304 Pathname = AcpiNsGetNormalizedPathname (MethodNode, TRUE); in AcpiExStopTraceMethod()
|
/netbsd-src/sys/external/bsd/acpica/dist/utilities/ |
H A D | utaddress.c | 257 Pathname = AcpiNsGetNormalizedPathname (RangeInfo->RegionNode, TRUE); in AcpiUtCheckAddressRange()
|
/netbsd-src/sys/external/bsd/acpica/dist/include/ |
H A D | acnamesp.h | 387 AcpiNsGetNormalizedPathname (
|
/netbsd-src/sys/external/bsd/acpica/dist/dispatcher/ |
H A D | dsmethod.c | 635 ThisWalkState->MethodPathname = AcpiNsGetNormalizedPathname (MethodNode, TRUE); in AcpiDsCallControlMethod()
|
/netbsd-src/sys/external/bsd/acpica/dist/debugger/ |
H A D | dbnames.c | 513 Pathname = AcpiNsGetNormalizedPathname (Node, TRUE); in AcpiDbWalkForPredefinedNames()
|
H A D | dbdisply.c | 1193 Pathname = AcpiNsGetNormalizedPathname (Node, TRUE); in AcpiDbDisplayNonRootHandlers()
|
H A D | dbcmds.c | 918 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE); in AcpiDbDeviceResources()
|
H A D | dbtest.c | 1127 Pathname = AcpiNsGetNormalizedPathname (Node, TRUE); in AcpiDbEvaluateOnePredefinedName()
|