/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-debug.h | 91 #define IWL_CRIT(_subsys, _fmt, ...) \ argument 93 #define IWL_INFO(_subsys, _fmt, ...) \ argument 95 #define IWL_WARN(_subsys, _fmt, ...) \ argument 98 #define __IWL_ERR_DEV(_dev, _mode, _fmt, ...) \ argument 100 #define IWL_ERR_DEV(_dev, _fmt, ...) \ argument 102 #define IWL_ERR(_subsys, _fmt, ...) \ argument 104 #define IWL_ERR_LIMIT(_subsys, _fmt, ...) \ argument 119 #define IWL_DPRINTF_DEV_PREFIX(_dev, _e, _prefix, _fmt, ...) \ argument 121 #define IWL_DPRINTF_DEV(_dev, _e, _fmt, ...) \ argument 123 #define IWL_DPRINTF(_subsys, _e, _fmt, ...) \ argument [all …]
|
/freebsd/sys/net/route/ |
H A D | route_debug.h | 93 #define FIB_LOG(_l, _fib, _fam, _fmt, ...) \ argument 95 #define _FIB_LOG(_l, _fib, _fam, _fmt, ...) \ argument 102 #define FIB_NH_LOG(_l, _nh, _fmt, ...) \ argument 106 #define FIB_RH_LOG(_l, _rh, _fmt, ...) \ argument 110 #define FIB_CTL_LOG(_l, _ctl, _fmt, ...) \ argument 118 #define RT_LOG(_l, _fmt, ...) RT_LOG_##_l(_l, _fmt, ## __VA_ARGS__) argument 119 #define _RT_LOG(_l, _fmt, ...) do { \ argument 133 #define FIB_LOG_LOG_DEBUG3(_l, _fib, _fam, _fmt, ...) argument 134 #define RT_LOG_LOG_DEBUG3(_l, _fmt, ...) argument 140 #define FIB_LOG_LOG_DEBUG2(_l, _fib, _fam, _fmt, ...) argument [all …]
|
H A D | fib_algo.c | 241 #define ALGO_PRINTF(_l, _fmt, ...) if (_PASS_MSG(_l)) { \ argument 244 #define _ALGO_PRINTF(_fib, _fam, _aname, _gen, _func, _fmt, ...) \ argument 247 #define _RH_PRINTF(_fib, _fam, _func, _fmt, ...) \ argument 249 #define RH_PRINTF(_l, _rh, _fmt, ...) if (_PASS_MSG(_l)) { \ argument 252 #define FD_PRINTF(_l, _fd, _fmt, ...) FD_PRINTF_##_l(_l, _fd, _fmt, ## __VA_ARGS__) argument 253 #define _FD_PRINTF(_l, _fd, _fmt, ...) if (_PASS_MSG(_l)) { \ argument 260 #define FD_PRINTF_LOG_DEBUG2(_l, _fd, _fmt, ...) argument
|
H A D | fib_algo.h | 113 #define FIB_PRINTF(_l, _fd, _fmt, ...) fib_printf(_l, _fd, __func__, _fmt, ##__VA_ARGS__) argument
|
/freebsd/sys/netlink/ |
H A D | netlink_debug.h | 49 #define NL_RAW_PID_LOG(_l, _pid, _fmt, ...) \ argument 51 #define _NL_RAW_PID_LOG(_l, _pid, _fmt, ...) \ argument 57 #define NLP_LOG(_l, _nlp, _fmt, ...) \ argument 63 #define NL_RAW_PID_LOG_LOG_DEBUG3(_l, _pid, _fmt, ...) argument 68 #define NL_RAW_PID_LOG_LOG_DEBUG2(_l, _pid, _fmt, ...) argument 73 #define NL_RAW_PID_LOG_LOG_DEBUG(_l, _pid, _fmt, ...) argument 78 #define NL_RAW_PID_LOG_LOG_INFO(_l, _pid, _fmt, ...) argument
|
H A D | netlink_message_parser.h | 213 NLMSG_REPORT_ERR_MSG(_npt,_fmt,...) global() argument
|
/freebsd/tools/tools/ath/common/ |
H A D | dumpregs.h | 68 #define _DEFREGfmt(_addr, _name, _type, _fmt) \ argument 73 #define DEFVOIDfmt(_addr, _name, _fmt) \ argument 76 #define DEFBASICfmt(_addr, _name, _fmt) \ argument 82 #define DEFINTfmt(_addr, _name, _fmt) \ argument
|
/freebsd/tests/sys/net/routing/ |
H A D | rtsock_print.h | 32 #define RLOG(_fmt, ...) printf("%s: " _fmt "\n", __func__, ##__VA_ARGS__) argument 33 #define RLOG_ERRNO(_fmt, ...) do { \ argument 38 #define RTSOCK_ATF_REQUIRE_MSG(_rtm, _cond, _fmt, ...) do { \ argument 49 #define RTSOCKHD_ATF_REQUIRE_MSG(_rtm, _cond, _fmt, ...) do { \ argument
|
/freebsd/sys/tests/ |
H A D | ktest.h | 76 #define KTEST_LOG_LEVEL(_ctx, _l, _fmt, ...) { \ argument 84 #define KTEST_LOG(_ctx, _fmt, ...) \ argument
|
/freebsd/sys/security/mac_grantbylabel/ |
H A D | mac_grantbylabel.c | 63 #define MAC_GRANTBYLABEL_DBG(_lvl, _fmt, ...) \ argument 69 #define MAC_GRANTBYLABEL_DBG(_lvl, _fmt, ...) argument
|
/freebsd/sys/net80211/ |
H A D | ieee80211_var.h | 1054 #define IEEE80211_DPRINTF(_vap, _m, _fmt, ...) do { \ argument 1058 #define IEEE80211_NOTE(_vap, _m, _ni, _fmt, ...) do { \ argument 1062 #define IEEE80211_NOTE_MAC(_vap, _m, _mac, _fmt, ...) do { \ argument 1066 #define IEEE80211_NOTE_FRAME(_vap, _m, _wh, _fmt, ...) do { \ argument 1098 #define IEEE80211_DISCARD(_vap, _m, _wh, _type, _fmt, ...) do { \ argument 1103 #define IEEE80211_DISCARD_IE(_vap, _m, _wh, _type, _fmt, ...) do { \ argument 1108 #define IEEE80211_DISCARD_MAC(_vap, _m, _mac, _type, _fmt, ...) do { \ argument 1122 #define IEEE80211_DPRINTF(_vap, _m, _fmt, ...) argument 1123 #define IEEE80211_NOTE(_vap, _m, _ni, _fmt, ...) argument 1124 #define IEEE80211_NOTE_FRAME(_vap, _m, _wh, _fmt, ...) argument [all …]
|
/freebsd/sys/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
|
/freebsd/sys/contrib/dev/iwlwifi/fw/ |
H A D | dbg.h | 337 #define IWL_FW_CHECK_FAILED(_obj, _fmt, ...) \ argument 340 #define IWL_FW_CHECK(_obj, _cond, _fmt, ...) \ argument
|
/freebsd/usr.sbin/uathload/ |
H A D | uathload.c | 75 #define VERBOSE(_fmt, ...) do { \ argument
|
/freebsd/tools/tools/netmap/ |
H A D | nmreplay.c | 91 #define NED(_fmt, ...) do {} while (0) argument 92 #define ED(_fmt, ...) \ argument 102 #define WWW(_fmt, ...) ED("--WWW-- " _fmt, ##__VA_ARGS__) argument 103 #define EEE(_fmt, ...) ED("--EEE-- " _fmt, ##__VA_ARGS__) argument 104 #define DDD(_fmt, ...) ED("--DDD-- " _fmt, ##__VA_ARGS__) argument
|
/freebsd/sys/security/mac_veriexec/ |
H A D | mac_veriexec.c | 71 #define MAC_VERIEXEC_DBG(_lvl, _fmt, ...) \ argument 77 #define MAC_VERIEXEC_DBG(_lvl, _fmt, ...) argument
|
/freebsd/lib/libc/stdtime/ |
H A D | strftime.c | 115 _fmt(const char *format, const struct tm * const t, char *pt, in _fmt() function
|
/freebsd/sys/dev/ice/ |
H A D | ice_osdep.h | 76 #define ice_info(_hw, _fmt, args...) \ argument 79 #define ice_warn(_hw, _fmt, args...) \ argument
|
/freebsd/contrib/tzcode/ |
H A D | strftime.c | 164 _fmt(const char *format, const struct tm *t, char *pt, in _fmt() function
|
/freebsd/sys/net/ |
H A D | netmap_user.h | 171 #define ND(_fmt, ...) do {} while(0) argument 172 #define D(_fmt, ...) \ argument
|
/freebsd/sys/dev/bhnd/cores/pmu/ |
H A D | bhnd_pmu_subr.c | 40 #define PMU_LOG(_sc, _fmt, ...) do { \ argument 48 #define PMU_DEBUG(_sc, _fmt, ...) PMU_LOG(_sc, _fmt, ##__VA_ARGS__) argument 50 #define PMU_DEBUG(_sc, _fmt, ...) argument
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_data_sprom_subr.c | 67 #define SPROM_OP_BAD(_state, _fmt, ...) \ argument
|
/freebsd/lib/libcuse/ |
H A D | cuse_lib.c | 366 uid_t _uid, gid_t _gid, int _perms, const char *_fmt,...) in cuse_dev_create()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | device.h | 333 #define dev_set_name(_dev, _fmt, ...) \ argument 662 #define devm_kasprintf(_dev, _gfp, _fmt, ...) \ argument
|
/freebsd/bin/ps/ |
H A D | ps.c | 162 int all, ch, elem, flag, _fmt, i, lineno, linelen, left; in main() local
|