Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dsmbiostbl.c233 struct smbios_table_type4 { struct
447 static const struct smbios_table_type4 smbios_type4_template = {
448 { SMBIOS_TYPE_PROCESSOR, sizeof (struct smbios_table_type4), 0 },
726 struct smbios_table_type4 *type4; in smbios_type4_initializer()
732 type4 = (struct smbios_table_type4 *)curaddr; in smbios_type4_initializer()
733 p = curaddr + sizeof (struct smbios_table_type4); in smbios_type4_initializer()