| /f-stack/freebsd/net/route/ |
| H A D | fib_algo.c | 208 #define ALGO_PRINTF(_fmt, ...) printf("[fib_algo] %s: " _fmt "\n", __func__, ##__VA_ARGS__) argument 209 #define _ALGO_PRINTF(_fib, _fam, _aname, _gen, _func, _fmt, ...) \ argument 212 #define _RH_PRINTF(_fib, _fam, _func, _fmt, ...) \ argument 214 #define RH_PRINTF(_l, _rh, _fmt, ...) if (_PASS_MSG(_l)) { \ argument 217 #define FD_PRINTF(_l, _fd, _fmt, ...) FD_PRINTF_##_l(_l, _fd, _fmt, ## __VA_ARGS__) argument 218 #define _FD_PRINTF(_l, _fd, _fmt, ...) if (_PASS_MSG(_l)) { \ argument 225 #define FD_PRINTF_LOG_DEBUG2(_l, _fd, _fmt, ...) argument
|
| H A D | route_var.h | 45 #define DPRINTF(_fmt, ...) printf("%s: " _fmt "\n", __func__ , ## __VA_ARGS__) argument 47 #define DPRINTF(_fmt, ...) argument
|
| H A D | fib_algo.h | 92 #define FIB_PRINTF(_l, _fd, _fmt, ...) fib_printf(_l, _fd, __func__, _fmt, ##__VA_ARGS__) argument
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_var.h | 1024 #define IEEE80211_DPRINTF(_vap, _m, _fmt, ...) do { \ argument 1028 #define IEEE80211_NOTE(_vap, _m, _ni, _fmt, ...) do { \ argument 1032 #define IEEE80211_NOTE_MAC(_vap, _m, _mac, _fmt, ...) do { \ argument 1036 #define IEEE80211_NOTE_FRAME(_vap, _m, _wh, _fmt, ...) do { \ argument 1089 #define IEEE80211_DPRINTF(_vap, _m, _fmt, ...) argument 1090 #define IEEE80211_NOTE(_vap, _m, _ni, _fmt, ...) argument 1091 #define IEEE80211_NOTE_FRAME(_vap, _m, _wh, _fmt, ...) argument 1092 #define IEEE80211_NOTE_MAC(_vap, _m, _mac, _fmt, ...) argument 1096 #define IEEE80211_DISCARD(_vap, _m, _wh, _type, _fmt, ...) argument 1097 #define IEEE80211_DISCARD_IE(_vap, _m, _wh, _type, _fmt, ...) argument [all …]
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_shim.h | 17 #define RTE_LOG(_sev, _sub, _fmt, ...) printf("DPDK::" #_sev "::" #_sub " %s: " _fmt, __func__ , ##… argument
|
| /f-stack/freebsd/security/mac_veriexec/ |
| H A D | mac_veriexec.c | 65 #define MAC_VERIEXEC_DBG(_lvl, _fmt, ...) \ argument 71 #define MAC_VERIEXEC_DBG(_lvl, _fmt, ...) argument
|
| /f-stack/freebsd/mips/broadcom/ |
| H A D | bcm_machdep.c | 103 #define BCM_TRACE(_fmt, ...) argument
|
| H A D | bcm_nvram_cfe.c | 68 #define IOCFE_LOG(_io, _fmt, ...) \ argument
|
| /f-stack/freebsd/net/ |
| H A D | netmap_user.h | 155 #define ND(_fmt, ...) do {} while(0) argument 156 #define D(_fmt, ...) \ argument
|