Home
last modified time | relevance | path

Searched defs:_fmt (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/net/route/
H A Dfib_algo.c208 #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 Droute_var.h45 #define DPRINTF(_fmt, ...) printf("%s: " _fmt "\n", __func__ , ## __VA_ARGS__) argument
47 #define DPRINTF(_fmt, ...) argument
H A Dfib_algo.h92 #define FIB_PRINTF(_l, _fd, _fmt, ...) fib_printf(_l, _fd, __func__, _fmt, ##__VA_ARGS__) argument
/f-stack/freebsd/net80211/
H A Dieee80211_var.h1024 #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 Drte_shim.h17 #define RTE_LOG(_sev, _sub, _fmt, ...) printf("DPDK::" #_sev "::" #_sub " %s: " _fmt, __func__ , ##… argument
/f-stack/freebsd/security/mac_veriexec/
H A Dmac_veriexec.c65 #define MAC_VERIEXEC_DBG(_lvl, _fmt, ...) \ argument
71 #define MAC_VERIEXEC_DBG(_lvl, _fmt, ...) argument
/f-stack/freebsd/mips/broadcom/
H A Dbcm_machdep.c103 #define BCM_TRACE(_fmt, ...) argument
H A Dbcm_nvram_cfe.c68 #define IOCFE_LOG(_io, _fmt, ...) \ argument
/f-stack/freebsd/net/
H A Dnetmap_user.h155 #define ND(_fmt, ...) do {} while(0) argument
156 #define D(_fmt, ...) \ argument