Searched defs:PFATAL (Results 1 – 5 of 5) sorted by relevance
40 #define PFATAL PLOG(FATAL) << FSTAB_TAG macro
40 #define PFATAL PLOG(FATAL) << FS_AVB_TAG macro
40 #define PFATAL PLOG(FATAL) << FS_MGR_TAG macro
340 #define PFATAL(x...) \ macro
1013 #define PFATAL(s) do { perror(s); gflags_exitfunc(1); } while (0) macro