Home | History | Annotate | Download | only in debugger

Lines Matching defs:Next

209     /* Go into the command loop and await next user command */
275 * next AML instruction.
370 ACPI_PARSE_OBJECT *Next;
455 AcpiOsPrintf ("\nAML Debug: Next AML Opcode to execute:\n");
459 NEXT field
465 Next = Op->Common.Next;
466 Op->Common.Next = NULL;
501 Op->Common.Next = Next;
537 * If the next opcode is a method call, we will "step over" it