Searched refs:title_size (Results 1 – 1 of 1) sorted by relevance
232 ssize_t title_size; in efi_get_boot_option() local248 title_size = utf16_size(header->title, l - offsetof(struct boot_option, title)); in efi_get_boot_option()249 if (title_size < 0) in efi_get_boot_option()250 return title_size; in efi_get_boot_option()253 s = utf16_to_utf8(header->title, title_size); in efi_get_boot_option()262 doff = offsetof(struct boot_option, title) + title_size; in efi_get_boot_option()