Searched refs:exfat_err (Results 1 – 9 of 9) sorted by relevance
/third_party/exfatprogs/lib/ |
D | libexfat.c | 155 exfat_err("open failed : %s, %s\n", ui->dev_name, in exfat_get_blk_dev_info() 161 exfat_err("invalid block device size(%s)\n", in exfat_get_blk_dev_info() 244 exfat_err("invalid character sequence in current locale\n"); in exfat_utf16_enc() 255 exfat_err("invalid character sequence in current locale\n"); in exfat_utf16_enc() 264 exfat_err("input string is too long\n"); in exfat_utf16_enc() 333 exfat_err("invalid UTF-16 sequence\n"); in exfat_utf16_dec() 338 exfat_err("input string is too long\n"); in exfat_utf16_dec() 350 exfat_err("invalid UTF-16 sequence\n"); in exfat_utf16_dec() 366 exfat_err("failed to allocate memory\n"); in exfat_get_root_entry_offset() 372 exfat_err("boot sector read failed: %d\n", errno); in exfat_get_root_entry_offset() [all …]
|
/third_party/exfatprogs/fsck/ |
D | fsck.c | 102 exfat_err("ERROR: %s: " fmt, \ 115 exfat_err("failed to allocate exfat_node\n"); in alloc_exfat_inode() 173 exfat_err("not directory.\n"); in inode_free_ancestors() 222 exfat_err("failed to allocate bitmap\n"); in init_exfat() 229 exfat_err("failed to allocate bitmap\n"); in init_exfat() 548 exfat_err("/: bad cluster. 0x%x\n", clus); in root_get_clus_count() 554 exfat_err("/: cluster is already allocated, or " in root_get_clus_count() 563 exfat_err("/: broken cluster chain\n"); in root_get_clus_count() 604 exfat_err("failed to read boot region\n"); in boot_region_checksum() 614 exfat_err("failed to read a boot checksum sector\n"); in boot_region_checksum() [all …]
|
D | repair.c | 104 exfat_err("unknown problem code. %#x\n", prcode); in exfat_repair_ask()
|
D | de_iter.c | 223 exfat_err("failed to read directory entries.\n"); in exfat_de_iter_init()
|
/third_party/exfatprogs/mkfs/ |
D | mkfs.c | 115 exfat_err("Cannot allocate pbr: out of memory\n"); in exfat_write_boot_sector() 125 exfat_err("main boot sector write failed\n"); in exfat_write_boot_sector() 159 exfat_err("extended boot sector write failed\n"); in exfat_write_extended_boot_sectors() 190 exfat_err("oem sector write failed\n"); in exfat_write_oem_sector() 202 exfat_err("reserved sector write failed\n"); in exfat_write_oem_sector() 242 exfat_err("write failed, offset : %llu, clu : %x\n", in write_fat_entry() 279 exfat_err("fat 0 entry write failed\n"); in exfat_create_fat_table() 286 exfat_err("fat 1 entry write failed\n"); in exfat_create_fat_table() 326 exfat_err("write failed, nbytes : %d, bitmap_len : %d\n", in exfat_create_bitmap() 363 exfat_err("write failed, nbytes : %d, dentries_len : %d\n", in exfat_create_root_dir() [all …]
|
/third_party/exfatprogs/dump/ |
D | dump.c | 81 exfat_err("Cannot allocate pbr: out of memory\n"); in exfat_show_ondisk_all_info() 88 exfat_err("main boot sector read failed\n"); in exfat_show_ondisk_all_info() 97 exfat_err("bogus sector size bits : %u\n", in exfat_show_ondisk_all_info() 104 exfat_err("bogus sectors bits per cluster : %u\n", in exfat_show_ondisk_all_info() 137 exfat_err("failed to allocate memory\n"); in exfat_show_ondisk_all_info() 145 exfat_err("bitmap entry read failed: %d\n", errno); in exfat_show_ondisk_all_info() 178 exfat_err("bitmap allocation failed\n"); in exfat_show_ondisk_all_info() 185 exfat_err("bitmap entry read failed: %d\n", errno); in exfat_show_ondisk_all_info() 222 exfat_err("failed to init locale/codeset\n"); in main()
|
/third_party/exfatprogs/label/ |
D | label.c | 49 exfat_err("failed to init locale/codeset\n"); in main()
|
/third_party/exfatprogs/tune/ |
D | tune.c | 57 exfat_err("failed to init locale/codeset\n"); in main()
|
/third_party/exfatprogs/include/ |
D | libexfat.h | 136 #define exfat_err(fmt, ...) exfat_msg(EXFAT_ERROR, stderr, \ macro
|