Searched defs:smbios_table_type3 (Results 1 – 1 of 1) sorted by relevance
193 struct smbios_table_type3 { struct194 struct smbios_structure header;195 uint8_t manufacturer; /* manufacturer string */196 uint8_t type; /* type */197 uint8_t version; /* version string */198 uint8_t serial; /* serial number string */199 uint8_t asset; /* asset tag string */200 uint8_t bustate; /* boot-up state */201 uint8_t psstate; /* power supply state */202 uint8_t tstate; /* thermal state */[all …]