Home
last modified time | relevance | path

Searched refs:smbios_header (Results 1 – 3 of 3) sorted by relevance

/u-boot/lib/
A Dsmbios-parser.c40 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() function
57 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()
/u-boot/board/coreboot/coreboot/
A Dcoreboot.c31 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()
/u-boot/include/
A Dsmbios.h196 struct __packed smbios_header { struct
215 struct smbios_header *header = table; in fill_smbios_header() argument
249 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 5 milliseconds