con_log
#define con_log(level, fmt) { if (debug_level_g >= level) cmn_err fmt; }
#define con_log(level, fmt)