Home
last modified time | relevance | path

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

/openbmc/qemu/hw/smbios/
H A Dsmbios.c130 } type17; variable
879 SMBIOS_TABLE_SET_STR(17, bank_locator_str, type17.bank); in smbios_build_type_17_table()
882 t->speed = cpu_to_le16(type17.speed); in smbios_build_type_17_table()
886 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()
1459 save_opt(&type17.loc_pfx, opts, "loc_pfx"); in smbios_entry_add()
1460 save_opt(&type17.bank, opts, "bank"); in smbios_entry_add()
1462 save_opt(&type17.serial, opts, "serial"); in smbios_entry_add()
1463 save_opt(&type17.asset, opts, "asset"); in smbios_entry_add()
[all …]