Home
last modified time | relevance | path

Searched refs:SMBIOS_MAX_TYPE (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/firmware/
H A Dsmbios.h36 #define SMBIOS_MAX_TYPE 127 macro
37 extern DECLARE_BITMAP(smbios_have_binfile_bitmap, SMBIOS_MAX_TYPE + 1);
38 extern DECLARE_BITMAP(smbios_have_fields_bitmap, SMBIOS_MAX_TYPE + 1);
/openbmc/qemu/hw/smbios/
H A Dsmbios_legacy.c138 SMBIOS_MAX_TYPE + 1, 2) < SMBIOS_MAX_TYPE + 1) { in smbios_get_table_legacy()
H A Dsmbios.c52 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()
/openbmc/qemu/tests/qtest/
H A Dbios-tables-test.c723 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()