Searched refs:pfatal (Results 1 – 3 of 3) sorted by relevance
/external/fsck_msdos/ |
D | boot.c | 66 pfatal("Invalid signature in boot block: %02x%02x", block[511], block[510]); 100 pfatal("Unknown file system version: %x.%x", 111 pfatal("exFAT filesystem is not supported."); 125 pfatal("Invalid FAT32 Extended BIOS Parameter Block"); 216 pfatal("Invalid sector size: %u", boot->BytesPerSec); 220 pfatal("Invalid cluster size: %u", boot->SecPerClust); 224 pfatal("Invalid sector size: %u", boot->BytesPerSec); 228 pfatal("Invalid number of FATs: %u", boot->FATs); 252 pfatal("Filesystem too big (%u clusters) for non-FAT32 partition", 270 pfatal("FAT size too small, %u entries won't fit into %u sectors\n",
|
D | fsutil.h | 5 #define pfatal printf macro
|
D | dir.c | 242 pfatal("Root directory starts with cluster out of range(%u)", in resetDosDirSection() 256 pfatal("Root directory doesn't start a cluster chain"); in resetDosDirSection()
|