Lines Matching defs:Current
182 * PARAMETERS: ParserState - Current parser state object
240 * PARAMETERS: ParserState - Current parser state object
272 * PARAMETERS: ParserState - Current parser state object
348 * PARAMETERS: ParserState - Current parser state object
395 * Lookup the name in the internal namespace, starting with the current
529 * PARAMETERS: ParserState - Current parser state object
631 * PARAMETERS: ParserState - Current parser state object
895 ACPI_PARSE_OBJECT *Current = Start;
899 while (Current)
901 Next = Current->Common.Next;
905 Arg = AcpiPsGetArg (Current, 0);
911 AcpiPsFreeOp(Current);
912 Current = Next;
921 * PARAMETERS: WalkState - Current state
922 * ParserState - Current parser state object