Lines Matching defs:_l
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, ...) \
52 if (_DEBUG_PASS_MSG(_l)) { \
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, ...)