Lines Matching full:method
23 * PARAMETERS: status - Method execution status
28 * DESCRIPTION: Called when a method has been aborted because of an error.
29 * Dumps the method execution stack, and the method locals/args,
62 * If there is no Thread, we are not actually executing a method. in acpi_db_dump_method_info()
71 /* Display the method locals and arguments */ in acpi_db_dump_method_info()
163 acpi_os_printf(" [Method Arg]"); in acpi_db_decode_node()
166 acpi_os_printf(" [Method Local]"); in acpi_db_decode_node()
381 * PARAMETERS: walk_state - State for current method
385 * DESCRIPTION: Display all locals for the currently running control method
406 ("No method node (Executing subtree for buffer or opregion)\n"); in acpi_db_decode_locals()
429 ("\nInitialized Local Variables for Method [%4.4s]:\n", in acpi_db_decode_locals()
442 ("No Local Variables are initialized for Method [%4.4s]\n", in acpi_db_decode_locals()
451 * PARAMETERS: walk_state - State for current method
455 * DESCRIPTION: Display all arguments for the currently running control method
476 ("No method node (Executing subtree for buffer or opregion)\n"); in acpi_db_decode_arguments()
498 acpi_os_printf("Initialized Arguments for Method [%4.4s]: " in acpi_db_decode_arguments()
499 "(%X arguments defined for method invocation)\n", in acpi_db_decode_arguments()
501 node->object->method.param_count); in acpi_db_decode_arguments()
513 ("No Arguments are initialized for method [%4.4s]\n", in acpi_db_decode_arguments()