Home
last modified time | relevance | path

Searched defs:smbios_type1 (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dsmbios.h79 struct __packed smbios_type1 { struct
80 u8 type;
81 u8 length;
82 u16 handle;
83 u8 manufacturer;
84 u8 product_name;
85 u8 version;
86 u8 serial_number;
87 u8 uuid[16];
88 u8 wakeup_type;
[all …]
/openbmc/qemu/hw/smbios/
H A Dsmbios.c56 smbios_type1_t smbios_type1; variable