Symbol: smbios_structure
usr/src/cmd/bhyve/common/smbiostbl.c
138
struct smbios_structure header;
usr/src/cmd/bhyve/common/smbiostbl.c
158
struct smbios_structure header;
usr/src/cmd/bhyve/common/smbiostbl.c
176
struct smbios_structure header;
usr/src/cmd/bhyve/common/smbiostbl.c
200
struct smbios_structure header;
usr/src/cmd/bhyve/common/smbiostbl.c
233
struct smbios_structure header;
usr/src/cmd/bhyve/common/smbiostbl.c
269
struct smbios_structure header;
usr/src/cmd/bhyve/common/smbiostbl.c
289
struct smbios_structure header;
usr/src/cmd/bhyve/common/smbiostbl.c
318
struct smbios_structure header;
usr/src/cmd/bhyve/common/smbiostbl.c
333
struct smbios_structure header;
usr/src/cmd/bhyve/common/smbiostbl.c
342
struct smbios_structure header;
usr/src/cmd/bhyve/common/smbiostbl.c
380
static int smbios_type1_initializer(const struct smbios_structure *template_entry,
usr/src/cmd/bhyve/common/smbiostbl.c
484
const struct smbios_structure *template_entry,
usr/src/cmd/bhyve/common/smbiostbl.c
500
const struct smbios_structure *template_entry,
usr/src/cmd/bhyve/common/smbiostbl.c
541
const struct smbios_structure *template_entry,
usr/src/cmd/bhyve/common/smbiostbl.c
556
const struct smbios_structure *template_entry,
usr/src/cmd/bhyve/common/smbiostbl.c
571
const struct smbios_structure *template_entry,
usr/src/cmd/bhyve/common/smbiostbl.c
576
{ (const struct smbios_structure *)&smbios_type0_template,
usr/src/cmd/bhyve/common/smbiostbl.c
579
{ (const struct smbios_structure *)&smbios_type1_template,
usr/src/cmd/bhyve/common/smbiostbl.c
582
{ (const struct smbios_structure *)&smbios_type2_template,
usr/src/cmd/bhyve/common/smbiostbl.c
585
{ (const struct smbios_structure *)&smbios_type3_template,
usr/src/cmd/bhyve/common/smbiostbl.c
588
{ (const struct smbios_structure *)&smbios_type4_template,
usr/src/cmd/bhyve/common/smbiostbl.c
591
{ (const struct smbios_structure *)&smbios_type16_template,
usr/src/cmd/bhyve/common/smbiostbl.c
594
{ (const struct smbios_structure *)&smbios_type17_template,
usr/src/cmd/bhyve/common/smbiostbl.c
597
{ (const struct smbios_structure *)&smbios_type19_template,
usr/src/cmd/bhyve/common/smbiostbl.c
600
{ (const struct smbios_structure *)&smbios_type32_template,
usr/src/cmd/bhyve/common/smbiostbl.c
603
{ (const struct smbios_structure *)&smbios_type127_template,
usr/src/cmd/bhyve/common/smbiostbl.c
613
smbios_generic_initializer(const struct smbios_structure *template_entry,
usr/src/cmd/bhyve/common/smbiostbl.c
617
struct smbios_structure *entry;
usr/src/cmd/bhyve/common/smbiostbl.c
620
entry = (struct smbios_structure *)curaddr;
usr/src/cmd/bhyve/common/smbiostbl.c
660
smbios_type1_initializer(const struct smbios_structure *template_entry,
usr/src/cmd/bhyve/common/smbiostbl.c
718
smbios_type4_initializer(const struct smbios_structure *template_entry,
usr/src/cmd/bhyve/common/smbiostbl.c
760
smbios_type16_initializer(const struct smbios_structure *template_entry,
usr/src/cmd/bhyve/common/smbiostbl.c
777
smbios_type17_initializer(const struct smbios_structure *template_entry,
usr/src/cmd/bhyve/common/smbiostbl.c
821
smbios_type19_initializer(const struct smbios_structure *template_entry,
usr/src/cmd/bhyve/common/smbiostbl.c
87
typedef int (*initializer_func_t)(const struct smbios_structure *template_entry,
usr/src/cmd/bhyve/common/smbiostbl.c
92
const struct smbios_structure *entry;
usr/src/cmd/bhyve/common/smbiostbl.c
952
const struct smbios_structure *entry;