Searched refs:ACPI_IS_PRINT (Results 1 – 5 of 5) sorted by relevance
395 if (ACPI_IS_PRINT(string[i])) { in acpi_ut_print_string()
648 if (ACPI_IS_PRINT(buf_char)) { in acpi_ut_dump_buffer()
93 ACPI_IS_PRINT(pathname[i]) ? in acpi_ns_print_pathname()
195 if (!ACPI_IS_PRINT(*string)) { in acpi_tb_fix_string()
219 #define ACPI_IS_PRINT(c) (_acpi_ctype[(unsigned char)(c)] & (_ACPI_LO | _ACPI_UP | _ACPI_DI | _ACP… macro