Searched refs:type17 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/smbios/ |
H A D | smbios.c | 111 } type17; variable 888 snprintf(loc_str, sizeof(loc_str), "%s %d", type17.loc_pfx, instance); in smbios_build_type_17_table() 890 SMBIOS_TABLE_SET_STR(17, bank_locator_str, type17.bank); in smbios_build_type_17_table() 893 t->speed = cpu_to_le16(type17.speed); in smbios_build_type_17_table() 894 SMBIOS_TABLE_SET_STR(17, manufacturer_str, type17.manufacturer); in smbios_build_type_17_table() 895 SMBIOS_TABLE_SET_STR(17, serial_number_str, type17.serial); in smbios_build_type_17_table() 896 SMBIOS_TABLE_SET_STR(17, asset_tag_number_str, type17.asset); in smbios_build_type_17_table() 897 SMBIOS_TABLE_SET_STR(17, part_number_str, type17.part); in smbios_build_type_17_table() 1032 SMBIOS_SET_DEFAULT(type17.loc_pfx, "DIMM"); in smbios_set_defaults() 1033 SMBIOS_SET_DEFAULT(type17.manufacturer, manufacturer); in smbios_set_defaults() [all …]
|