efi_smbios_record
const struct efi_smbios_record *efi_get_smbios_record(u8 type);
struct efi_smbios_record header;
struct efi_smbios_record header;
const u8 *__efi_get_smbios_string(const struct efi_smbios_record *record,
u16 *, struct efi_smbios_record *);
struct efi_smbios_record **,
const struct efi_smbios_record *efi_get_smbios_record(u8 type)
struct efi_smbios_record *record;
const u8 *__efi_get_smbios_string(const struct efi_smbios_record *record,
static const struct efi_smbios_record *search_record(void *table, u32 length,
while (p + sizeof(struct efi_smbios_record) < end) {
const struct efi_smbios_record *hdr =
(struct efi_smbios_record *)p;
static const struct efi_smbios_record *get_table_record(u8 type)