Searched refs:SMBIOS_MAX_TYPE (Results 1 – 4 of 4) sorted by relevance
36 #define SMBIOS_MAX_TYPE 127 macro37 extern DECLARE_BITMAP(smbios_have_binfile_bitmap, SMBIOS_MAX_TYPE + 1);38 extern DECLARE_BITMAP(smbios_have_fields_bitmap, SMBIOS_MAX_TYPE + 1);
138 SMBIOS_MAX_TYPE + 1, 2) < SMBIOS_MAX_TYPE + 1) { in smbios_get_table_legacy()
52 DECLARE_BITMAP(smbios_have_binfile_bitmap, SMBIOS_MAX_TYPE + 1);53 DECLARE_BITMAP(smbios_have_fields_bitmap, SMBIOS_MAX_TYPE + 1);1351 if (header->type <= SMBIOS_MAX_TYPE) { in smbios_entry_add()1384 if (type > SMBIOS_MAX_TYPE) { in smbios_entry_add()
723 DECLARE_BITMAP(struct_bitmap, SMBIOS_MAX_TYPE+1) = { 0 }; in test_smbios_structs()741 g_assert_cmpuint(type, <=, SMBIOS_MAX_TYPE); in test_smbios_structs()