Searched defs:fmt (Results 1 – 4 of 4) sorted by relevance
/libmctp-latest/ |
D | libmctp-log.h | 15 #define mctp_prerr(fmt, ...) \ argument 17 #define mctp_prwarn(fmt, ...) \ argument 19 #define mctp_prinfo(fmt, ...) \ argument 21 #define mctp_prdebug(fmt, ...) \ argument
|
D | log.c | 30 void mctp_prlog(int level, const char *fmt, ...) in mctp_prlog()
|
D | astlpc.c | 144 #define astlpc_prlog(ctx, lvl, fmt, ...) \ argument 151 #define astlpc_prerr(ctx, fmt, ...) \ argument 153 #define astlpc_prwarn(ctx, fmt, ...) \ argument 155 #define astlpc_prnotice(ctx, fmt, ...) \ argument 157 #define astlpc_prinfo(ctx, fmt, ...) \ argument 159 #define astlpc_prdebug(ctx, fmt, ...) \ argument
|
D | core.c | 13 #define pr_fmt(fmt) "core: " fmt argument
|