Lines Matching refs:pfatal
61 pfatal("Invalid sector size %u\n", secsize); in readboot()
65 pfatal("Out of memory"); in readboot()
74 pfatal("Invalid signature in boot block: %02x%02x", block[511], block[510]); in readboot()
86 pfatal("Invalid cluster size: %u\n", boot->SecPerClust); in readboot()
92 pfatal("Invalid number of FATs: %u\n", boot->FATs); in readboot()
108 pfatal("Out of memory"); in readboot()
111 pfatal("Out of memory"); in readboot()
124 pfatal("Unknown filesystem version: %x.%x", in readboot()
203 pfatal("backup (block %d) mismatch with primary bootblock:\n", in readboot()
207 pfatal("\ti=%d\tprimary 0x%02x\tbackup 0x%02x\n", in readboot()
219 pfatal("Invalid number of FAT sectors: %u\n", boot->FATsecs); in readboot()
229 pfatal("Invalid sector size: %u", boot->BytesPerSec); in readboot()
233 pfatal("Invalid cluster size: %u", boot->SecPerClust); in readboot()
243 pfatal("Cluster offset too large (%u clusters)\n", in readboot()
262 pfatal("Filesystem too big (%u clusters) for non-FAT32 partition", in readboot()
280 pfatal("FAT size too small, %u entries won't fit into %u sectors\n", in readboot()
307 pfatal("Out of memory"); in writefsinfo()