Searched refs:strtable (Results 1 – 1 of 1) sorted by relevance
54 const u8 *strtable; in __efi_get_smbios_string() local59 strtable = (u8 *)record + record->length; in __efi_get_smbios_string()61 int len = strlen(strtable); in __efi_get_smbios_string()65 strtable += len + 1; in __efi_get_smbios_string()67 return strtable; in __efi_get_smbios_string()
Completed in 4 milliseconds