Searched refs:buf_char (Results 1 – 1 of 1) sorted by relevance
39 u8 buf_char; in acpi_ut_dump_buffer() local132 buf_char = buffer[(acpi_size)i + j]; in acpi_ut_dump_buffer()133 if (isprint(buf_char)) { in acpi_ut_dump_buffer()134 acpi_os_printf("%c", buf_char); in acpi_ut_dump_buffer()211 u8 buf_char; in acpi_ut_dump_buffer_to_file() local291 buf_char = buffer[(acpi_size)i + j]; in acpi_ut_dump_buffer_to_file()292 if (isprint(buf_char)) { in acpi_ut_dump_buffer_to_file()293 fprintf(file, "%c", buf_char); in acpi_ut_dump_buffer_to_file()