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