Searched refs:DBG_ERROR (Results 1 – 2 of 2) sorted by relevance
54 { "error", DBG_ERROR, "Driver errors, always visible." },67 static unsigned long dbg_flags = DBG_ERROR | DBG_WARN; in _nine_debug_printf()
35 #define ERR(fmt, ...) _nine_debug_printf(DBG_ERROR, __FUNCTION__, fmt, ## __VA_ARGS__)85 #define DBG_ERROR (1<<25) macro