Symbol: smbios_structure
usr.sbin/bhyve/smbiostbl.c
1037
const struct smbios_structure *entry;
usr.sbin/bhyve/smbiostbl.c
136
struct smbios_structure header;
usr.sbin/bhyve/smbiostbl.c
156
struct smbios_structure header;
usr.sbin/bhyve/smbiostbl.c
174
struct smbios_structure header;
usr.sbin/bhyve/smbiostbl.c
198
struct smbios_structure header;
usr.sbin/bhyve/smbiostbl.c
231
struct smbios_structure header;
usr.sbin/bhyve/smbiostbl.c
260
struct smbios_structure header;
usr.sbin/bhyve/smbiostbl.c
274
struct smbios_structure header;
usr.sbin/bhyve/smbiostbl.c
294
struct smbios_structure header;
usr.sbin/bhyve/smbiostbl.c
323
struct smbios_structure header;
usr.sbin/bhyve/smbiostbl.c
338
struct smbios_structure header;
usr.sbin/bhyve/smbiostbl.c
347
struct smbios_structure header;
usr.sbin/bhyve/smbiostbl.c
385
static int smbios_type1_initializer(const struct smbios_structure *template_entry,
usr.sbin/bhyve/smbiostbl.c
489
const struct smbios_structure *template_entry,
usr.sbin/bhyve/smbiostbl.c
498
static int smbios_type11_initializer(const struct smbios_structure *template_entry,
usr.sbin/bhyve/smbiostbl.c
514
const struct smbios_structure *template_entry,
usr.sbin/bhyve/smbiostbl.c
555
const struct smbios_structure *template_entry,
usr.sbin/bhyve/smbiostbl.c
570
const struct smbios_structure *template_entry,
usr.sbin/bhyve/smbiostbl.c
585
const struct smbios_structure *template_entry,
usr.sbin/bhyve/smbiostbl.c
590
{ (const struct smbios_structure *)&smbios_type0_template,
usr.sbin/bhyve/smbiostbl.c
593
{ (const struct smbios_structure *)&smbios_type1_template,
usr.sbin/bhyve/smbiostbl.c
596
{ (const struct smbios_structure *)&smbios_type2_template,
usr.sbin/bhyve/smbiostbl.c
599
{ (const struct smbios_structure *)&smbios_type3_template,
usr.sbin/bhyve/smbiostbl.c
602
{ (const struct smbios_structure *)&smbios_type4_template,
usr.sbin/bhyve/smbiostbl.c
605
{ (const struct smbios_structure *)&smbios_type11_template,
usr.sbin/bhyve/smbiostbl.c
608
{ (const struct smbios_structure *)&smbios_type16_template,
usr.sbin/bhyve/smbiostbl.c
611
{ (const struct smbios_structure *)&smbios_type17_template,
usr.sbin/bhyve/smbiostbl.c
614
{ (const struct smbios_structure *)&smbios_type19_template,
usr.sbin/bhyve/smbiostbl.c
617
{ (const struct smbios_structure *)&smbios_type32_template,
usr.sbin/bhyve/smbiostbl.c
620
{ (const struct smbios_structure *)&smbios_type127_template,
usr.sbin/bhyve/smbiostbl.c
630
smbios_generic_initializer(const struct smbios_structure *template_entry,
usr.sbin/bhyve/smbiostbl.c
634
struct smbios_structure *entry;
usr.sbin/bhyve/smbiostbl.c
637
entry = (struct smbios_structure *)curaddr;
usr.sbin/bhyve/smbiostbl.c
677
smbios_type1_initializer(const struct smbios_structure *template_entry,
usr.sbin/bhyve/smbiostbl.c
735
smbios_type4_initializer(const struct smbios_structure *template_entry,
usr.sbin/bhyve/smbiostbl.c
85
typedef int (*initializer_func_t)(const struct smbios_structure *template_entry,
usr.sbin/bhyve/smbiostbl.c
852
smbios_type11_initializer(const struct smbios_structure *template_entry,
usr.sbin/bhyve/smbiostbl.c
878
smbios_type16_initializer(const struct smbios_structure *template_entry,
usr.sbin/bhyve/smbiostbl.c
895
smbios_type17_initializer(const struct smbios_structure *template_entry,
usr.sbin/bhyve/smbiostbl.c
90
const struct smbios_structure *entry;
usr.sbin/bhyve/smbiostbl.c
939
smbios_type19_initializer(const struct smbios_structure *template_entry,