HomeSort by relevance Sort by last modified time
    Searched refs:smbios_add_field (Results 1 - 3 of 3) sorted by null

  /external/qemu/hw/
smbios.c 88 void smbios_add_field(int type, int offset, int len, void *data) function
118 smbios_add_field(0, offsetof(struct smbios_type_0, vendor_str),
121 smbios_add_field(0, offsetof(struct smbios_type_0, bios_version_str),
124 smbios_add_field(0, offsetof(struct smbios_type_0,
130 smbios_add_field(0, offsetof(struct smbios_type_0,
132 smbios_add_field(0, offsetof(struct smbios_type_0,
142 smbios_add_field(1, offsetof(struct smbios_type_1, manufacturer_str),
145 smbios_add_field(1, offsetof(struct smbios_type_1, product_name_str),
148 smbios_add_field(1, offsetof(struct smbios_type_1, version_str),
151 smbios_add_field(1, offsetof(struct smbios_type_1, serial_number_str)
    [all...]
smbios.h 17 void smbios_add_field(int type, int offset, int len, void *data);
  /external/qemu/
arch_init.c 671 smbios_add_field(1, offsetof(struct smbios_type_1, uuid), 16, uuid);

Completed in 128 milliseconds