Home
last modified time | relevance | path

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

/qemu/hw/smbios/
H A Dsmbios.c112 } type17; variable
893 SMBIOS_TABLE_SET_STR(17, bank_locator_str, type17.bank); in smbios_build_type_17_table()
896 t->speed = cpu_to_le16(type17.speed); in smbios_build_type_17_table()
900 SMBIOS_TABLE_SET_STR(17, part_number_str, type17.part); in smbios_build_type_17_table()
1037 SMBIOS_SET_DEFAULT(type17.loc_pfx, "DIMM"); in smbios_set_defaults()
1038 SMBIOS_SET_DEFAULT(type17.manufacturer, manufacturer); in smbios_set_defaults()
1531 save_opt(&type17.loc_pfx, opts, "loc_pfx"); in smbios_entry_add()
1532 save_opt(&type17.bank, opts, "bank"); in smbios_entry_add()
1534 save_opt(&type17.serial, opts, "serial"); in smbios_entry_add()
1535 save_opt(&type17.asset, opts, "asset"); in smbios_entry_add()
[all …]