Home | History | Annotate | Download | only in hw

Lines Matching refs:smbios_add_field

88 void smbios_add_field(int type, int offset, int len, void *data)
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),
160 smbios_add_field(1, offsetof(struct smbios_type_1, sku_number_str),
163 smbios_add_field(1, offsetof(struct smbios_type_1, family_str),