Searched defs:smbios_table_type2 (Results 1 – 1 of 1) sorted by relevance
169 struct smbios_table_type2 { struct170 struct smbios_structure header;171 uint8_t manufacturer; /* manufacturer string */172 uint8_t product; /* product name string */173 uint8_t version; /* version string */174 uint8_t serial; /* serial number string */175 uint8_t asset; /* asset tag string */176 uint8_t fflags; /* feature flags */177 uint8_t location; /* location in chassis */178 uint16_t chandle; /* chassis handle */[all …]