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
469 /* There are no arguments for the module-level code case */ in acpi_db_decode_arguments()
486 /* Are any arguments actually set? */ in acpi_db_decode_arguments()
489 obj_desc = walk_state->arguments[i].object; in acpi_db_decode_arguments()
499 acpi_os_printf("Initialized Arguments for Method [%4.4s]: " in acpi_db_decode_arguments()
500 "(%X arguments defined for method invocation)\n", in acpi_db_decode_arguments()
505 obj_desc = walk_state->arguments[i].object; in acpi_db_decode_arguments()
514 ("No Arguments are initialized for method [%4.4s]\n", in acpi_db_decode_arguments()