Lines Matching defs:_fmt
49 #define NL_RAW_PID_LOG(_l, _pid, _fmt, ...) \
50 NL_RAW_PID_LOG_##_l(_l, _pid, _fmt, ## __VA_ARGS__)
51 #define _NL_RAW_PID_LOG(_l, _pid, _fmt, ...) \
53 _output("[" DEBUG_PREFIX_NAME "] PID %u %s: " _fmt "\n", _pid, \
57 #define NLP_LOG(_l, _nlp, _fmt, ...) \
58 NL_RAW_PID_LOG_##_l(_l, nlp_get_pid(_nlp), _fmt, ## __VA_ARGS__)
63 #define NL_RAW_PID_LOG_LOG_DEBUG3(_l, _pid, _fmt, ...)
68 #define NL_RAW_PID_LOG_LOG_DEBUG2(_l, _pid, _fmt, ...)
73 #define NL_RAW_PID_LOG_LOG_DEBUG(_l, _pid, _fmt, ...)
78 #define NL_RAW_PID_LOG_LOG_INFO(_l, _pid, _fmt, ...)