Lines Matching refs:arg
544 #define ms_debug_msg(fmt, arg...) \ argument
545 do {diag_printf(fmt, ##arg);} while(0)
547 #define ms_debug_msg(fmt, arg...) do {} while (0) argument
551 #define ms_debug_debug(fmt, arg...) \ argument
552 do {diag_printf(fmt, ##arg);} while(0)
554 #define ms_debug_debug(fmt, arg...) do {} while (0) argument
558 #define ms_debug_warn(fmt, arg...) \ argument
559 do {diag_printf(fmt, ##arg);} while(0)
561 #define ms_debug_warn(fmt, arg...) do {} while (0) argument
565 #define ms_debug_err(fmt, arg...) \ argument
566 do {diag_printf(fmt, ##arg);} while(0)
568 #define ms_debug_err(fmt, arg...) do {} while (0) argument
572 #define ms_debug_func(fmt, arg...) \ argument
573 do {diag_printf(fmt, ##arg);} while(0)
575 #define ms_debug_func(fmt, arg...) do {} while (0) argument