Searched refs:pwarn (Results 1 – 10 of 10) sorted by relevance
/external/fsck_msdos/ |
D | fat.c | 152 pwarn("Cluster %u in FAT %d continues with %s cluster number %u\n", in checkclnum() 253 pwarn("%s (%02x%02x%02x%02x%02x%02x%02x%02x)\n", in readfat() 259 pwarn("%s (%02x%02x%02x%02x)\n", in readfat() 264 pwarn("%s (%02x%02x%02x)\n", in readfat() 344 pwarn("Cluster %u is marked %s with different indicators\n", in clustdiffer() 352 pwarn("Cluster %u is marked %s in FAT 0, %s in FAT %d\n", in clustdiffer() 364 pwarn("Cluster %u is marked %s in FAT 0, but continues with cluster %u in FAT %d\n", in clustdiffer() 377 pwarn("Cluster %u continues with cluster %u in FAT 0, but is marked %s in FAT %d\n", in clustdiffer() 389 pwarn("Cluster %u continues with cluster %u in FAT 0, but with cluster %u in FAT %d\n", in clustdiffer() 508 pwarn("Cluster chain starting at %u ends with cluster marked %s\n", in checkfat() [all …]
|
D | dir.c | 251 pwarn("Root directory starts with free cluster\n"); in resetDosDirSection() 253 pwarn("Root directory starts with cluster marked %s\n", in resetDosDirSection() 360 pwarn("Invalid long filename entry for %s\n", path); in removede() 363 pwarn("Invalid long filename entry at end of directory %s\n", path); in removede() 366 pwarn("Invalid long filename entry for volume label\n"); in removede() 406 pwarn("size of %s is %u, should at most be %u\n", in checksize() 418 pwarn("%s has too many clusters allocated\n", in checksize() 509 pwarn("%s: '.' absent for %s.\n",__func__,dir->name); in check_dot_dot() 512 pwarn("%s: '..' absent for %s. \n",__func__,dir->name); in check_dot_dot() 590 pwarn("%s has entries after end of directory\n", in readDosDirSection() [all …]
|
D | check.c | 78 pwarn(" (NO WRITE)\n"); in checkfilesys() 186 pwarn("%d files, %d free (%d clusters), %d bad (%d clusters)\n", in checkfilesys() 191 pwarn("%d files, %d free (%d clusters)\n", in checkfilesys() 201 pwarn("MARKING FILE SYSTEM CLEAN\n"); in checkfilesys() 204 pwarn("\n***** FILE SYSTEM IS LEFT MARKED AS DIRTY *****\n"); in checkfilesys() 222 pwarn("\n***** FILE SYSTEM WAS MODIFIED *****\n"); in checkfilesys()
|
D | 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);
|
D | fsutil.h | 4 #define pwarn printf macro
|
/external/minijail/ |
D | util.c | 302 pwarn("failed to open '%s'", filename); in write_proc_file() 309 pwarn("failed to write '%s'", filename); in write_proc_file() 326 pwarn("failed to open '%s'", path); in write_pid_to_path() 335 pwarn("fclose(%s) failed", path); in write_pid_to_path()
|
D | util.h | 32 #define pwarn(_msg, ...) \ macro
|
D | syscall_filter.c | 523 pwarn("compile_file: fopen('%s') failed", in compile_file()
|
D | syscall_filter_unittest.cc | 899 pwarn("pipe(pipefd) failed"); in write_policy_to_pipe()
|
D | libminijail.c | 2347 pwarn("execve(%s) failed", filename); in minijail_run_internal()
|