Searched refs:smbios_type3 (Results 1 – 3 of 3) sorted by relevance
| /u-boot/lib/ |
| A D | smbios-parser.c | 177 {offsetof(struct smbios_type3, serial_number), 178 FIELD_SIZEOF(struct smbios_type3, serial_number), true}, 179 {offsetof(struct smbios_type3, asset_tag_number), 180 FIELD_SIZEOF(struct smbios_type3, asset_tag_number), true},
|
| A D | smbios.c | 339 struct smbios_type3 *t; in smbios_write_type3() 340 int len = sizeof(struct smbios_type3); in smbios_write_type3() 343 memset(t, 0, sizeof(struct smbios_type3)); in smbios_write_type3()
|
| /u-boot/include/ |
| A D | smbios.h | 123 struct __packed smbios_type3 { struct
|
Completed in 24 milliseconds