HomeSort by relevance Sort by last modified time
    Searched refs:pfatal (Results 1 - 9 of 9) sorted by null

  /external/fsck_msdos/
fsutil.h 5 #define pfatal printf macro
boot.c 66 pfatal("Invalid signature in boot block: %02x%02x", block[511], block[510]);
100 pfatal("Unknown file system version: %x.%x",
111 pfatal("exFAT filesystem is not supported.");
125 pfatal("Invalid FAT32 Extended BIOS Parameter Block");
216 pfatal("Invalid sector size: %u", boot->BytesPerSec);
220 pfatal("Invalid cluster size: %u", boot->SecPerClust);
224 pfatal("Invalid sector size: %u", boot->BytesPerSec);
228 pfatal("Invalid number of FATs: %u", boot->FATs);
252 pfatal("Filesystem too big (%u clusters) for non-FAT32 partition",
270 pfatal("FAT size too small, %u entries won't fit into %u sectors\n"
    [all...]
dir.c 242 pfatal("Root directory starts with cluster out of range(%u)",
256 pfatal("Root directory doesn't start a cluster chain");
  /external/tlsdate/src/events/
sigterm.c 27 pfatal ("[event:%s] couldn't gettimeofday to exit gracefully", __func__);
save.c 53 pfatal ("[event:%s] unexpected write to time setter (%d)",
kickoff_time_sync.c 45 pfatal ("Failed to initialize random source");
  /external/tlsdate/src/
util-plan9.h 32 #define pfatal(fmt, ...) do { \ macro
util.h 56 #define pfatal(fmt, ...) do { \ macro
tlsdated.c 311 pfatal ("can't open conf file '%s'", opts->conf_file);
321 pfatal ("can't parse config file");

Completed in 3309 milliseconds