Searched defs:pr_debug (Results 1 – 3 of 3) sorted by relevance
70 #define pr_debug(format, ...) fprintf(stderr, format, ## __VA_ARGS__) macro72 #define pr_debug(format, ...) do {} while (0) macro
92 #define pr_debug(format, ...) fprintf (stderr, format, ## __VA_ARGS__) macro94 #define pr_debug(format, ...) do {} while (0) macro
26 #define pr_debug(fmt, ...) \ macro