Searched defs:smbios_memdevice (Results 1 – 1 of 1) sorted by relevance
1197 typedef struct smbios_memdevice { struct1198 id_t smbmd_array; /* handle of physical memory array */1199 id_t smbmd_error; /* handle of memory error data */1200 uint32_t smbmd_twidth; /* total width in bits including ecc */1201 uint32_t smbmd_dwidth; /* data width in bits */1202 uint64_t smbmd_size; /* size in bytes (see note above) */1203 uint8_t smbmd_form; /* form factor */1227 } smbios_memdevice_t; argument