Searched refs:pfatal (Results 1 – 5 of 5) sorted by relevance
/external/honggfuzz/examples/linux_kernel_ip/ |
D | tun.c | 40 void pfatal(const char* fmt, ...) in pfatal() function 69 pfatal("unshare()"); in main() 79 pfatal("open('/dev/net/tun')"); in main() 82 pfatal("ioctl(TUNSETIFF)"); in main() 85 pfatal("ioctl(fd, TUNSETOFFLOAD)"); in main() 90 pfatal("socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP)"); in main() 94 pfatal("socket(AF_INET, SOCK_STREAM, IPPROTO_TCP)"); in main() 98 pfatal("socket(AF_INET, SOCK_SEQPACKET, IPPROTO_SCTP)"); in main() 102 pfatal("socket(AF_INET, SOCK_DGRAM, IPPROTO_UDPLITE)"); in main() 107 pfatal("setsockopt(udp_sock, SOL_SOCKET, SO_NO_CHECK)"); in main() [all …]
|
/external/fsck_msdos/ |
D | boot.c | 59 pfatal("Invalid signature in boot block: %02x%02x", in readboot() 87 pfatal("Invalid sector size: %u", boot->bpbBytesPerSec); in readboot() 91 pfatal("Invalid number of FATs: %u", boot->bpbFATs); in readboot() 105 pfatal("Unknown file system version: %x.%x", in readboot() 116 pfatal("exFAT filesystem is not supported."); in readboot() 127 pfatal("Invalid FAT32 Extended BIOS Parameter Block"); in readboot() 207 pfatal("Invalid cluster size: %u", boot->bpbSecPerClust); in readboot() 229 pfatal("Filesystem too big (%u clusters) for non-FAT32 partition", in readboot() 247 pfatal("FAT size too small, %u entries won't fit into %u sectors\n", in readboot()
|
D | fsutil.h | 35 void pfatal(const char *, ...) __printflike(1, 2);
|
D | fsutil.c | 96 pfatal(const char *fmt, ...) in pfatal() function
|
D | dir.c | 250 pfatal("Root directory starts with cluster out of range(%u)", in resetDosDirSection() 264 pfatal("Root directory doesn't start a cluster chain"); in resetDosDirSection()
|