Lines Matching refs:Op
171 ACPI_PARSE_OBJECT *Op,
177 ACPI_PARSE_OBJECT *Op,
183 ACPI_PARSE_OBJECT *Op,
306 ACPI_PARSE_OBJECT *Op,
315 LsWriteNodeToListing (Op, FileId);
317 if (Op->Asl.CompileFlags & OP_IS_RESOURCE_DATA)
332 for (i = 0; i < Op->Asl.FinalAmlLength; i++)
381 ACPI_PARSE_OBJECT *Op,
388 switch (Op->Asl.ParseOpcode)
395 UtDumpStringOp (Op, Level);
400 UtDumpIntegerOp (Op, Level, 2);
406 UtDumpIntegerOp (Op, Level, 4);
412 UtDumpIntegerOp (Op, Level, 8);
421 UtDumpIntegerOp (Op, Level, 16);
427 "Open: %s\n", Op->Asl.Value.String);
433 "Close: %s\n", Op->Asl.Filename);
438 UtDumpBasicOp (Op, Level);
445 Op->Asl.ParseOpcode, Op->Asl.CompileFlags,
446 Op->Asl.LineNumber, Op->Asl.EndLine,
447 Op->Asl.LogicalLineNumber, Op->Asl.EndLogicalLine);
449 TrPrintOpFlags (Op->Asl.CompileFlags, ASL_TREE_OUTPUT);
459 * PARAMETERS: Op - Parse node to write to the listing file.
473 ACPI_PARSE_OBJECT *Op,
483 OpInfo = AcpiPsGetOpcodeInfo (Op->Asl.AmlOpcode);
491 switch (Op->Asl.ParseOpcode)
507 switch (Op->Asl.AmlOpcode)
516 if (Op->Asl.ExternalName)
537 switch (Op->Asl.ParseOpcode)
544 LsWriteSourceLines (Op->Asl.EndLine, Op->Asl.EndLogicalLine, FileId);
587 LsWriteSourceLines (Op->Asl.LineNumber, Op->Asl.LogicalLineNumber,
596 LsWriteSourceLines (Op->Asl.LineNumber, Op->Asl.LogicalLineNumber,
601 LsPushNode (Op->Asl.Value.String);
609 LsWriteSourceLines (Op->Asl.LineNumber, Op->Asl.LogicalLineNumber,
620 if (Op->Asl.CompileFlags & OP_IS_RESOURCE_DESC)
622 LsWriteSourceLines (Op->Asl.LineNumber, Op->Asl.EndLogicalLine,
649 switch (Op->Asl.AmlOpcode)
658 LsWriteSourceLines (Op->Asl.EndLine, Op->Asl.EndLogicalLine,
664 if (Op->Asl.CompileFlags & OP_IS_RESOURCE_DESC)
666 LsWriteSourceLines (Op->Asl.LineNumber, Op->Asl.LogicalLineNumber,
675 LsWriteSourceLines (Op->Asl.EndLine, Op->Asl.EndLogicalLine,
682 LsWriteSourceLines (Op->Asl.LineNumber, Op->Asl.LogicalLineNumber,
687 switch (Op->Asl.AmlOpcode)
710 if (Op->Asl.ExternalName)
714 Pathname = AcpiNsGetExternalPathname (Op->Asl.Node);
782 if ((Op->Asl.ParseOpcode == PARSEOP_BUFFER) &&
783 (Op->Asl.CompileFlags & OP_IS_RESOURCE_DESC))
788 LsWriteSourceLines (Op->Asl.LineNumber, Op->Asl.LogicalLineNumber,