Home
last modified time | relevance | path

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

/openbmc/qemu/hw/smbios/
H A Dsmbios_legacy.c79 static void smbios_maybe_add_str(int type, int offset, const char *data) in smbios_maybe_add_str() function
88 smbios_maybe_add_str(0, offsetof(struct smbios_type_0, vendor_str), in smbios_build_type_0_fields()
90 smbios_maybe_add_str(0, offsetof(struct smbios_type_0, bios_version_str), in smbios_build_type_0_fields()
92 smbios_maybe_add_str(0, offsetof(struct smbios_type_0, in smbios_build_type_0_fields()
107 smbios_maybe_add_str(1, offsetof(struct smbios_type_1, manufacturer_str), in smbios_build_type_1_fields()
109 smbios_maybe_add_str(1, offsetof(struct smbios_type_1, product_name_str), in smbios_build_type_1_fields()
111 smbios_maybe_add_str(1, offsetof(struct smbios_type_1, version_str), in smbios_build_type_1_fields()
113 smbios_maybe_add_str(1, offsetof(struct smbios_type_1, serial_number_str), in smbios_build_type_1_fields()
115 smbios_maybe_add_str(1, offsetof(struct smbios_type_1, sku_number_str), in smbios_build_type_1_fields()
117 smbios_maybe_add_str(1, offsetof(struct smbios_type_1, family_str), in smbios_build_type_1_fields()