Home
last modified time | relevance | path

Searched refs:buf_char (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/acpi/acpica/
Dutbuffer.c39 u8 buf_char; in acpi_ut_dump_buffer() local
127 buf_char = buffer[(acpi_size)i + j]; in acpi_ut_dump_buffer()
128 if (isprint(buf_char)) { in acpi_ut_dump_buffer()
129 acpi_os_printf("%c", buf_char); in acpi_ut_dump_buffer()
205 u8 buf_char; in acpi_ut_dump_buffer_to_file() local
285 buf_char = buffer[(acpi_size)i + j]; in acpi_ut_dump_buffer_to_file()
286 if (isprint(buf_char)) { in acpi_ut_dump_buffer_to_file()
287 fprintf(file, "%c", buf_char); in acpi_ut_dump_buffer_to_file()