Lines Matching defs:Path
302 /* Decode the path prefix character */
373 char *Path;
383 Path = AcpiPsGetNextNamestring (ParserState);
386 /* Null path case is allowed, just exit */
388 if (!Path)
390 Arg->Common.Value.Name = Path;
402 Status = AcpiNsLookup (WalkState->ScopeInfo, Path,
432 "Control Method invocation %4.4s - %p Desc %p Path=%p\n",
433 Node->Name.Ascii, Node, MethodDesc, Path));
444 NameOp->Common.Value.Name = Path;
507 ACPI_ERROR_NAMESPACE (WalkState->ScopeInfo, Path, Status);
520 Arg->Common.Value.Name = Path;