Searched refs:ACPI_IS_PRINT (Results 1 – 6 of 6) sorted by relevance
162 if (ACPI_IS_PRINT(buf_char)) { in acpi_ut_dump_buffer()322 if (ACPI_IS_PRINT(buf_char)) { in acpi_ut_dump_buffer_to_file()
76 if (!ACPI_IS_PRINT(*string)) { in acpi_tb_fix_string()
407 if (ACPI_IS_PRINT(string[i])) { in acpi_ut_print_string()
104 ACPI_IS_PRINT(pathname[i]) ? in acpi_ns_print_pathname()
263 #define ACPI_IS_PRINT(c) (_acpi_ctype[(unsigned char)(c)] & (_ACPI_LO | _ACPI_UP | _ACPI_DI | _ACP… macro
366 #define ACPI_IS_PRINT(i) isprint((int) (i)) macro