Searched refs:fat_size (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_unicode_collation.c | 241 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 D | fat.h | 192 int fat_size(const char *filename, loff_t *size);
|
H A D | efi_api.h | 1440 efi_uintn_t fat_size, char *fat, u16 *string); 1442 const u16 *string, efi_uintn_t fat_size,
|
/openbmc/u-boot/fs/ |
H A D | fs.c | 169 .size = fat_size,
|
/openbmc/u-boot/fs/fat/ |
H A D | fat.c | 1096 int fat_size(const char *filename, loff_t *size) in fat_size() function
|