Lines Matching full:method
77 * PARAMETERS: status - Method execution status
83 * DESCRIPTION: Called when a method has been aborted because of an error.
84 * Dumps the method execution stack.
116 * If there is no Thread, we are not actually executing a method. in acpi_ds_dump_method_stack()
125 /* Display exception and method name */ in acpi_ds_dump_method_stack()
128 "\n**** Exception %s during execution of method ", in acpi_ds_dump_method_stack()
145 method_desc->method.node, in acpi_ds_dump_method_stack()
150 " Method [%4.4s] executing: ", in acpi_ds_dump_method_stack()
154 /* First method is the currently executing method */ in acpi_ds_dump_method_stack()
179 * This method has called another method in acpi_ds_dump_method_stack()
180 * NOTE: the method call parse subtree is already deleted at in acpi_ds_dump_method_stack()
181 * this point, so we cannot disassemble the method invocation. in acpi_ds_dump_method_stack()
184 "Call to method ")); in acpi_ds_dump_method_stack()