HomeSort by relevance Sort by last modified time
    Searched full:pwarn (Results 1 - 5 of 5) sorted by null

  /external/fsck_msdos/
fsutil.h 4 #define pwarn printf macro
check.c 78 pwarn(" (NO WRITE)\n");
186 pwarn("%d files, %d free (%d clusters), %d bad (%d clusters)\n",
191 pwarn("%d files, %d free (%d clusters)\n",
201 pwarn("MARKING FILE SYSTEM CLEAN\n");
204 pwarn("\n***** FILE SYSTEM IS LEFT MARKED AS DIRTY *****\n");
222 pwarn("\n***** FILE SYSTEM WAS MODIFIED *****\n");
dir.c 251 pwarn("Root directory starts with free cluster\n");
253 pwarn("Root directory starts with cluster marked %s\n",
352 pwarn("Invalid long filename entry for %s\n", path);
355 pwarn("Invalid long filename entry at end of directory %s\n", path);
358 pwarn("Invalid long filename entry for volume label\n");
398 pwarn("size of %s is %u, should at most be %u\n",
410 pwarn("%s has too many clusters allocated\n",
497 pwarn("%s has entries after end of directory\n",
576 pwarn("long filename too long\n");
584 pwarn("long filename record cluster start != 0\n")
    [all...]
fat.c 152 pwarn("Cluster %u in FAT %d continues with %s cluster number %u\n",
253 pwarn("%s (%02x%02x%02x%02x%02x%02x%02x%02x)\n",
259 pwarn("%s (%02x%02x%02x%02x)\n",
264 pwarn("%s (%02x%02x%02x)\n",
344 pwarn("Cluster %u is marked %s with different indicators\n",
352 pwarn("Cluster %u is marked %s in FAT 0, %s in FAT %d\n",
364 pwarn("Cluster %u is marked %s in FAT 0, but continues with cluster %u in FAT %d\n",
377 pwarn("Cluster %u continues with cluster %u in FAT 0, but is marked %s in FAT %d\n",
389 pwarn("Cluster %u continues with cluster %u in FAT 0, but with cluster %u in FAT %d\n",
499 pwarn("Cluster chain starting at %u ends with cluster marked %s\n"
    [all...]
boot.c 126 pwarn("Invalid signature in fsinfo block\n");
173 pwarn("Primary/Backup bootblock miscompare\n");
176 pwarn("Primary:\n");
182 pwarn("%s\n", tmp);
185 pwarn("Backup:\n");
191 pwarn("%s\n", tmp);

Completed in 40 milliseconds