Lines Matching refs:buffer
144 void acpi_ut_get_expected_return_types(char *buffer, u32 expected_btypes) in acpi_ut_get_expected_return_types() argument
151 strcpy(buffer, "NONE"); in acpi_ut_get_expected_return_types()
156 buffer[0] = 0; in acpi_ut_get_expected_return_types()
164 strcat(buffer, &ut_rtype_names[i][j]); in acpi_ut_get_expected_return_types()
184 static u32 acpi_ut_get_argument_types(char *buffer, u16 argument_types);
265 acpi_ut_display_predefined_method(char *buffer, in acpi_ut_display_predefined_method() argument
275 arg_count = acpi_ut_get_argument_types(buffer, in acpi_ut_display_predefined_method()
290 printf(" (%s)", buffer); in acpi_ut_display_predefined_method()
300 acpi_ut_get_expected_return_types(buffer, in acpi_ut_display_predefined_method()
303 printf(" Return value types: %s\n", buffer); in acpi_ut_display_predefined_method()
324 static u32 acpi_ut_get_argument_types(char *buffer, u16 argument_types) in acpi_ut_get_argument_types() argument
331 *buffer = 0; in acpi_ut_get_argument_types()
356 strcat(buffer, in acpi_ut_get_argument_types()
377 u32 acpi_ut_get_resource_bit_width(char *buffer, u16 types) in acpi_ut_get_resource_bit_width() argument
383 *buffer = 0; in acpi_ut_get_resource_bit_width()
389 strcat(buffer, &(ut_resource_type_names[i][sub_index])); in acpi_ut_get_resource_bit_width()