Home
last modified time | relevance | path

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

/external/fsck_msdos/
Dboot.c60 pfatal("Invalid signature in boot block: %02x%02x", in readboot()
75 pfatal("Invalid sector size: %u", boot->bpbBytesPerSec); in readboot()
82 pfatal("Invalid cluster size: %u", boot->bpbSecPerClust); in readboot()
89 pfatal("Invalid reserved sectors: %u", in readboot()
97 pfatal("Invalid number of FATs: %u", boot->bpbFATs); in readboot()
111 pfatal("Invalid 16-bit total sector count on FAT32: %u", in readboot()
122 pfatal("Invalid 16-bit FAT sector count on FAT32: %u", in readboot()
140 pfatal("FAT32 with sector count of zero"); in readboot()
143 pfatal("FAT with sector count of zero"); in readboot()
149 pfatal("Invalid FAT sector count"); in readboot()
[all …]
Dfsutil.h35 void pfatal(const char *, ...) __printflike(1, 2);
Dfat.c377 pfatal("Unable to write FAT"); in fat_flush_fat32_cache_entry()
431 pfatal("Unable to read FAT"); in fat_get_fat32_cache_entry()
499 pfatal("Invalid cluster: %ud", cl); in fat_get_cl_next()
515 pfatal("Invalid cluster: %ud", cl); in fat_set_cl_next()
852 pfatal("Invalid ClustMask: %d", boot->ClustMask); in readfat()
Dfsutil.c96 pfatal(const char *fmt, ...) in pfatal() function
Ddir.c255 pfatal("Root directory doesn't start a cluster chain"); in resetDosDirSection()