Searched refs:pwarn (Results 1 – 10 of 10) sorted by relevance
/external/minijail/ |
D | system.c | 72 pwarn("prctl(PR_GET_SECUREBITS) failed"); in lock_securebits() 100 pwarn("prctl(PR_SET_SECUREBITS) failed"); in lock_securebits() 123 pwarn("failed to open '%s'", filename); in write_proc_file() 130 pwarn("failed to write '%s'", filename); in write_proc_file() 191 pwarn("socket(AF_LOCAL) failed"); in config_net_loopback() 201 pwarn("ioctl(SIOCGIFFLAGS) failed"); in config_net_loopback() 208 pwarn("ioctl(SIOCSIFFLAGS) failed"); in config_net_loopback() 240 pwarn("failed to open '%s'", path); in write_pid_to_path() 249 pwarn("fclose(%s) failed", path); in write_pid_to_path() 267 pwarn("strdup(%s) failed", path); in mkdir_p() [all …]
|
D | util.h | 65 #define pwarn(_msg, ...) \ macro
|
D | libminijail.c | 1033 pwarn("failed to get path of fd %d", fd); in minijail_parse_seccomp_filters_from_fd() 1521 pwarn("bind: %s -> %s flags=%#lx", m->src, dest, m->flags); in mount_one() 1530 pwarn("bind remount: %s -> %s flags=%#lx", m->src, dest, in mount_one() 3021 pwarn("execve(%s) failed", config->filename); in minijail_run_internal()
|
D | syscall_filter_unittest.cc | 1059 pwarn("pipe(pipefd) failed"); in write_policy_to_pipe()
|
/external/fsck_msdos/ |
D | check.c | 64 pwarn(" (NO WRITE)\n"); in checkfilesys() 157 pwarn("%d files, %d free (%d clusters), %d bad (%d clusters)\n", in checkfilesys() 162 pwarn("%d files, %d free (%d clusters)\n", in checkfilesys() 172 pwarn("MARKING FILE SYSTEM CLEAN\n"); in checkfilesys() 175 pwarn("\n***** FILE SYSTEM IS LEFT MARKED AS DIRTY *****\n"); in checkfilesys() 193 pwarn("\n***** FILE SYSTEM WAS MODIFIED *****\n"); in checkfilesys()
|
D | dir.c | 259 pwarn("Root directory starts with free cluster\n"); in resetDosDirSection() 261 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", in removede() 367 pwarn("Invalid long filename entry for volume label\n"); in removede() 408 pwarn("size of %s is %u, should at most be %u\n", in checksize() 420 pwarn("%s has too many clusters allocated\n", in checksize() 506 pwarn("%s has entries after end of directory\n", in readDosDirSection() 586 pwarn("long filename too long\n"); in readDosDirSection() 594 pwarn("long filename record cluster start != 0\n"); in readDosDirSection() [all …]
|
D | fat.c | 149 pwarn("Cluster %u in FAT %d continues with %s cluster number %u\n", in checkclnum() 250 pwarn("%s (%02x%02x%02x%02x%02x%02x%02x%02x)\n", in readfat() 256 pwarn("%s (%02x%02x%02x%02x)\n", in readfat() 261 pwarn("%s (%02x%02x%02x)\n", in readfat() 345 pwarn("Cluster %u is marked %s with different indicators\n", in clustdiffer() 353 pwarn("Cluster %u is marked %s in FAT 0, %s in FAT %u\n", in clustdiffer() 365 pwarn("Cluster %u is marked %s in FAT 0, but continues with cluster %u in FAT %d\n", in clustdiffer() 378 pwarn("Cluster %u continues with cluster %u in FAT 0, but is marked %s in FAT %u\n", in clustdiffer() 390 pwarn("Cluster %u continues with cluster %u in FAT 0, but with cluster %u in FAT %u\n", in clustdiffer() 509 pwarn("Cluster chain starting at %u ends with cluster marked %s\n", in checkfat() [all …]
|
D | boot.c | 146 pwarn("Invalid signature in fsinfo block\n"); in readboot() 195 pwarn("backup (block %d) mismatch with primary bootblock:\n", in readboot() 199 pwarn("\ti=%d\tprimary 0x%02x\tbackup 0x%02x\n", in readboot()
|
D | fsutil.h | 36 void pwarn(const char *, ...) __printflike(1, 2);
|
D | fsutil.c | 107 pwarn(const char *fmt, ...) in pwarn() function
|