Searched refs:MFATAL (Results 1 – 3 of 3) sorted by relevance
79 #define DEFAULT_DEBUG_MASK (MMSG | MFATAL | MERROR)
158 if ((drvdbg & MFATAL) && (print_callback)) \159 print_callback(MNULL, MFATAL, msg); \404 PRINTM(MFATAL, "ASSERT: %s: %i\n", __FUNCTION__, __LINE__); \
292 #define MFATAL MBIT(1) macro