Searched refs:ACPI_NAME_SIZE (Results 1 – 6 of 6) sorted by relevance
155 #define ACPI_NAME_SIZE 4 macro
95 char signature[ACPI_NAME_SIZE]; /* ASCII table signature */102 char asl_compiler_id[ACPI_NAME_SIZE]; /* ASCII ASL compiler vendor ID */
121 …(a,b) (!ACPI_STRNCMP (ACPI_CAST_PTR (char,(a)), ACPI_CAST_PTR (char,(b)), ACPI_NAME_SIZE))
796 static const char __initconst banned_tables[][ACPI_NAME_SIZE] = { in pvh_acpi_table_allowed()802 if ( strncmp(sig, banned_tables[i], ACPI_NAME_SIZE) == 0 ) in pvh_acpi_table_allowed()952 if ( strncmp(sig, ACPI_SIG_MADT, ACPI_NAME_SIZE) in pvh_setup_acpi()
479 pa + sizeof(char) * ACPI_NAME_SIZE); in tboot_parse_dmar_table()
955 for ( i = 0; i < ACPI_NAME_SIZE; i++ ) in dump_acpi_table_header()976 for ( i = 0; i < ACPI_NAME_SIZE; i++ ) in dump_acpi_table_header()
Completed in 17 milliseconds