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 371 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE);
437 ParentPath = AcpiNsGetNormalizedPathname (
452 ParentPath = AcpiNsGetNormalizedPathname (
485 ParentPath = AcpiNsGetNormalizedPathname (Op->Asl.Node, TRUE);
612 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE);
699 CallerFullPathname = AcpiNsGetNormalizedPathname (
778 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE);
878 CallerFullPathname = AcpiNsGetNormalizedPathname (
aslexternal.c 310 CallName = AcpiNsGetNormalizedPathname (Op->Asl.Node, TRUE);
326 ExternalName = AcpiNsGetNormalizedPathname (NameOp->Asl.Node, TRUE);
510 ExternalName = AcpiNsGetNormalizedPathname (ExternalOp->Asl.Node, TRUE);
aslload.c 368 ExternalPath = AcpiNsGetNormalizedPathname (Node, TRUE);
438 ExternalPath = AcpiNsGetNormalizedPathname (Node, TRUE);
946 ExternalPath = AcpiNsGetNormalizedPathname (Node, TRUE);
aslmethod.c 820 ExternalPath = AcpiNsGetNormalizedPathname (MethodInfo->Op->Asl.Node, TRUE);
974 ExternalPath = AcpiNsGetNormalizedPathname (Op->Asl.Node, TRUE);
aslanalyze.c 440 ExternalPath = AcpiNsGetNormalizedPathname (Node, TRUE);
aslxref.c 1268 ExternalPath = AcpiNsGetNormalizedPathname (Node, TRUE);
  /src/sys/external/bsd/acpica/dist/executer/
extrace.c 408 Pathname = AcpiNsGetNormalizedPathname (MethodNode, TRUE);
474 Pathname = AcpiNsGetNormalizedPathname (MethodNode, TRUE);
  /src/sys/external/bsd/acpica/dist/namespace/
nsnames.c 187 NameBuffer = AcpiNsGetNormalizedPathname (Node, FALSE);
459 * FUNCTION: AcpiNsGetNormalizedPathname
475 AcpiNsGetNormalizedPathname (
546 PrefixPath = AcpiNsGetNormalizedPathname (PrefixScope->Scope.Node, TRUE);
nseval.c 249 Info->FullPathname = AcpiNsGetNormalizedPathname (Info->Node, TRUE);
nsparse.c 257 Info->FullPathname = AcpiNsGetNormalizedPathname (Info->Node, TRUE);
nssearch.c 223 ScopeName = AcpiNsGetNormalizedPathname (ParentNode, TRUE);
nsinit.c 854 char *ScopeName = AcpiNsGetNormalizedPathname (DeviceNode, TRUE);
nsdump.c 876 Pathname = AcpiNsGetNormalizedPathname (Node, TRUE);
  /src/sys/external/bsd/acpica/dist/utilities/
utaddress.c 365 Pathname = AcpiNsGetNormalizedPathname (RangeInfo->RegionNode, TRUE);
  /src/sys/external/bsd/acpica/dist/include/
acnamesp.h 495 AcpiNsGetNormalizedPathname (
  /src/sys/external/bsd/acpica/dist/dispatcher/
dsmethod.c 750 ThisWalkState->MethodPathname = AcpiNsGetNormalizedPathname (MethodNode, TRUE);
  /src/sys/external/bsd/acpica/dist/debugger/
dbcmds.c 1026 ParentPath = AcpiNsGetNormalizedPathname (Node, TRUE);
dbdisply.c 1301 Pathname = AcpiNsGetNormalizedPathname (Node, TRUE);
dbnames.c 621 Pathname = AcpiNsGetNormalizedPathname (Node, TRUE);
dbtest.c 1235 Pathname = AcpiNsGetNormalizedPathname (Node, TRUE);

Completed in 29 milliseconds