Home
last modified time | relevance | path

Searched refs:Path (Results 1 – 25 of 52) sorted by relevance

123

/dflybsd-src/sys/contrib/dev/acpica/source/common/
H A Ddmextern.c215 char *Path);
225 char **Path);
229 char *Path,
244 char *Path);
248 char *Path,
255 char *Path);
305 char *Path) in AcpiDmNormalizeParentPrefix() argument
343 while (Node && (*Path == (UINT8) AML_PARENT_PREFIX)) in AcpiDmNormalizeParentPrefix()
346 Path++; in AcpiDmNormalizeParentPrefix()
362 Length = (strlen (ParentPath) + strlen (Path) + 1); in AcpiDmNormalizeParentPrefix()
[all …]
H A Dadwalk.c482 char *Path; in AcpiDmDumpDescending() local
527 NULL, &Path); in AcpiDmDumpDescending()
530 AcpiOsPrintf ("%s %p", Path, Op->Common.Node); in AcpiDmDumpDescending()
531 ACPI_FREE (Path); in AcpiDmDumpDescending()
618 NULL, &Path); in AcpiDmFindOrphanDescending()
620 Op->Common.AmlOpName, Path); in AcpiDmFindOrphanDescending()
621 ACPI_FREE (Path); in AcpiDmFindOrphanDescending()
760 char *Path = NULL; in AcpiDmLoadDescendingOp() local
786 Path = Op->Named.Path; in AcpiDmLoadDescendingOp()
788 if (!Path && Op->Common.AmlOpcode == AML_INT_NAMEDFIELD_OP) in AcpiDmLoadDescendingOp()
[all …]
/dflybsd-src/sys/contrib/dev/acpica/source/components/namespace/
H A Dnsaccess.c446 char *Path = Pathname; in AcpiNsLookup() local
529 Path = ""; in AcpiNsLookup()
549 if (*Path == (UINT8) AML_ROOT_PREFIX) in AcpiNsLookup()
558 Path++; in AcpiNsLookup()
577 while (*Path == (UINT8) AML_PARENT_PREFIX) in AcpiNsLookup()
587 Path++; in AcpiNsLookup()
635 switch (*Path) in AcpiNsLookup()
659 Path++; in AcpiNsLookup()
673 Path++; in AcpiNsLookup()
674 NumSegments = (UINT32) (UINT8) *Path; in AcpiNsLookup()
[all …]
H A Dnsxfname.c675 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 Dnsnames.c380 #define ACPI_PATH_PUT8(Path, Size, Byte, Length) \ in AcpiNsBuildNormalizedPath() argument
384 (Path)[(Length)] = (Byte); \ in AcpiNsBuildNormalizedPath()
/dflybsd-src/sys/contrib/dev/acpica/source/components/dispatcher/
H A Ddswload.c260 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 Ddsfield.c177 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()
/dflybsd-src/sys/contrib/dev/acpica/source/components/utilities/
H A Duteval.c183 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 Duterror.c482 const char *Path, in AcpiUtMethodError() argument
492 if (Path) in AcpiUtMethodError()
494 Status = AcpiNsGetNode (PrefixNode, Path, in AcpiUtMethodError()
H A Dutmisc.c518 const char *Path) in AcpiUtDisplayInitPathname() argument
565 if (Path) in AcpiUtDisplayInitPathname()
567 AcpiOsPrintf (".%s", Path); in AcpiUtDisplayInitPathname()
/dflybsd-src/sys/contrib/dev/acpica/source/components/parser/
H A Dpsargs.c369 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()
/dflybsd-src/sys/contrib/dev/acpica/source/compiler/
H A Daslload.c517 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 Daslxref.c418 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 Daslopt.c230 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()
H A Dreadme.txt66 default system $Path environment variable:
73 the updated $Path. Otherwise, Bison will not be able to find the M4
/dflybsd-src/test/stress/fsstress/
H A DREADME11 Return-Path: ak@suse.de
13 Return-Path: <ak@suse.de>
/dflybsd-src/usr.bin/mail/misc/
H A Dmail.rc2 ignore Received Message-Id Resent-Message-Id Status Mail-From Return-Path Via
/dflybsd-src/sys/contrib/dev/acpica/source/components/resources/
H A Drsutils.c851 const char *Path, in AcpiRsGetMethodData() argument
867 Path, ACPI_BTYPE_BUFFER, &ObjDesc); in AcpiRsGetMethodData()
/dflybsd-src/sys/contrib/dev/acpica/source/include/
H A Dacutils.h673 const char *Path,
988 const char *Path);
1243 const char *Path,
H A Daclocal.h1141 char *Path; member
1476 char *Path; member
1498 char *Path; member
H A Dacclib.h384 const char *Path,
H A Dacparser.h376 char *Path,
/dflybsd-src/sys/contrib/dev/acpica/source/components/disassembler/
H A Ddmwalk.c782 if (Op->Named.Path) in AcpiDmDescendingOp()
784 AcpiDmNamestring (Op->Named.Path); in AcpiDmDescendingOp()
/dflybsd-src/games/rogue/
H A DCHANGES5 Return-Path: tektronix!zeus.TEK.COM!tims@ucbvax.Berkeley.EDU
/dflybsd-src/contrib/bmake/
H A Dconfigure.in72 [ --with-filemon={no,dev,ktrace,path/filemon.h} indicate filemon method for meta-mode. Path to fil…
506 AC_DEFINE_UNQUOTED(DEFSHELL_CUSTOM, "$defshell_path", Path of default shell)
511 AC_DEFINE_UNQUOTED(DEFSHELL_PATH, "$defshell_path", Path of default shell)

123