Searched refs:strtable (Results 1 – 1 of 1) sorted by relevance
31 const u8 *strtable; in __efi_get_smbios_string() local39 strtable = (u8 *)record + recsize; in __efi_get_smbios_string()41 int len = strlen(strtable); in __efi_get_smbios_string()45 strtable += len + 1; in __efi_get_smbios_string()47 return strtable; in __efi_get_smbios_string()
Completed in 2 milliseconds