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

/linux-4.4.14/drivers/acpi/acpica/
H A Dutbuffer.c73 u8 buf_char; acpi_ut_dump_buffer() local
161 buf_char = buffer[(acpi_size) i + j]; acpi_ut_dump_buffer()
162 if (isprint(buf_char)) { acpi_ut_dump_buffer()
163 acpi_os_printf("%c", buf_char); acpi_ut_dump_buffer()
239 u8 buf_char; acpi_ut_dump_buffer_to_file() local
321 buf_char = buffer[(acpi_size) i + j]; acpi_ut_dump_buffer_to_file()
322 if (isprint(buf_char)) { acpi_ut_dump_buffer_to_file()
323 acpi_ut_file_printf(file, "%c", buf_char); acpi_ut_dump_buffer_to_file()

Completed in 54 milliseconds