Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_unicode_collation.c253 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/
Dfat.h192 int fat_size(const char *filename, loff_t *size);
Defi_api.h1603 efi_uintn_t fat_size, char *fat, u16 *string);
1605 const u16 *string, efi_uintn_t fat_size,
/third_party/e2fsprogs/lib/blkid/
Dprobe.c524 __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/
Dhi3516dv300.c616 if (!fat_size(imgPath, &imgSize)) { in move_to_ota_path()
/third_party/uboot/u-boot-2020.01/fs/
Dfs.c177 .size = fat_size,
/third_party/uboot/u-boot-2020.01/product/hiupdate/
Dauto_update_adaptation.c1100 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/
Dfat.c1158 int fat_size(const char *filename, loff_t *size) in fat_size() function