Home
last modified time | relevance | path

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

/openbmc/qemu/hw/smbios/
H A Dsmbios.c494 static void smbios_add_field(int type, int offset, const void *data, size_t len) in smbios_add_field() function
520 smbios_add_field(type, offset, data, strlen(data) + 1); in smbios_maybe_add_str()
534 smbios_add_field(0, offsetof(struct smbios_type_0, in smbios_build_type_0_fields()
537 smbios_add_field(0, offsetof(struct smbios_type_0, in smbios_build_type_0_fields()
563 smbios_add_field(1, offsetof(struct smbios_type_1, uuid), in smbios_build_type_1_fields()