Lines Matching refs:pfatal
58 pfatal("Invalid signature in boot block: %02x%02x", in readboot()
73 pfatal("Invalid sector size: %u", boot->bpbBytesPerSec); in readboot()
80 pfatal("Invalid cluster size: %u", boot->bpbSecPerClust); in readboot()
87 pfatal("Invalid reserved sectors: %u", in readboot()
95 pfatal("Invalid number of FATs: %u", boot->bpbFATs); in readboot()
109 pfatal("Invalid 16-bit total sector count on FAT32: %u", in readboot()
120 pfatal("Invalid 16-bit FAT sector count on FAT32: %u", in readboot()
138 pfatal("FAT32 with sector count of zero"); in readboot()
141 pfatal("FAT with sector count of zero"); in readboot()
147 pfatal("Invalid FAT sector count"); in readboot()
156 pfatal("exFAT filesystem is not supported."); in readboot()
169 pfatal("Unknown file system version: %x.%x", in readboot()
195 pfatal("Invalid FAT32 Extended BIOS Parameter Block"); in readboot()
252 pfatal("Invalid FATs(%u) with FATsecs(%zu)", in readboot()
262 pfatal("Cluster offset too large (%u clusters)\n", in readboot()
276 pfatal("Filesystem too big (%u clusters) for FAT32 partition", in readboot()
281 pfatal("Filesystem too small (%u clusters) for FAT32 partition", in readboot()
289 pfatal("Root directory starts with cluster out of range(%u)", in readboot()
298 pfatal("Filesystem too big (%u clusters) for non-FAT32 partition", in readboot()
316 pfatal("FAT size too small, %u entries won't fit into %u sectors\n", in readboot()