Home
last modified time | relevance | path

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

/dragonfly/sbin/fsck_msdosfs/
H A Dcheck.c58 pwarn(" (NO WRITE)\n"); in checkfilesys()
129 pwarn("%d files, %sB free (%d clusters), %sB bad (%d clusters)\n", in checkfilesys()
133 pwarn("%d files, %sB free (%d clusters)\n", in checkfilesys()
138 pwarn("%d files, %jd KiB free (%d clusters), %jd KiB bad (%d clusters)\n", in checkfilesys()
142 pwarn("%d files, %jd KiB free (%d clusters)\n", in checkfilesys()
152 pwarn("MARKING FILE SYSTEM CLEAN\n"); in checkfilesys()
155 pwarn("\n***** FILE SYSTEM IS LEFT MARKED AS DIRTY *****\n"); in checkfilesys()
173 pwarn("\n***** FILE SYSTEM WAS MODIFIED *****\n"); in checkfilesys()
H A Ddir.c350 pwarn("Invalid long filename entry for %s\n", path); in removede()
432 pwarn("size of %s is %u, should at most be %ju\n", in checksize()
444 pwarn("%s has too many clusters allocated\n", in checksize()
631 pwarn("%s has entries after end of directory\n", in readDosDirSection()
684 pwarn("invalid long name\n"); in readDosDirSection()
721 pwarn("long filename too long\n"); in readDosDirSection()
729 pwarn("long filename record cluster start != 0\n"); in readDosDirSection()
852 pwarn("%s doesn't start a new cluster chain\n", in readDosDirSection()
884 pwarn("Directory %s has size != 0\n", in readDosDirSection()
1100 pwarn("No %s directory\n", LOSTDIR); in reconnect()
[all …]
H A Dfat.c502 pwarn(" (NO WRITE)\n"); in fat_set_cl_next()
805 pwarn("%s (%02x%02x%02x%02x%02x%02x%02x%02x)\n", in readfat()
811 pwarn("%s (%02x%02x%02x%02x)\n", in readfat()
816 pwarn("%s (%02x%02x%02x)\n", in readfat()
896 pwarn("Cluster %u continues with out of range " in readfat()
908 pwarn("Cluster %u crossed another chain at %u\n", in readfat()
1005 pwarn("Cluster chain starting at %u ends with cluster marked %s\n", in checkchain()
1009 pwarn("Cluster chain starting at %u ends with cluster out of range (%u)\n", in checkchain()
1189 pwarn("Lost cluster chain at cluster %u\n" in checklost()
1212 pwarn("Free space in FSInfo block (%u) not correct (%u)\n", in checklost()
[all …]
H A Dboot.c210 pwarn("Invalid signature in fsinfo block\n"); in readboot()
/dragonfly/sbin/fsck/
H A Dsetup.c155 pwarn("USING ALTERNATE SUPERBLOCK AT %d\n", bflag); in setup()
159 pwarn("FILESYSTEM CLEAN; SKIPPING CHECKS\n"); in setup()
184 pwarn("IMPOSSIBLE INTERLEAVE=%d IN SUPERBLOCK", in setup()
196 pwarn("IMPOSSIBLE NPSECT=%d IN SUPERBLOCK", in setup()
220 pwarn("CONVERTING TO NEW INODE FORMAT\n"); in setup()
242 pwarn("CONVERTING TO NEW CYLINDER GROUP FORMAT\n"); in setup()
H A Dmain.c200 pwarn("starting\n"); in checkfilesys()
207 pwarn("clean, %d free ", sblock.fs_cstotal.cs_nffree + in checkfilesys()
285 pwarn("%d files, %d used, %d free ", in checkfilesys()
363 pwarn("mount reload of '%s' failed: %s\n\n", in checkfilesys()
H A Dpass5.c66 pwarn("DELETING CLUSTERING MAPS\n"); in pass5()
87 pwarn("CANNOT %s CLUSTER MAPS\n", doit); in pass5()
92 pwarn("%sING CLUSTER MAPS\n", in pass5()
324 pwarn("ALLOCATED INODE %ld MARKED FREE\n", in pass5()
337 pwarn("ALLOCATED FRAG %ld MARKED FREE\n", in pass5()
H A Ddir.c275 pwarn("%s ", errmesg); in fileerror()
328 pwarn("LINK COUNT %s", (lfdir == idesc->id_number) ? lfname : in adjust()
419 pwarn("UNREF %s ", lostdir ? "DIR" : "FILE"); in linkup()
437 pwarn("NO lost+found DIRECTORY"); in linkup()
502 pwarn("DIR I=%u CONNECTED. ", orphan); in linkup()
611 pwarn("NO SPACE LEFT IN %s", name); in expanddir()
H A Dpass1.c327 pwarn("INCORRECT BLOCK COUNT I=%u (%d should be %d)", in checkinode()
361 pwarn("EXCESSIVE BAD BLKS I=%u", in pass1check()
381 pwarn("EXCESSIVE DUP BLKS I=%u", in pass1check()
H A Dfsutil.h37 void pwarn(const char *, ...) __printflike(1, 2);
H A Dpass2.c163 pwarn("%s %s: LENGTH %zu NOT MULTIPLE OF %d", in pass2()
444 pwarn("%s%s%s %s %s\n", pathbuf, in pass2check()
H A Dutilities.c542 pwarn("%s", msg); in dofix()
605 pwarn(const char *fmt, ...) in pwarn() function
H A Dfsutil.c120 pwarn(const char *fmt, ...) in pwarn() function
H A Dfsck.h307 extern void pwarn(const char *, ...) __printflike(1, 2);
H A Dinode.c450 pwarn("%s %s", type, in clri()