Searched refs:str_to_fat (Results 1 - 3 of 3) sorted by relevance

/u-boot/lib/efi_selftest/
H A Defi_selftest_unicode_collation.c208 ret = unicode_collation_protocol->str_to_fat(unicode_collation_protocol,
211 efi_st_error("str_to_fat returned %u, \"%s\"\n", ret, fat);
216 ret = unicode_collation_protocol->str_to_fat(unicode_collation_protocol,
219 efi_st_error("str_to_fat returned %u, \"%s\"\n", ret, fat);
228 ret = unicode_collation_protocol->str_to_fat(unicode_collation_protocol,
231 efi_st_error("str_to_fat returned %u, \"%s\"\n", ret, fat);
/u-boot/lib/efi_loader/
H A Defi_unicode_collation.c323 .str_to_fat = efi_str_to_fat,
/u-boot/include/
H A Defi_api.h1847 bool (EFIAPI *str_to_fat)(struct efi_unicode_collation_protocol *this, member in struct:efi_unicode_collation_protocol

Completed in 55 milliseconds