Searched refs:smbios_add_field (Results 1 – 3 of 3) sorted by relevance
/external/qemu/hw/i386/ |
D | smbios.c | 88 void smbios_add_field(int type, int offset, int len, void *data) in smbios_add_field() function 118 smbios_add_field(0, offsetof(struct smbios_type_0, vendor_str), in smbios_build_type_0_fields() 121 smbios_add_field(0, offsetof(struct smbios_type_0, bios_version_str), in smbios_build_type_0_fields() 124 smbios_add_field(0, offsetof(struct smbios_type_0, in smbios_build_type_0_fields() 130 smbios_add_field(0, offsetof(struct smbios_type_0, in smbios_build_type_0_fields() 132 smbios_add_field(0, offsetof(struct smbios_type_0, in smbios_build_type_0_fields() 142 smbios_add_field(1, offsetof(struct smbios_type_1, manufacturer_str), in smbios_build_type_1_fields() 145 smbios_add_field(1, offsetof(struct smbios_type_1, product_name_str), in smbios_build_type_1_fields() 148 smbios_add_field(1, offsetof(struct smbios_type_1, version_str), in smbios_build_type_1_fields() 151 smbios_add_field(1, offsetof(struct smbios_type_1, serial_number_str), in smbios_build_type_1_fields() [all …]
|
/external/qemu/include/hw/i386/ |
D | smbios.h | 17 void smbios_add_field(int type, int offset, int len, void *data);
|
/external/qemu/ |
D | arch_init.c | 667 smbios_add_field(1, offsetof(struct smbios_type_1, uuid), 16, uuid); in qemu_uuid_parse()
|