Searched refs:smbios_header (Results 1 – 3 of 3) sorted by relevance
40 static const struct smbios_header *next_header(const struct smbios_header *curr) in next_header()51 return (struct smbios_header *)pos; in next_header()54 const struct smbios_header *smbios_header(const struct smbios_entry *entry, int type) in smbios_header() function57 const struct smbios_header *header = (struct smbios_header *)entry->struct_table_address; in smbios_header()69 static const char *string_from_smbios_table(const struct smbios_header *header, in string_from_smbios_table()90 const char *smbios_string(const struct smbios_header *header, int index) in smbios_string()
31 const struct smbios_header *bios = smbios_header(smbios, SMBIOS_BIOS_INFORMATION); in show_board_info()32 const struct smbios_header *system = smbios_header(smbios, SMBIOS_SYSTEM_INFORMATION); in show_board_info()
196 struct __packed smbios_header { struct215 struct smbios_header *header = table; in fill_smbios_header() argument249 const struct smbios_header *smbios_header(const struct smbios_entry *entry, int type);258 const char *smbios_string(const struct smbios_header *header, int index);
Completed in 8 milliseconds