Home
last modified time | relevance | path

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

/u-boot/lib/
A Dsmbios-parser.c177 {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 Dsmbios.c339 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 Dsmbios.h123 struct __packed smbios_type3 { struct

Completed in 24 milliseconds