HomeSort by relevance Sort by last modified time
    Searched refs:pwarn (Results 1 - 9 of 9) 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");
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",
508 pwarn("Cluster chain starting at %u ends with cluster marked %s\n"
    [all...]
dir.c 251 pwarn("Root directory starts with free cluster\n");
253 pwarn("Root directory starts with cluster marked %s\n",
360 pwarn("Invalid long filename entry for %s\n", path);
363 pwarn("Invalid long filename entry at end of directory %s\n", path);
366 pwarn("Invalid long filename entry for volume label\n");
406 pwarn("size of %s is %u, should at most be %u\n",
418 pwarn("%s has too many clusters allocated\n",
509 pwarn("%s: '.' absent for %s.\n",__func__,dir->name);
512 pwarn("%s: '..' absent for %s. \n",__func__,dir->name);
590 pwarn("%s has entries after end of directory\n"
    [all...]
boot.c 145 pwarn("Invalid signature in fsinfo block\n");
192 pwarn("Primary/Backup bootblock miscompare\n");
195 pwarn("Primary:\n");
201 pwarn("%s\n", tmp);
204 pwarn("Backup:\n");
210 pwarn("%s\n", tmp);
  /external/minijail/
system.c 61 pwarn("prctl(PR_SET_SECUREBITS) failed");
84 pwarn("failed to open '%s'", filename);
91 pwarn("failed to write '%s'", filename);
152 pwarn("socket(AF_LOCAL) failed");
162 pwarn("ioctl(SIOCGIFFLAGS) failed");
169 pwarn("ioctl(SIOCSIFFLAGS) failed");
201 pwarn("failed to open '%s'", path);
210 pwarn("fclose(%s) failed", path);
util.h 40 #define pwarn(_msg, ...) \ macro
libminijail.c 914 pwarn("failed to get path of fd %d", fd);
1378 pwarn("creating mount target '%s' failed", dest);
1394 pwarn("mount: %s -> %s", m->src, dest);
1403 pwarn("bind ro: %s -> %s", m->src, dest);
    [all...]
syscall_filter_unittest.cc 858 pwarn("pipe(pipefd) failed");
    [all...]

Completed in 551 milliseconds