Searched refs:template_entry (Results 1 – 1 of 1) sorted by relevance
| /freebsd/usr.sbin/bhyve/ |
| H A D | smbiostbl.c | 85 typedef int (*initializer_func_t)(const struct smbios_structure *template_entry, 385 static int smbios_type1_initializer(const struct smbios_structure *template_entry, 489 const struct smbios_structure *template_entry, 498 static int smbios_type11_initializer(const struct smbios_structure *template_entry, 514 const struct smbios_structure *template_entry, 555 const struct smbios_structure *template_entry, 570 const struct smbios_structure *template_entry, 585 const struct smbios_structure *template_entry, 630 smbios_generic_initializer(const struct smbios_structure *template_entry, in smbios_generic_initializer() argument 636 memcpy(curaddr, template_entry, template_entry->length); in smbios_generic_initializer() [all …]
|