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

/linux-4.4.14/drivers/acpi/acpica/
H A Dtbprint.c52 static void acpi_tb_fix_string(char *string, acpi_size length);
60 * FUNCTION: acpi_tb_fix_string
72 static void acpi_tb_fix_string(char *string, acpi_size length) acpi_tb_fix_string() function
105 acpi_tb_fix_string(out_header->signature, ACPI_NAME_SIZE); acpi_tb_cleanup_table_header()
106 acpi_tb_fix_string(out_header->oem_id, ACPI_OEM_ID_SIZE); acpi_tb_cleanup_table_header()
107 acpi_tb_fix_string(out_header->oem_table_id, ACPI_OEM_TABLE_ID_SIZE); acpi_tb_cleanup_table_header()
108 acpi_tb_fix_string(out_header->asl_compiler_id, ACPI_NAME_SIZE); acpi_tb_cleanup_table_header()
144 acpi_tb_fix_string(local_header.oem_id, ACPI_OEM_ID_SIZE); acpi_tb_print_table_header()

Completed in 33 milliseconds