Searched defs:smbios_type_4 (Results 1 – 1 of 1) sorted by relevance
186 struct smbios_type_4 { struct187 struct smbios_structure_header header;188 uint8_t socket_designation_str;189 uint8_t processor_type;190 uint8_t processor_family;191 uint8_t processor_manufacturer_str;192 uint32_t processor_id[2];193 uint8_t processor_version_str;217 typedef enum smbios_type_4_len_ver { argument218 SMBIOS_TYPE_4_LEN_V28 = offsetofend(struct smbios_type_4, argument