Searched refs:pwarn (Results 1 – 10 of 10) sorted by relevance
/external/minijail/ |
D | system.c | 77 pwarn("prctl(PR_GET_SECUREBITS) failed"); in lock_securebits() 105 pwarn("prctl(PR_SET_SECUREBITS) failed"); in lock_securebits() 128 pwarn("failed to open '%s'", filename); in write_proc_file() 135 pwarn("failed to write '%s'", filename); in write_proc_file() 196 pwarn("socket(AF_LOCAL) failed"); in config_net_loopback() 206 pwarn("ioctl(SIOCGIFFLAGS) failed"); in config_net_loopback() 213 pwarn("ioctl(SIOCSIFFLAGS) failed"); in config_net_loopback() 226 pwarn("failed to open '%s'", path); in write_pid_to_path() 235 pwarn("fclose(%s) failed", path); in write_pid_to_path() 253 pwarn("strdup(%s) failed", path); in mkdir_p() [all …]
|
D | util.h | 68 #define pwarn(_msg, ...) \ macro
|
D | libminijail.c | 1161 pwarn("failed to get path of fd %d", fd); in minijail_parse_seccomp_filters_from_fd() 1687 pwarn("cannot bind-mount '%s' as '%s' with flags %#lx", m->src, in mount_one() 1697 pwarn( in mount_one() 3323 pwarn("execve(%s) failed", config->filename); in minijail_run_internal()
|
D | syscall_filter_unittest.cc | 1046 pwarn("pipe(pipefd) failed"); in write_policy_to_pipe()
|
/external/fsck_msdos/ |
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 %" PRIu64 "\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 | 36 void pwarn(const char *, ...) __printflike(1, 2);
|
D | fsutil.c | 107 pwarn(const char *fmt, ...) in pwarn() function
|
D | boot.c | 218 pwarn("Invalid signature in fsinfo block\n"); in readboot()
|