Searched refs:template_entry (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.sbin/bhyve/
H A Dsmbiostbl.c72 typedef int (*initializer_func_t)(struct smbios_structure *template_entry,
343 static int smbios_type1_initializer(struct smbios_structure *template_entry,
421 static int smbios_type4_initializer(struct smbios_structure *template_entry,
436 static int smbios_type16_initializer(struct smbios_structure *template_entry,
476 static int smbios_type17_initializer(struct smbios_structure *template_entry,
490 static int smbios_type19_initializer(struct smbios_structure *template_entry,
504 static int smbios_generic_initializer(struct smbios_structure *template_entry,
543 smbios_generic_initializer(struct smbios_structure *template_entry, argument
549 memcpy(curaddr, template_entry, template_entry
581 smbios_type1_initializer(struct smbios_structure *template_entry, const char **template_strings, char *curaddr, char **endaddr, uint16_t *n, uint16_t *size) argument
633 smbios_type4_initializer(struct smbios_structure *template_entry, const char **template_strings, char *curaddr, char **endaddr, uint16_t *n, uint16_t *size) argument
675 smbios_type16_initializer(struct smbios_structure *template_entry, const char **template_strings, char *curaddr, char **endaddr, uint16_t *n, uint16_t *size) argument
692 smbios_type17_initializer(struct smbios_structure *template_entry, const char **template_strings, char *curaddr, char **endaddr, uint16_t *n, uint16_t *size) argument
717 smbios_type19_initializer(struct smbios_structure *template_entry, const char **template_strings, char *curaddr, char **endaddr, uint16_t *n, uint16_t *size) argument
[all...]

Completed in 41 milliseconds