Searched defs:smbios_type1 (Results 1 – 2 of 2) sorted by relevance
79 struct __packed smbios_type1 { struct80 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 …]
56 smbios_type1_t smbios_type1; variable