Home
last modified time | relevance | path

Searched refs:smbios_table_type17 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dsmbiostbl.c289 struct smbios_table_type17 { struct
505 static const struct smbios_table_type17 smbios_type17_template = {
506 { SMBIOS_TYPE_MEMDEVICE, sizeof (struct smbios_table_type17), 0 },
782 struct smbios_table_type17 *type17; in smbios_type17_initializer()
787 type17 = (struct smbios_table_type17 *)curaddr; in smbios_type17_initializer()