Home
last modified time | relevance | path

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

/u-boot/lib/efi_loader/
A Defi_unicode_collation.c251 efi_uintn_t fat_size, char *fat, u16 *string) in efi_fat_to_str() argument
256 EFI_ENTRY("%p, %zu, %s, %p", this, fat_size, fat, string); in efi_fat_to_str()
257 for (i = 0; i < fat_size; ++i) { in efi_fat_to_str()
284 const u16 *string, efi_uintn_t fat_size, in efi_str_to_fat() argument
291 EFI_ENTRY("%p, %ls, %zu, %p", this, string, fat_size, fat); in efi_str_to_fat()
292 for (i = 0; i < fat_size;) { in efi_str_to_fat()
/u-boot/include/
A Dfat.h202 int fat_size(const char *filename, loff_t *size);
A Defi_api.h1720 efi_uintn_t fat_size, char *fat, u16 *string);
1722 const u16 *string, efi_uintn_t fat_size,
/u-boot/fs/
A Dfs.c187 .size = fat_size,
/u-boot/fs/fat/
A Dfat.c1220 int fat_size(const char *filename, loff_t *size) in fat_size() function

Completed in 15 milliseconds