Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dsmbiostbl.c158 struct smbios_table_type1 { struct
369 static const struct smbios_table_type1 smbios_type1_template = {
370 { SMBIOS_TYPE_SYSTEM, sizeof (struct smbios_table_type1), 0 },
665 struct smbios_table_type1 *type1; in smbios_type1_initializer()
670 type1 = (struct smbios_table_type1 *)curaddr; in smbios_type1_initializer()