Home | History | Annotate | Download | only in dispatcher

Lines Matching refs:Method

228  * PARAMETERS:  Status          - Method execution status
234 * DESCRIPTION: Called when a method has been aborted because of an error.
235 * Dumps the method execution stack.
272 * If there is no Thread, we are not actually executing a method.
282 /* Display exception and method name */
285 "\n**** Exception %s during execution of method ",
304 (ACPI_NAMESPACE_NODE *) MethodDesc->Method.Node,
309 " Method [%4.4s] executing: ",
312 /* First method is the currently executing method */
338 * This method has called another method
339 * NOTE: the method call parse subtree is already deleted at
340 * this point, so we cannot disassemble the method invocation.
342 ACPI_DEBUG_PRINT_RAW ((ACPI_DB_DISPATCH, "Call to method "));