HomeSort by: relevance | last modified time | path
    Searched refs:AcpiNsGetNormalizedPathname (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
aslxrefout.c 263 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE);
329 ParentPath = AcpiNsGetNormalizedPathname (
344 ParentPath = AcpiNsGetNormalizedPathname (
377 ParentPath = AcpiNsGetNormalizedPathname (Op->Asl.Node, TRUE);
504 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE);
591 CallerFullPathname = AcpiNsGetNormalizedPathname (
670 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE);
770 CallerFullPathname = AcpiNsGetNormalizedPathname (
aslexternal.c 202 CallName = AcpiNsGetNormalizedPathname (Op->Asl.Node, TRUE);
218 ExternalName = AcpiNsGetNormalizedPathname (NameOp->Asl.Node, TRUE);
402 ExternalName = AcpiNsGetNormalizedPathname (ExternalOp->Asl.Node, TRUE);
aslload.c 260 ExternalPath = AcpiNsGetNormalizedPathname (Node, TRUE);
330 ExternalPath = AcpiNsGetNormalizedPathname (Node, TRUE);
838 ExternalPath = AcpiNsGetNormalizedPathname (Node, TRUE);
aslmethod.c 712 ExternalPath = AcpiNsGetNormalizedPathname (MethodInfo->Op->Asl.Node, TRUE);
866 ExternalPath = AcpiNsGetNormalizedPathname (Op->Asl.Node, TRUE);
aslanalyze.c 332 ExternalPath = AcpiNsGetNormalizedPathname (Node, TRUE);
aslxref.c 1160 ExternalPath = AcpiNsGetNormalizedPathname (Node, TRUE);
  /src/sys/external/bsd/acpica/dist/executer/
extrace.c 300 Pathname = AcpiNsGetNormalizedPathname (MethodNode, TRUE);
366 Pathname = AcpiNsGetNormalizedPathname (MethodNode, TRUE);
  /src/sys/external/bsd/acpica/dist/namespace/
nsnames.c 79 NameBuffer = AcpiNsGetNormalizedPathname (Node, FALSE);
351 * FUNCTION: AcpiNsGetNormalizedPathname
367 AcpiNsGetNormalizedPathname (
438 PrefixPath = AcpiNsGetNormalizedPathname (PrefixScope->Scope.Node, TRUE);
nseval.c 140 Info->FullPathname = AcpiNsGetNormalizedPathname (Info->Node, TRUE);
nsparse.c 149 Info->FullPathname = AcpiNsGetNormalizedPathname (Info->Node, TRUE);
nssearch.c 115 ScopeName = AcpiNsGetNormalizedPathname (ParentNode, TRUE);
nsinit.c 746 char *ScopeName = AcpiNsGetNormalizedPathname (DeviceNode, TRUE);
nsdump.c 767 Pathname = AcpiNsGetNormalizedPathname (Node, TRUE);
  /src/sys/external/bsd/acpica/dist/utilities/
utaddress.c 257 Pathname = AcpiNsGetNormalizedPathname (RangeInfo->RegionNode, TRUE);
  /src/sys/external/bsd/acpica/dist/include/
acnamesp.h 387 AcpiNsGetNormalizedPathname (
  /src/sys/external/bsd/acpica/dist/dispatcher/
dsmethod.c 642 ThisWalkState->MethodPathname = AcpiNsGetNormalizedPathname (MethodNode, TRUE);
  /src/sys/external/bsd/acpica/dist/debugger/
dbcmds.c 918 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE);
dbdisply.c 1193 Pathname = AcpiNsGetNormalizedPathname (Node, TRUE);
dbnames.c 513 Pathname = AcpiNsGetNormalizedPathname (Node, TRUE);
dbtest.c 1127 Pathname = AcpiNsGetNormalizedPathname (Node, TRUE);

Completed in 43 milliseconds