| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_var.h | 1024 #define IEEE80211_DPRINTF(_vap, _m, _fmt, ...) do { \ argument 1026 ieee80211_note(_vap, _fmt, __VA_ARGS__); \ 1028 #define IEEE80211_NOTE(_vap, _m, _ni, _fmt, ...) do { \ argument 1032 #define IEEE80211_NOTE_MAC(_vap, _m, _mac, _fmt, ...) do { \ argument 1034 ieee80211_note_mac(_vap, _mac, _fmt, __VA_ARGS__); \ 1038 ieee80211_note_frame(_vap, _wh, _fmt, __VA_ARGS__); \ 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 [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | conf.h | 290 int _perms, const char *_fmt, ...) __printflike(6, 7); 293 const char *_fmt, ...) __printflike(7, 8); 297 const char *_fmt, ...) __printflike(8, 9); 300 const char *_fmt, ...) __printflike(8, 9); 302 const char *_fmt, ...) __printflike(3, 4); 303 struct cdev *make_dev_alias(struct cdev *_pdev, const char *_fmt, ...) 306 const char *_fmt, ...) __printflike(4, 5);
|
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | uniprint.h | 67 const char *_fmt, ...) __printflike(3, 4); 70 void uni_printf(struct unicx *_cx, const char *_fmt, ...) __printflike(2, 3);
|
| /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/net/route/ |
| H A D | fib_algo.h | 92 #define FIB_PRINTF(_l, _fd, _fmt, ...) fib_printf(_l, _fd, __func__, _fmt, ##__VA_ARGS__) argument
|
| 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 210 printf("[fib_algo] %s.%u (%s#%u) %s: " _fmt "\n",\ 212 #define _RH_PRINTF(_fib, _fam, _func, _fmt, ...) \ argument 213 printf("[fib_algo] %s.%u %s: " _fmt "\n", print_family(_fam), _fib, _func, ## __VA_ARGS__) 214 #define RH_PRINTF(_l, _rh, _fmt, ...) if (_PASS_MSG(_l)) { \ argument 215 _RH_PRINTF(_rh->rib_fibnum, _rh->rib_family, __func__, _fmt, ## __VA_ARGS__);\ 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 220 _fd->fd_gen, __func__, _fmt, ## __VA_ARGS__); \ [all …]
|
| H A D | route_var.h | 45 #define DPRINTF(_fmt, ...) printf("%s: " _fmt "\n", __func__ , ## __VA_ARGS__) argument 47 #define DPRINTF(_fmt, ...) argument
|
| /f-stack/freebsd/mips/broadcom/ |
| H A D | bcm_machdep.c | 101 #define BCM_TRACE(_fmt, ...) printf(_fmt, ##__VA_ARGS__) 103 #define BCM_TRACE(_fmt, ...) argument
|
| H A D | bcm_nvram_cfe.c | 68 #define IOCFE_LOG(_io, _fmt, ...) \ argument 69 printf("%s/%s: " _fmt, __FUNCTION__, (_io)->dname, ##__VA_ARGS__)
|
| /f-stack/freebsd/security/mac_veriexec/ |
| H A D | mac_veriexec.c | 65 #define MAC_VERIEXEC_DBG(_lvl, _fmt, ...) \ argument 67 VERIEXEC_DEBUG((_lvl), (MAC_VERIEXEC_FULLNAME ": " _fmt \ 71 #define MAC_VERIEXEC_DBG(_lvl, _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 160 fprintf(stderr, "%03d.%06d %s [%d] " _fmt "\n", \
|