Home | History | Annotate | Download | only in debugger

Lines Matching refs:Method

173  * PARAMETERS:  Status          - Method execution status
178 * DESCRIPTION: Called when a method has been aborted because of an error.
179 * Dumps the method execution stack, and the method locals/args,
218 * If there is no Thread, we are not actually executing a method.
228 /* Display the method locals and arguments */
334 AcpiOsPrintf (" [Method Arg]");
338 AcpiOsPrintf (" [Method Local]");
551 * PARAMETERS: WalkState - State for current method
555 * DESCRIPTION: Display all locals for the currently running control method
581 "No method node (Executing subtree for buffer or opregion)\n");
607 AcpiOsPrintf ("\nInitialized Local Variables for Method [%4.4s]:\n",
623 "No Local Variables are initialized for Method [%4.4s]\n",
633 * PARAMETERS: WalkState - State for current method
637 * DESCRIPTION: Display all arguments for the currently running control method
663 "No method node (Executing subtree for buffer or opregion)\n");
690 "Initialized Arguments for Method [%4.4s]: "
691 "(%X arguments defined for method invocation)\n",
692 AcpiUtGetNodeName (Node), Node->Object->Method.ParamCount);
707 "No Arguments are initialized for method [%4.4s]\n",