Lines Matching full:arguments
42 /* There are no locals or arguments for the module-level code case */ in acpi_db_dump_method_info()
71 /* Display the method locals and arguments */ in acpi_db_dump_method_info()
267 obj_desc = walk_state->arguments in acpi_db_display_internal_object()
455 * DESCRIPTION: Display all arguments for the currently running control method
468 /* There are no arguments for the module-level code case */ in acpi_db_decode_arguments()
485 /* Are any arguments actually set? */ in acpi_db_decode_arguments()
488 obj_desc = walk_state->arguments[i].object; 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()
504 obj_desc = walk_state->arguments[i].object; in acpi_db_decode_arguments()
513 ("No Arguments are initialized for method [%4.4s]\n", in acpi_db_decode_arguments()