Home
last modified time | relevance | path

Searched refs:fat_size (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/lib/efi_loader/
H A Defi_unicode_collation.c241 efi_uintn_t fat_size, char *fat, u16 *string) in efi_fat_to_str() argument
246 EFI_ENTRY("%p, %zu, %s, %p", this, fat_size, fat, string); in efi_fat_to_str()
247 for (i = 0; i < fat_size; ++i) { in efi_fat_to_str()
274 const u16 *string, efi_uintn_t fat_size, in efi_str_to_fat() argument
281 EFI_ENTRY("%p, %ls, %zu, %p", this, string, fat_size, fat); in efi_str_to_fat()
282 for (i = 0; i < fat_size;) { in efi_str_to_fat()
/openbmc/u-boot/include/
H A Dfat.h192 int fat_size(const char *filename, loff_t *size);
H A Defi_api.h1440 efi_uintn_t fat_size, char *fat, u16 *string);
1442 const u16 *string, efi_uintn_t fat_size,
/openbmc/u-boot/fs/
H A Dfs.c169 .size = fat_size,
/openbmc/u-boot/fs/fat/
H A Dfat.c1096 int fat_size(const char *filename, loff_t *size) in fat_size() function