Searched defs:smbios_memdevice (Results 1 – 1 of 1) sorted by relevance
1316 typedef struct smbios_memdevice { struct1317 id_t smbmd_array; /* handle of physical memory array */1318 id_t smbmd_error; /* handle of memory error data */1319 uint32_t smbmd_twidth; /* total width in bits including ecc */1320 uint32_t smbmd_dwidth; /* data width in bits */1321 uint64_t smbmd_size; /* size in bytes (see note above) */1322 uint8_t smbmd_form; /* form factor */1323 uint8_t smbmd_set; /* set (0x00=none, 0xFF=unknown) */1324 uint8_t smbmd_type; /* memory type */1325 uint8_t smbmd_pad; /* padding */[all …]