Searched defs:PRINT (Results 1 – 2 of 2) sorted by relevance
10 #define PRINT(...) printk(__VA_ARGS__) macro18 #define PRINT(...) printf(__VA_ARGS__) macro26 #define PRINT(...) printfcb(__VA_ARGS__) macro30 #define PRINT(...) fprintf(stdout, __VA_ARGS__) macro34 #define PRINT(...) fprintfcb(stdout, __VA_ARGS__) macro
39 #define PRINT printk macro