Searched refs:fat_size (Results 1 – 8 of 8) sorted by relevance
/third_party/uboot/u-boot-2020.01/lib/efi_loader/ |
D | efi_unicode_collation.c | 253 efi_uintn_t fat_size, char *fat, u16 *string) in efi_fat_to_str() argument 258 EFI_ENTRY("%p, %zu, %s, %p", this, fat_size, fat, string); in efi_fat_to_str() 259 for (i = 0; i < fat_size; ++i) { in efi_fat_to_str() 286 const u16 *string, efi_uintn_t fat_size, in efi_str_to_fat() argument 293 EFI_ENTRY("%p, %ls, %zu, %p", this, string, fat_size, fat); in efi_str_to_fat() 294 for (i = 0; i < fat_size;) { in efi_str_to_fat()
|
/third_party/uboot/u-boot-2020.01/include/ |
D | fat.h | 192 int fat_size(const char *filename, loff_t *size);
|
D | efi_api.h | 1603 efi_uintn_t fat_size, char *fat, u16 *string); 1605 const u16 *string, efi_uintn_t fat_size,
|
/third_party/e2fsprogs/lib/blkid/ |
D | probe.c | 524 __u32 sect_count, fat_size, dir_size, cluster_count, fat_length; in probe_fat() local 546 fat_size = fat_length * ms->ms_fats; in probe_fat() 550 cluster_count = sect_count - (reserved + fat_size + dir_size); in probe_fat() 560 root_start = (reserved + fat_size) * sector_size; in probe_fat() 579 start_data_sect = reserved + fat_size; in probe_fat()
|
/third_party/uboot/u-boot-2020.01/board/hisilicon/hi3516dv300/ |
D | hi3516dv300.c | 616 if (!fat_size(imgPath, &imgSize)) { in move_to_ota_path()
|
/third_party/uboot/u-boot-2020.01/fs/ |
D | fs.c | 177 .size = fat_size,
|
/third_party/uboot/u-boot-2020.01/product/hiupdate/ |
D | auto_update_adaptation.c | 1100 if (!fat_size(aufile[i], &sz)) { in update_to_flash() 1317 if (!fat_size(aufile[i], (loff_t *)&update_parm.sz)) { in update_to_flash()
|
/third_party/uboot/u-boot-2020.01/fs/fat/ |
D | fat.c | 1158 int fat_size(const char *filename, loff_t *size) in fat_size() function
|