Home
last modified time | relevance | path

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

/linux/drivers/firmware/efi/libstub/
H A Dsmbios.c14 u16 *, struct efi_smbios_record *);
19 struct efi_smbios_record **,
36 const struct efi_smbios_record *efi_get_smbios_record(u8 type) in efi_get_smbios_record()
38 struct efi_smbios_record *record; in efi_get_smbios_record()
51 const u8 *__efi_get_smbios_string(const struct efi_smbios_record *record, in __efi_get_smbios_string()
H A Dx86-stub.c251 static const struct efi_smbios_record *search_record(void *table, u32 length, in search_record()
259 while (p + sizeof(struct efi_smbios_record) < end) { in search_record()
260 const struct efi_smbios_record *hdr = in search_record()
261 (struct efi_smbios_record *)p; in search_record()
285 static const struct efi_smbios_record *get_table_record(u8 type) in get_table_record()
H A Defistub.h1186 struct efi_smbios_record { struct
1192 const struct efi_smbios_record *efi_get_smbios_record(u8 type); argument
1195 struct efi_smbios_record header;
1208 struct efi_smbios_record header;
1244 const u8 *__efi_get_smbios_string(const struct efi_smbios_record *record,