Searched defs:dprint (Results 1 – 5 of 5) sorted by relevance
54 sub dprint { subroutine
50 #define dprint(fmt, ...) { \ macro57 static inline void dprint(const char *fmt, ...) { } in dprint() function
109 #define dprint(bit, fmt, ...) ({ \ macro114 #define dprint(bit, fmt, ...) no_printk(fmt, ##__VA_ARGS__) macro
162 sub dprint subroutine
50 #define dprint(ioc, fmt, ...) \ macro
Completed in 10 milliseconds