Searched refs:pwarn (Results 1 – 5 of 5) sorted by relevance
/third_party/FreeBSD/sbin/fsck_msdosfs/ |
D | check.c | 68 pwarn(" (NO WRITE)\n"); in checkfilesys() 146 pwarn("%d files, %sB free (%d clusters), %sB bad (%d clusters)\n", in checkfilesys() 150 pwarn("%d files, %sB free (%d clusters)\n", in checkfilesys() 155 pwarn("%d files, %jd KiB free (%d clusters), %jd KiB bad (%d clusters)\n", in checkfilesys() 159 pwarn("%d files, %jd KiB free (%d clusters)\n", in checkfilesys() 169 pwarn("MARKING FILE SYSTEM CLEAN\n"); in checkfilesys() 172 pwarn("\n***** FILE SYSTEM IS LEFT MARKED AS DIRTY *****\n"); in checkfilesys() 190 pwarn("\n***** FILE SYSTEM WAS MODIFIED *****\n"); in checkfilesys()
|
D | dir.c | 356 pwarn("Invalid long filename entry for %s\n", path); in removede() 359 pwarn("Invalid long filename entry at end of directory %s\n", in removede() 363 pwarn("Invalid long filename entry for volume label\n"); in removede() 425 pwarn("size of %s is %u, should at most be %ju\n", in checksize() 437 pwarn("%s has too many clusters allocated\n", in checksize() 515 pwarn("%s: Incorrect `.' for %s.\n", __func__, dir->name); in check_subdirectory() 521 pwarn("%s: Incorrect `..' for %s. \n", __func__, dir->name); in check_subdirectory() 624 pwarn("%s has entries after end of directory\n", in readDosDirSection() 677 pwarn("invalid long name\n"); in readDosDirSection() 714 pwarn("long filename too long\n"); in readDosDirSection() [all …]
|
D | fat.c | 510 pwarn(" (NO WRITE)\n"); in fat_set_cl_next() 894 pwarn("%s (%02x%02x%02x%02x%02x%02x%02x%02x)\n", in readfat() 900 pwarn("%s (%02x%02x%02x%02x)\n", in readfat() 905 pwarn("%s (%02x%02x%02x)\n", in readfat() 985 pwarn("Cluster %u continues with out of range " in readfat() 997 pwarn("Cluster %u crossed another chain at %u\n", in readfat() 1094 pwarn("Cluster chain starting at %u ends with cluster marked %s\n", in checkchain() 1098 pwarn("Cluster chain starting at %u ends with cluster out of range (%u)\n", in checkchain() 1279 pwarn("Lost cluster chain at cluster %u\n" in checklost() 1302 pwarn("Free space in FSInfo block (%u) not correct (%u)\n", in checklost() [all …]
|
D | fsutil.h | 29 #define pwarn printf macro
|
D | boot.c | 218 pwarn("Invalid signature in fsinfo block\n"); in readboot()
|