Searched refs:AcpiNsGetNormalizedPathname (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12.1/sys/contrib/dev/acpica/compiler/ |
| H A D | aslxrefout.c | 371 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()
|
| H A D | aslexternal.c | 260 CallName = AcpiNsGetNormalizedPathname (Op->Asl.Node, TRUE); in ExInsertArgCount() 276 ExternalName = AcpiNsGetNormalizedPathname (NameOp->Asl.Node, TRUE); in ExInsertArgCount() 460 ExternalName = AcpiNsGetNormalizedPathname (ExternalOp->Asl.Node, TRUE); in ExMoveExternals()
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/namespace/ |
| H A D | nsnames.c | 193 NameBuffer = AcpiNsGetNormalizedPathname (Node, FALSE); in AcpiNsGetExternalPathname() 481 AcpiNsGetNormalizedPathname ( in AcpiNsGetNormalizedPathname() function 552 PrefixPath = AcpiNsGetNormalizedPathname (PrefixScope->Scope.Node, TRUE); in AcpiNsBuildPrefixedPathname()
|
| H A D | nssearch.c | 223 ScopeName = AcpiNsGetNormalizedPathname (ParentNode, TRUE); in AcpiNsSearchOneScope()
|
| H A D | nsparse.c | 257 Info->FullPathname = AcpiNsGetNormalizedPathname (Info->Node, TRUE); in AcpiNsExecuteTable()
|
| H A D | nseval.c | 256 Info->FullPathname = AcpiNsGetNormalizedPathname (Info->Node, TRUE); in AcpiNsEvaluate()
|
| H A D | nsinit.c | 865 char *ScopeName = AcpiNsGetNormalizedPathname (DeviceNode, TRUE); in AcpiNsInitOneDevice()
|
| H A D | nsdump.c | 878 Pathname = AcpiNsGetNormalizedPathname (Node, TRUE); in AcpiNsDumpOneObjectPath()
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/executer/ |
| H A D | extrace.c | 346 Pathname = AcpiNsGetNormalizedPathname (MethodNode, TRUE); in AcpiExStartTraceMethod() 412 Pathname = AcpiNsGetNormalizedPathname (MethodNode, TRUE); in AcpiExStopTraceMethod()
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/utilities/ |
| H A D | utaddress.c | 365 Pathname = AcpiNsGetNormalizedPathname (RangeInfo->RegionNode, TRUE); in AcpiUtCheckAddressRange()
|
| /freebsd-12.1/sys/contrib/dev/acpica/include/ |
| H A D | acnamesp.h | 495 AcpiNsGetNormalizedPathname (
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/dispatcher/ |
| H A D | dsmethod.c | 743 ThisWalkState->MethodPathname = AcpiNsGetNormalizedPathname (MethodNode, TRUE); in AcpiDsCallControlMethod()
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbnames.c | 620 Pathname = AcpiNsGetNormalizedPathname (Node, TRUE); in AcpiDbWalkForPredefinedNames()
|
| H A D | dbdisply.c | 1301 Pathname = AcpiNsGetNormalizedPathname (Node, TRUE); in AcpiDbDisplayNonRootHandlers()
|
| H A D | dbcmds.c | 1024 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE); in AcpiDbDeviceResources()
|
| H A D | dbtest.c | 1204 Pathname = AcpiNsGetNormalizedPathname (Node, TRUE); in AcpiDbEvaluateOnePredefinedName()
|