Lines Matching refs:Op

171     ACPI_PARSE_OBJECT       *Op,
177 ACPI_PARSE_OBJECT *Op,
183 ACPI_PARSE_OBJECT *Op,
305 ACPI_PARSE_OBJECT *Op,
314 LsWriteNodeToListing (Op, FileId);
316 if (Op->Asl.CompileFlags & OP_IS_RESOURCE_DATA)
331 for (i = 0; i < Op->Asl.FinalAmlLength; i++)
380 ACPI_PARSE_OBJECT *Op,
387 switch (Op->Asl.ParseOpcode)
394 UtDumpStringOp (Op, Level);
399 UtDumpIntegerOp (Op, Level, 2);
405 UtDumpIntegerOp (Op, Level, 4);
411 UtDumpIntegerOp (Op, Level, 8);
420 UtDumpIntegerOp (Op, Level, 16);
426 "Open: %s\n", Op->Asl.Value.String);
432 "Close: %s\n", Op->Asl.Filename);
437 UtDumpBasicOp (Op, Level);
444 Op->Asl.ParseOpcode, Op->Asl.CompileFlags,
445 Op->Asl.LineNumber, Op->Asl.EndLine,
446 Op->Asl.LogicalLineNumber, Op->Asl.EndLogicalLine);
448 TrPrintOpFlags (Op->Asl.CompileFlags, ASL_TREE_OUTPUT);
458 * PARAMETERS: Op - Parse node to write to the listing file.
472 ACPI_PARSE_OBJECT *Op,
482 OpInfo = AcpiPsGetOpcodeInfo (Op->Asl.AmlOpcode);
490 switch (Op->Asl.ParseOpcode)
506 switch (Op->Asl.AmlOpcode)
515 if (Op->Asl.ExternalName)
536 switch (Op->Asl.ParseOpcode)
543 LsWriteSourceLines (Op->Asl.EndLine, Op->Asl.EndLogicalLine, FileId);
586 LsWriteSourceLines (Op->Asl.LineNumber, Op->Asl.LogicalLineNumber,
595 LsWriteSourceLines (Op->Asl.LineNumber, Op->Asl.LogicalLineNumber,
600 LsPushNode (Op->Asl.Value.String);
608 LsWriteSourceLines (Op->Asl.LineNumber, Op->Asl.LogicalLineNumber,
619 if (Op->Asl.CompileFlags & OP_IS_RESOURCE_DESC)
621 LsWriteSourceLines (Op->Asl.LineNumber, Op->Asl.EndLogicalLine,
648 switch (Op->Asl.AmlOpcode)
657 LsWriteSourceLines (Op->Asl.EndLine, Op->Asl.EndLogicalLine,
663 if (Op->Asl.CompileFlags & OP_IS_RESOURCE_DESC)
665 LsWriteSourceLines (Op->Asl.LineNumber, Op->Asl.LogicalLineNumber,
674 LsWriteSourceLines (Op->Asl.EndLine, Op->Asl.EndLogicalLine,
681 LsWriteSourceLines (Op->Asl.LineNumber, Op->Asl.LogicalLineNumber,
686 switch (Op->Asl.AmlOpcode)
709 if (Op->Asl.ExternalName)
713 Pathname = AcpiNsGetExternalPathname (Op->Asl.Node);
781 if ((Op->Asl.ParseOpcode == PARSEOP_BUFFER) &&
782 (Op->Asl.CompileFlags & OP_IS_RESOURCE_DESC))
787 LsWriteSourceLines (Op->Asl.LineNumber, Op->Asl.LogicalLineNumber,