Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dsmbiostbl.c269 struct smbios_table_type16 { struct
489 static const struct smbios_table_type16 smbios_type16_template = {
490 { SMBIOS_TYPE_MEMARRAY, sizeof (struct smbios_table_type16), 0 },
765 struct smbios_table_type16 *type16; in smbios_type16_initializer()
770 type16 = (struct smbios_table_type16 *)curaddr; in smbios_type16_initializer()