Home
last modified time | relevance | path

Searched refs:pwarn (Results 1 – 21 of 21) sorted by relevance

/openbsd-src/sbin/fsck_ffs/
H A Dsetup.c210 pwarn("USING ALTERNATE SUPERBLOCK AT %lld\n", (long long)bflag); in setup()
216 pwarn("%sile system is clean; not checking\n", in setup()
221 pwarn("** File system is already clean\n"); in setup()
251 pwarn("IMPOSSIBLE NPSECT=%d IN SUPERBLOCK", in setup()
262 pwarn("INCORRECT BMASK=%x IN SUPERBLOCK", in setup()
273 pwarn("INCORRECT FMASK=%x IN SUPERBLOCK", in setup()
284 pwarn("INCORRECT BSHIFT=%d IN SUPERBLOCK", sblock.fs_bshift); in setup()
294 pwarn("INCORRECT FSHIFT=%d IN SUPERBLOCK", sblock.fs_fshift); in setup()
304 pwarn("Format of filesystem is too old.\n"); in setup()
305 pwarn("Must update to modern format using a version of fsck\n"); in setup()
[all …]
H A Ddir.c236 pwarn("%s ", errmesg); in fileerror()
263 pwarn("LINK COUNT %s", (lfdir == idesc->id_number) ? lfname : in adjust()
333 pwarn("UNREF %s ", lostdir ? "DIR" : "FILE"); in linkup()
351 pwarn("NO lost+found DIRECTORY"); in linkup()
414 pwarn("DIR I=%llu CONNECTED. ", in linkup()
529 pwarn("NO SPACE LEFT IN %s", name); in expanddir()
H A Dpass5.c85 pwarn("DELETING CLUSTERING MAPS\n"); in pass5()
106 pwarn("CANNOT %s CLUSTER MAPS\n", doit); in pass5()
111 pwarn("%sING CLUSTER MAPS\n", in pass5()
H A Dpass1.c306 pwarn("INCORRECT BLOCK COUNT I=%llu (%lld should be %lld)", in checkinode()
341 pwarn("EXCESSIVE BAD BLKS I=%llu", in pass1check()
361 pwarn("EXCESSIVE DUP BLKS I=%llu", in pass1check()
H A Dmain.c218 pwarn("starting\n"); in checkfilesys()
298 pwarn("%lld files, %lld used, %lld free ", in checkfilesys()
H A Dpass2.c165 pwarn("%s %s: LENGTH %zu NOT MULTIPLE OF %d", in pass2()
424 pwarn("%s %s %s\n", pathbuf, in pass2check()
H A Dutilities.c357 pwarn("MARKING FILE SYSTEM CLEAN\n"); in ckfini()
605 pwarn("%s", msg); in dofix()
H A Dinode.c482 pwarn("%s %s", type, in clri()
610 pwarn("cannot alloc %zu bytes to extend inoinfo\n", in allocino()
/openbsd-src/sbin/fsck_msdos/
H A Dfat.c59 pwarn("Cluster %u in FAT %d continues with %s cluster number %u\n", in checkclnum()
123 pwarn("%s(%02x%02x%02x%02x%02x%02x%02x%02x)\n", msg, in readfat()
128 pwarn("%s(%02x%02x%02x%02x)\n", msg, in readfat()
132 pwarn("%s(%02x%02x%02x)\n", msg, in readfat()
212 pwarn("Cluster %u is marked %s with different indicators, ", in clustdiffer()
220 pwarn("Cluster %u is marked %s in FAT 0, %s in FAT %d\n", in clustdiffer()
232 pwarn("Cluster %u is marked %s in FAT 0, but continues with cluster %u in FAT %d\n", in clustdiffer()
245 pwarn("Cluster %u continues with cluster %u in FAT 0, but is marked %s in FAT %d\n", in clustdiffer()
257 pwarn("Cluster %u continues with cluster %u in FAT 0, but with cluster %u in FAT %d\n", in clustdiffer()
379 pwarn("Cluster chain starting at %u ends with cluster marked %s\n", in checkfat()
[all …]
H A Ddir.c326 pwarn("Invalid long filename entry for %s\n", path); in removede()
329 pwarn("Invalid long filename entry at end of directory %s\n", path); in removede()
332 pwarn("Invalid long filename entry for volume label\n"); in removede()
372 pwarn("size of %s is %u, should at most be %u\n", in checksize()
384 pwarn("%s has too many clusters allocated\n", in checksize()
471 pwarn("%s has entries after end of directory\n", in readDosDirSection()
558 pwarn("long filename too long\n"); in readDosDirSection()
566 pwarn("long filename record cluster start != 0\n"); in readDosDirSection()
662 pwarn("%s has clusters, but size 0\n", in readDosDirSection()
688 pwarn("%s has no clusters\n", in readDosDirSection()
[all …]
H A Dcheck.c191 pwarn("%d files, %d free (%d clusters), %d bad (%d clusters)\n", in checkfilesys()
196 pwarn("%d files, %d free (%d clusters)\n", in checkfilesys()
203 pwarn("\n***** FILE SYSTEM WAS MODIFIED *****\n"); in checkfilesys()
H A Dboot.c162 pwarn("Invalid signature in fsinfo block\n"); in readboot()
/openbsd-src/sbin/fsck_ext2fs/
H A Dpass1.c149 pwarn("DELETED INODE I=%llu HAS A NULL DTIME", in checkinode()
171 pwarn("INODE I=%llu HAS DTIME=%12.12s %4.4s", in checkinode()
174 pwarn("INODE I=%llu HAS DTIME=%lld", in checkinode()
272 pwarn("INCORRECT BLOCK COUNT I=%llu (%d should be %d)", in checkinode()
307 pwarn("EXCESSIVE BAD BLKS I=%llu", in pass1check()
325 pwarn("EXCESSIVE DUP BLKS I=%lluu", in pass1check()
H A Ddir.c262 pwarn("%s ", errmesg); in fileerror()
288 pwarn("LINK COUNT %s", (lfdir == idesc->id_number) ? lfname : in adjust()
367 pwarn("UNREF %s ", lostdir ? "DIR" : "FILE"); in linkup()
385 pwarn("NO lost+found DIRECTORY"); in linkup()
448 pwarn("DIR I=%llu CONNECTED. ", (unsigned long long)orphan); in linkup()
554 pwarn("NO SPACE LEFT IN %s", name); in expanddir()
H A Dmain.c203 pwarn("starting\n"); in checkfilesys()
269 pwarn("%d files, %d used, %d free\n", in checkfilesys()
H A Dsetup.c160 pwarn("USING ALTERNATE SUPERBLOCK AT %d\n", bflag); in setup()
166 pwarn("%sile system is clean; not checking\n", in setup()
171 pwarn("** File system is already clean\n"); in setup()
507 pwarn("ioctl (GCINFO): %s\n", strerror(errno)); in cgoverhead()
H A Dutilities.c265 pwarn("MARKING FILE SYSTEM CLEAN\n"); in ckfini()
484 pwarn("%s", msg); in dofix()
H A Dpass2.c137 pwarn("DIRECTORY %s: LENGTH %lu NOT MULTIPLE OF %d", in pass2()
390 pwarn("%s %s %s\n", pathbuf, in pass2check()
H A Dinode.c77 pwarn("SETTING LARGE FILE INDICATOR\n"); in setlarge()
513 pwarn("%s %s", type, in clri()
/openbsd-src/sbin/fsck/
H A Dfsutil.h33 void pwarn(const char *, ...)
H A Dfsutil.c133 pwarn(const char *fmt, ...) in pwarn() function