Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dsmbiostbl.c576 static struct smbios_template_entry smbios_template[] = { variable
951 for (i = 0; smbios_template[i].entry != NULL; i++) { in smbios_build()
958 entry = smbios_template[i].entry; in smbios_build()
959 strings = smbios_template[i].strings; in smbios_build()
960 initializer = smbios_template[i].initializer; in smbios_build()