Lines Matching refs:smbios_structure

70 struct smbios_structure {
81 typedef int (*initializer_func_t)(const struct smbios_structure *template_entry,
86 const struct smbios_structure *entry;
132 struct smbios_structure header;
152 struct smbios_structure header;
170 struct smbios_structure header;
194 struct smbios_structure header;
227 struct smbios_structure header;
263 struct smbios_structure header;
283 struct smbios_structure header;
312 struct smbios_structure header;
327 struct smbios_structure header;
336 struct smbios_structure header;
374 static int smbios_type1_initializer(const struct smbios_structure *template_entry,
478 const struct smbios_structure *template_entry,
494 const struct smbios_structure *template_entry,
535 const struct smbios_structure *template_entry,
550 const struct smbios_structure *template_entry,
565 const struct smbios_structure *template_entry,
570 { (const struct smbios_structure *)&smbios_type0_template,
573 { (const struct smbios_structure *)&smbios_type1_template,
576 { (const struct smbios_structure *)&smbios_type2_template,
579 { (const struct smbios_structure *)&smbios_type3_template,
582 { (const struct smbios_structure *)&smbios_type4_template,
585 { (const struct smbios_structure *)&smbios_type16_template,
588 { (const struct smbios_structure *)&smbios_type17_template,
591 { (const struct smbios_structure *)&smbios_type19_template,
594 { (const struct smbios_structure *)&smbios_type32_template,
597 { (const struct smbios_structure *)&smbios_type127_template,
607 smbios_generic_initializer(const struct smbios_structure *template_entry,
611 struct smbios_structure *entry;
614 entry = (struct smbios_structure *)curaddr;
654 smbios_type1_initializer(const struct smbios_structure *template_entry,
712 smbios_type4_initializer(const struct smbios_structure *template_entry,
754 smbios_type16_initializer(const struct smbios_structure *template_entry,
771 smbios_type17_initializer(const struct smbios_structure *template_entry,
815 smbios_type19_initializer(const struct smbios_structure *template_entry,
913 const struct smbios_structure *entry;