| /f-stack/freebsd/contrib/dev/acpica/common/ |
| H A D | dmextern.c | 346 Path++; in AcpiDmNormalizeParentPrefix() 661 if (!Path) in AcpiDmAddOpToExternalList() 668 if ((*Path == AML_ROOT_PREFIX) && (Path[1])) in AcpiDmAddOpToExternalList() 670 Path++; in AcpiDmAddOpToExternalList() 910 if (!Path) in AcpiDmAddPathToExternalList() 917 if ((*Path == AML_ROOT_PREFIX) && (Path[1])) in AcpiDmAddPathToExternalList() 919 Path++; in AcpiDmAddPathToExternalList() 1071 if (AcpiUtStricmp (NewExternal->Path, NextExternal->Path) < 0) in AcpiDmCreateNewExternal() 1573 Path); in AcpiDmConflictingDeclaration() 1627 if (!Path) in AcpiDmCheckForExternalConflict() [all …]
|
| H A D | adwalk.c | 482 char *Path; in AcpiDmDumpDescending() local 527 NULL, &Path); in AcpiDmDumpDescending() 531 ACPI_FREE (Path); in AcpiDmDumpDescending() 618 NULL, &Path); in AcpiDmFindOrphanDescending() 621 ACPI_FREE (Path); in AcpiDmFindOrphanDescending() 786 Path = Op->Named.Path; in AcpiDmLoadDescendingOp() 792 Path = FieldPath; in AcpiDmLoadDescendingOp() 809 if (!Path) in AcpiDmLoadDescendingOp() 939 Path = Op->Named.Path; in AcpiDmXrefDescendingOp() 960 Path = Op->Common.Value.String; in AcpiDmXrefDescendingOp() [all …]
|
| /f-stack/freebsd/contrib/dev/acpica/components/namespace/ |
| H A D | nsaccess.c | 447 char *Path = Pathname; in AcpiNsLookup() local 530 Path = ""; in AcpiNsLookup() 550 if (*Path == (UINT8) AML_ROOT_PREFIX) in AcpiNsLookup() 559 Path++; in AcpiNsLookup() 588 Path++; in AcpiNsLookup() 636 switch (*Path) in AcpiNsLookup() 660 Path++; in AcpiNsLookup() 674 Path++; in AcpiNsLookup() 676 Path++; in AcpiNsLookup() 756 ACPI_MOVE_32_TO_32 (&SimpleName, Path); in AcpiNsLookup() [all …]
|
| H A D | nsxfname.c | 675 char *Path; in ACPI_EXPORT_SYMBOL() local 713 Path = AcpiPsGetNextNamestring (&ParserState); in ACPI_EXPORT_SYMBOL() 746 Status = AcpiNsLookup (NULL, Path, ACPI_TYPE_METHOD, ACPI_IMODE_LOAD_PASS1, in ACPI_EXPORT_SYMBOL()
|
| H A D | nsnames.c | 380 #define ACPI_PATH_PUT8(Path, Size, Byte, Length) \ in AcpiNsBuildNormalizedPath() argument 384 (Path)[(Length)] = (Byte); \ in AcpiNsBuildNormalizedPath()
|
| /f-stack/freebsd/contrib/dev/acpica/components/utilities/ |
| H A D | uteval.c | 183 const char *Path, in AcpiUtEvaluateObject() argument 204 Info->RelativePathname = Path; in AcpiUtEvaluateObject() 214 AcpiUtGetNodeName (PrefixNode), Path)); in AcpiUtEvaluateObject() 219 PrefixNode, Path, Status); in AcpiUtEvaluateObject() 232 PrefixNode, Path, AE_NOT_EXIST); in AcpiUtEvaluateObject() 287 PrefixNode, Path, AE_TYPE); in AcpiUtEvaluateObject() 291 Path, AcpiUtGetObjectTypeName (Info->ReturnObject), in AcpiUtEvaluateObject()
|
| H A D | uterror.c | 482 const char *Path, in AcpiUtMethodError() argument 492 if (Path) in AcpiUtMethodError() 494 Status = AcpiNsGetNode (PrefixNode, Path, in AcpiUtMethodError()
|
| H A D | utmisc.c | 518 const char *Path) in AcpiUtDisplayInitPathname() argument 565 if (Path) in AcpiUtDisplayInitPathname() 567 AcpiOsPrintf (".%s", Path); in AcpiUtDisplayInitPathname()
|
| /f-stack/freebsd/contrib/dev/acpica/components/dispatcher/ |
| H A D | dswload.c | 260 char *Path; in AcpiDsLoad1BeginOp() local 289 Path = AcpiPsGetNextNamestring (&WalkState->ParserState); in AcpiDsLoad1BeginOp() 307 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType, in AcpiDsLoad1BeginOp() 317 AcpiDmAddOpToExternalList (Op, Path, ACPI_TYPE_DEVICE, 0, 0); in AcpiDsLoad1BeginOp() 318 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType, in AcpiDsLoad1BeginOp() 325 ACPI_ERROR_NAMESPACE (WalkState->ScopeInfo, Path, Status); in AcpiDsLoad1BeginOp() 460 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType, in AcpiDsLoad1BeginOp() 495 ACPI_ERROR_NAMESPACE (WalkState->ScopeInfo, Path, Status); in AcpiDsLoad1BeginOp() 518 Op->Named.Path = Path; in AcpiDsLoad1BeginOp() 691 AcpiDmAddOpToExternalList (Op, Op->Named.Path, (UINT8)ObjectType, ParamCount, in AcpiDsLoad1EndOp()
|
| H A D | dsfield.c | 177 char *Path, 211 char *Path, in AcpiDsCreateExternalRegion() argument 229 AcpiDmAddOpToExternalList (Op, Path, ACPI_TYPE_REGION, 0, 0); in AcpiDsCreateExternalRegion() 231 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ACPI_TYPE_REGION, in AcpiDsCreateExternalRegion()
|
| /f-stack/freebsd/contrib/dev/acpica/components/parser/ |
| H A D | psargs.c | 369 char *Path; in AcpiPsGetNextNamepath() local 379 Path = AcpiPsGetNextNamestring (ParserState); in AcpiPsGetNextNamepath() 384 if (!Path) in AcpiPsGetNextNamepath() 386 Arg->Common.Value.Name = Path; in AcpiPsGetNextNamepath() 398 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, in AcpiPsGetNextNamepath() 429 Node->Name.Ascii, Node, MethodDesc, Path)); in AcpiPsGetNextNamepath() 440 NameOp->Common.Value.Name = Path; in AcpiPsGetNextNamepath() 503 ACPI_ERROR_NAMESPACE (WalkState->ScopeInfo, Path, Status); in AcpiPsGetNextNamepath() 516 Arg->Common.Value.Name = Path; in AcpiPsGetNextNamepath()
|
| /f-stack/freebsd/contrib/dev/acpica/compiler/ |
| H A D | aslload.c | 517 char *Path; in LdNamespace1Begin() local 646 Path = Op->Asl.Namepath; in LdNamespace1Begin() 647 if (!Path) in LdNamespace1Begin() 730 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ACPI_TYPE_ANY, in LdNamespace1Begin() 738 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, in LdNamespace1Begin() 895 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType, in LdNamespace1Begin() 1293 char *Path; in LdNamespace2Begin() local 1353 Path = Arg->Asl.Namepath; in LdNamespace2Begin() 1354 if (!Path) in LdNamespace2Begin() 1356 Status = UtInternalizeName (Arg->Asl.ExternalName, &Path); in LdNamespace2Begin() [all …]
|
| H A D | aslxref.c | 418 char *Path; in XfNamespaceLocateBegin() local 619 Path = Op->Asl.Child->Asl.Value.String; in XfNamespaceLocateBegin() 626 Path = Op->Asl.Child->Asl.Next->Asl.Value.String; in XfNamespaceLocateBegin() 639 Path = NextOp->Asl.Value.String; in XfNamespaceLocateBegin() 643 Path = Op->Asl.Value.String; in XfNamespaceLocateBegin() 659 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType, in XfNamespaceLocateBegin() 684 else if (strlen (Path) == ACPI_NAMESEG_SIZE) in XfNamespaceLocateBegin() 688 if (XfObjectExists (Path)) in XfNamespaceLocateBegin() 732 else if (Path[0] == AML_ROOT_PREFIX) in XfNamespaceLocateBegin() 841 OptOptimizeNamePath (Op, OpInfo->Flags, WalkState, Path, Node); in XfNamespaceLocateBegin()
|
| H A D | aslopt.c | 230 char *Path; in OptSearchToRoot() local 243 Path = &(((char *) TargetPath->Pointer)[ in OptSearchToRoot() 249 Status = AcpiNsLookup (&ScopeInfo, Path, ACPI_TYPE_ANY, ACPI_IMODE_EXECUTE, in OptSearchToRoot() 274 "NAMESEG: %-24s", Path)); in OptSearchToRoot() 279 strcpy (*NewPath, Path); in OptSearchToRoot()
|
| /f-stack/dpdk/ |
| H A D | meson_options.txt | 14 description: 'Path to FlexRAN SDK optional Libraries for BBDEV device') 20 …description: 'Path to the kernel for building kernel modules. Headers must be in $kernel_dir/build…
|
| /f-stack/dpdk/doc/guides/vdpadevs/ |
| H A D | index.rst | 7 The following are a list of vDPA (vHost Data Path Acceleration) device drivers,
|
| /f-stack/freebsd/contrib/device-tree/Bindings/media/ |
| H A D | mediatek-mdp.txt | 1 * Mediatek Media Data Path 3 Media Data Path is used for scaling and color space conversion.
|
| /f-stack/freebsd/contrib/dev/acpica/components/resources/ |
| H A D | rsutils.c | 851 const char *Path, in AcpiRsGetMethodData() argument 867 Path, ACPI_BTYPE_BUFFER, &ObjDesc); in AcpiRsGetMethodData()
|
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | lm_virtio_vhost_user.rst | 284 # Path to KVM tool 298 # Socket Path 360 # Path to KVM tool 374 # Socket Path
|
| /f-stack/freebsd/contrib/dev/acpica/include/ |
| H A D | acutils.h | 672 const char *Path, 987 const char *Path); 1242 const char *Path,
|
| H A D | aclocal.h | 1140 char *Path; member 1475 char *Path; member 1497 char *Path; member
|
| H A D | acclib.h | 384 const char *Path,
|
| H A D | acparser.h | 376 char *Path,
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | imx53-usbarmory.dts | 5 * Copyright (C) 2015, Inverse Path 51 model = "Inverse Path USB armory";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/interconnect/ |
| H A D | interconnect.txt | 55 * dma-mem: Path from the device to the main memory of
|