Home
last modified time | relevance | path

Searched defs:smbios_memdevice (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios.h1312 typedef struct smbios_memdevice { struct
1313 id_t smbmd_array; /* handle of physical memory array */
1314 id_t smbmd_error; /* handle of memory error data */
1315 uint32_t smbmd_twidth; /* total width in bits including ecc */
1316 uint32_t smbmd_dwidth; /* data width in bits */
1317 uint64_t smbmd_size; /* size in bytes (see note above) */
1318 uint8_t smbmd_form; /* form factor */
1319 uint8_t smbmd_set; /* set (0x00=none, 0xFF=unknown) */
1320 uint8_t smbmd_type; /* memory type */
1321 uint8_t smbmd_pad; /* padding */
[all …]