Searched refs:Path (Results 1 - 25 of 50) sorted by relevance

12

/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Dxml_diagnosis.pl17 /* xml_fault( +Term, +Indentation, ?SubTerm, ?Path, ?Message ) identifies SubTerm
19 * Message is an atom naming the type of error; Path is a string encoding a
28 xml_fault( xml(_Attributes,Content), Indent, Culprit, Path, Message ) :-
29 xml_content_fault( Content, Indent, Culprit, Path, Message ).
38 xml_content_fault( [H|_T], Indent, Culprit, Path, Message ) :-
39 xml_content_fault( H, Indent, Culprit, Path, Message ).
40 xml_content_fault( [_H|T], Indent, Culprit, Path, Message ) :-
41 xml_content_fault( T, Indent, Culprit, Path, Message ).
42 xml_content_fault( namespace(_URI,_Prefix,Element), Indent, Culprit, Path, Message ) :-
43 element_fault( Element, [0' |Indent], Culprit, Path, Messag
[all...]
H A Doccur.pl13 patharg/3, % Path x Term -> Term
14 position/3, % Term x Term -> Path
15 replace/4. % Path x Term x Term -> Term
60 % patharg(Path, Exp, Term)
61 % unifies Term with the subterm of Exp found by following Path.
72 % position(Term, Exp, Path)
73 % is true when Term occurs in Exp at the position defined by Path.
80 position(Term, Exp, Path) :-
83 position(N, Term, Exp, Path).
86 position(N, Term, Exp, [N|Path])
[all...]
/barrelfish-2018-10-04/lib/acpica/source/components/namespace/
H A Dnsaccess.c373 char *Path = Pathname; local
454 Path = "";
474 if (*Path == (UINT8) AML_ROOT_PREFIX)
483 Path++;
486 "Path is absolute from root [%p]\n", ThisNode));
502 while (*Path == (UINT8) AML_PARENT_PREFIX)
512 Path++;
523 "%s: Path has too many parent prefixes (^) "
550 switch (*Path)
574 Path
[all...]
H A Dnsnames.c289 #define ACPI_PATH_PUT8(Path, Size, Byte, Length) \
293 (Path)[(Length)] = (Byte); \
H A Dnsxfname.c673 char *Path; local
711 Path = AcpiPsGetNextNamestring (&ParserState);
744 Status = AcpiNsLookup (NULL, Path, ACPI_TYPE_METHOD, ACPI_IMODE_LOAD_PASS1,
/barrelfish-2018-10-04/lib/acpica/source/common/
H A Ddmextern.c176 char *Path);
180 char *Path,
229 * Path - Path with parent prefix
241 char *Path)
279 while (Node && (*Path == (UINT8) AML_PARENT_PREFIX))
282 Path++;
298 Length = (strlen (ParentPath) + strlen (Path) + 1);
303 * for the required dot separator (ParentPath.Path)
323 * parent fullpath "\_SB_", Path "
239 AcpiDmNormalizeParentPrefix( ACPI_PARSE_OBJECT *Op, char *Path) argument
581 AcpiDmAddOpToExternalList( ACPI_PARSE_OBJECT *Op, char *Path, UINT8 Type, UINT32 Value, UINT16 Flags) argument
771 AcpiDmAddPathToExternalList( char *Path, UINT8 Type, UINT32 Value, UINT16 Flags) argument
[all...]
H A Dadwalk.c436 char *Path; local
480 NULL, &Path);
481 AcpiOsPrintf ("%s %p", Path, Op->Common.Node);
482 ACPI_FREE (Path);
552 NULL, &Path);
554 Op->Common.AmlOpName, Path);
555 ACPI_FREE (Path);
694 char *Path = NULL; local
721 Path = (char *) Op->Named.Path;
831 char *Path = NULL; local
[all...]
/barrelfish-2018-10-04/lib/acpica/source/components/utilities/
H A Duteval.c130 * Path - Path to object from starting node
147 const char *Path,
168 Info->RelativePathname = Path;
178 AcpiUtGetNodeName (PrefixNode), Path));
183 PrefixNode, Path, Status);
196 PrefixNode, Path, AE_NOT_EXIST);
251 PrefixNode, Path, AE_TYPE);
255 Path, AcpiUtGetObjectTypeName (Info->ReturnObject),
145 AcpiUtEvaluateObject( ACPI_NAMESPACE_NODE *PrefixNode, const char *Path, UINT32 ExpectedReturnBtypes, ACPI_OPERAND_OBJECT **ReturnDesc) argument
H A Duterror.c355 * Path - Path to the node (optional)
370 const char *Path,
380 if (Path)
382 Status = AcpiNsGetNode (PrefixNode, Path,
365 AcpiUtMethodError( const char *ModuleName, UINT32 LineNumber, const char *Message, ACPI_NAMESPACE_NODE *PrefixNode, const char *Path, ACPI_STATUS MethodStatus) argument
H A Dutmisc.c463 * Path - Additional path string to be appended.
476 const char *Path)
523 if (Path)
525 AcpiOsPrintf (".%s", Path);
473 AcpiUtDisplayInitPathname( UINT8 Type, ACPI_NAMESPACE_NODE *ObjHandle, const char *Path) argument
/barrelfish-2018-10-04/lib/acpica/source/components/dispatcher/
H A Ddswload.c227 char *Path; local
256 Path = AcpiPsGetNextNamestring (&WalkState->ParserState);
274 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
284 AcpiDmAddOpToExternalList (Op, Path, ACPI_TYPE_DEVICE, 0, 0);
285 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
292 ACPI_ERROR_NAMESPACE (Path, Status);
427 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
462 ACPI_ERROR_NAMESPACE (Path, Status);
485 Op->Named.Path = ACPI_CAST_PTR (UINT8, Path);
[all...]
H A Ddsfield.c137 char *Path,
156 * Path - Pathname of the region
171 char *Path,
189 AcpiDmAddOpToExternalList (Op, Path, ACPI_TYPE_REGION, 0, 0);
191 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ACPI_TYPE_REGION,
168 AcpiDsCreateExternalRegion( ACPI_STATUS LookupStatus, ACPI_PARSE_OBJECT *Op, char *Path, ACPI_WALK_STATE *WalkState, ACPI_NAMESPACE_NODE **Node) argument
/barrelfish-2018-10-04/lib/acpica/source/os_specific/service_layers/
H A Doslibcfs.c128 * PARAMETERS: Path - File path
140 const char *Path,
164 File = fopen (Path, ModesStr);
139 AcpiOsOpenFile( const char *Path, UINT8 Modes) argument
H A Dosefixf.c443 * PARAMETERS: Path - File path
455 const char *Path,
467 if (!Path)
482 Count = strlen (Path);
489 Pos = Path;
454 AcpiOsOpenFile( const char *Path, UINT8 Modes) argument
/barrelfish-2018-10-04/lib/acpica/source/components/parser/
H A Dpsargs.c332 char *Path; local
342 Path = AcpiPsGetNextNamestring (ParserState);
347 if (!Path)
349 Arg->Common.Value.Name = Path;
361 Status = AcpiNsLookup (WalkState->ScopeInfo, Path,
389 "Control Method - %p Desc %p Path=%p\n", Node, MethodDesc, Path));
400 NameOp->Common.Value.Name = Path;
463 ACPI_ERROR_NAMESPACE (Path, Status);
476 Arg->Common.Value.Name = Path;
[all...]
/barrelfish-2018-10-04/lib/acpica/source/compiler/
H A Daslload.c420 char *Path; local
486 Path = Op->Asl.Namepath;
487 if (!Path)
572 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ACPI_TYPE_ANY,
581 Status = AcpiNsLookup (WalkState->ScopeInfo, Path,
725 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
877 char *Path; local
937 Path = Arg->Asl.Namepath;
938 if (!Path)
940 Status = UtInternalizeName (Arg->Asl.ExternalName, &Path);
[all...]
H A Daslxref.c420 char *Path; local
629 Path = Op->Asl.Child->Asl.Value.String;
636 Path = Op->Asl.Child->Asl.Next->Asl.Value.String;
649 Path = NextOp->Asl.Value.String;
653 Path = Op->Asl.Value.String;
669 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
679 if (strlen (Path) == ACPI_NAME_SIZE)
683 if (XfObjectExists (Path))
704 if (Path[0] == AML_ROOT_PREFIX)
747 OptOptimizeNamePath (Op, OpInfo->Flags, WalkState, Path, Nod
[all...]
H A Daslopt.c194 char *Path; local
207 Path = &(((char *) TargetPath->Pointer)[
213 Status = AcpiNsLookup (&ScopeInfo, Path, ACPI_TYPE_ANY, ACPI_IMODE_EXECUTE,
238 "NAMESEG: %-24s", Path));
243 strcpy (*NewPath, Path);
/barrelfish-2018-10-04/tools/demo/TestAquarium/
H A DProgram.cs60 dir = Path.GetDirectoryName(args[0]);
62 files = Path.GetFileName(args[0]);
/barrelfish-2018-10-04/usr/eclipseclp/Opium/demo/
H A Dyoyo2.pl120 path_in_graph(A,Z,Graph,Path) :-
121 path_in_graph1(A,[Z],Graph,Path).
125 path_in_graph1(A,[Y|Path1],Graph,Path) :-
131 path_in_graph1(A,[X,Y|Path1],Graph,Path).
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dtracer_tcl.pl450 process_inspect_command(info(Depth,["1"|Path]), Term, Reply, M) ?- !,
451 % provides a normal printable version and summary of the term with Path.
454 provide_subterm(Path, Depth, Term, Reply, M).
455 process_inspect_command(record_observed(SSource,["1"|Path],Label), _, _Reply, _M) ?- !,
459 setval(inspect_observed, [o(Source,Path,Label)|ToBeObs]).
460 process_inspect_command(movepath(up,N,["1"|Path]), _Term, Reply, _M) ?- !,
462 reverse(Path, RPath),
464 process_inspect_command(movepath(Dir,N,["1"|Path]), Term, Reply, M) ?- !,
466 move_sideways(Dir, N, Path, Term, Reply, M).
473 process_inspect_command(childnodes(Type,Arity,LSize,["1"|Path]), Ter
[all...]
H A Dutil.pl108 % add_path(+Path) - prepend a directory to the library path
110 add_path(Path) :-
112 set_flag(library_path, [Path|X]).
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/ilog/
H A Dec2il.cc324 path(EC_word Path) // path(NextCumulArray, ArrayDistances, MaxNbPaths, WhenEvent) argument
328 EC_word NextCumulArray = EC_argument(Path, 1); // Array of couples
329 EC_word ArrayDistances = EC_argument(Path, 2); // Matrix
330 IlcInt maxNbPaths = EC_long(EC_argument(Path, 3));
333 (EC_long(EC_argument(Path, 4)) == 0 ? IlcWhenValue: IlcWhenDomain);
/barrelfish-2018-10-04/lib/acpica/source/components/resources/
H A Drsutils.c798 * Path - Path to method, relative to Handle
815 const char *Path,
831 Path, ACPI_BTYPE_BUFFER, &ObjDesc);
813 AcpiRsGetMethodData( ACPI_HANDLE Handle, const char *Path, ACPI_BUFFER *RetBuffer) argument
/barrelfish-2018-10-04/lib/acpica/source/include/
H A Dacutils.h580 const char *Path,
877 const char *Path);
1122 const char *Path,

Completed in 161 milliseconds

12