Lines Matching refs:Op
58 * RETURN: Pointer to an Op object
69 return (ParserState->Scope->ParseScope.Op);
129 Scope->ParseScope.Op = RootOp;
146 * Op - Current op to be pushed
159 ACPI_PARSE_OBJECT *Op,
166 ACPI_FUNCTION_TRACE_PTR (PsPushScope, Op);
176 Scope->ParseScope.Op = Op;
207 * Op - Where the popped op is returned
221 ACPI_PARSE_OBJECT **Op,
239 *Op = Scope->ParseScope.Op;
252 *Op = NULL;
258 "Popped Op %p Args %X\n", *Op, *ArgCount));