DBG_OUTPUT        126 net/tipc/core.h #ifndef DBG_OUTPUT
DBG_OUTPUT        139 net/tipc/core.h 		if (DBG_OUTPUT != TIPC_NULL) \
DBG_OUTPUT        140 net/tipc/core.h 			tipc_printf(DBG_OUTPUT, fmt, ## arg); \
DBG_OUTPUT        144 net/tipc/core.h 		if (DBG_OUTPUT != TIPC_NULL) \
DBG_OUTPUT        145 net/tipc/core.h 			tipc_msg_dbg(DBG_OUTPUT, msg, txt); \
DBG_OUTPUT        149 net/tipc/core.h 		if (DBG_OUTPUT != TIPC_NULL) \
DBG_OUTPUT        150 net/tipc/core.h 			tipc_dump_dbg(DBG_OUTPUT, fmt, ##arg); \
DBG_OUTPUT        180 net/tipc/link.c 	if (DBG_OUTPUT != TIPC_NULL)
DBG_OUTPUT        181 net/tipc/link.c 		link_print(l_ptr, DBG_OUTPUT, str);
DBG_OUTPUT        186 net/tipc/link.c 	if (DBG_OUTPUT != TIPC_NULL) {