Lines Matching defs:Op
167 ACPI_PARSE_OBJECT *Op,
172 ACPI_PARSE_OBJECT *Op);
179 * PARAMETERS: Op - Object to be examined
192 ACPI_PARSE_OBJECT *Op)
201 switch (Op->Common.AmlOpcode)
205 Temp = (char *) (&Op->Named.Name);
221 AcpiGbl_TempListHead->Op = Op;
227 AcpiGbl_TempListHead->Op = Op;
235 if (!AcpiDmIsSwitchBlock (Op, &Temp))
242 Op->Common.DisasmOpcode = ACPI_DASM_SWITCH;
249 if (!strncmp(Temp, (char *) (&Current->Op->Named.Name), 4))
253 Current->Op->Common.DisasmFlags |= ACPI_PARSEOP_IGNORE;
266 Current->Op = NULL;
316 Current->Op = NULL;
327 * PARAMETERS: Op - While Object
358 ACPI_PARSE_OBJECT *Op,
369 /* Check for One Op Predicate */
371 OneOp = AcpiPsGetArg (Op, 0);
377 /* Check for Store Op */
385 /* Check for Name Op with _T_ string */
403 /* Ignore the One Op Predicate */
407 /* Ignore the Store Op, but not the children */
412 * First arg of Store Op is the Switch condition.
420 /* Ignore the Name Op */
454 /* Ignore just the LEqual Op */
458 /* Ignore the NamePath Op */
484 /* Get the LEqual Op from LNot */
488 /* Get the Match Op from LEqual */
492 /* Get the Package Op from Match */
507 * Save the second arg of the If/Else Op which is the
513 * Move the Package Op to the child (predicate) of the
561 /* Ignore the Break Op */
572 * PARAMETERS: Op - Object to test
598 ACPI_PARSE_OBJECT *Op)
603 if (!Op)
610 CurrentOp = Op;