| D | kernel.h | 61 vscnprintf(char *buf, size_t size, const char *fmt, va_list args) in vscnprintf() 71 static inline int scnprintf(char * buf, size_t size, const char * fmt, ...) in scnprintf() 94 #define pr_fmt(fmt) fmt argument 97 #define pr_err(fmt, ...) \ argument 99 #define pr_warning(fmt, ...) \ argument 101 #define pr_info(fmt, ...) \ argument 103 #define pr_debug(fmt, ...) \ argument 105 #define pr_debugN(n, fmt, ...) \ argument 107 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__) argument 108 #define pr_debug3(fmt, ...) pr_debugN(3, pr_fmt(fmt), ##__VA_ARGS__) argument [all …]
|