Home
last modified time | relevance | path

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

12

/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-debug.h91 #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 Droute_debug.h93 #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 Dfib_algo.c241 #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 Dfib_algo.h113 #define FIB_PRINTF(_l, _fd, _fmt, ...) fib_printf(_l, _fd, __func__, _fmt, ##__VA_ARGS__) argument
/freebsd/sys/netlink/
H A Dnetlink_debug.h49 #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 Dnetlink_message_parser.h213 NLMSG_REPORT_ERR_MSG(_npt,_fmt,...) global() argument
/freebsd/tools/tools/ath/common/
H A Ddumpregs.h68 #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 Drtsock_print.h32 #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 Dktest.h76 #define KTEST_LOG_LEVEL(_ctx, _l, _fmt, ...) { \ argument
84 #define KTEST_LOG(_ctx, _fmt, ...) \ argument
/freebsd/sys/security/mac_grantbylabel/
H A Dmac_grantbylabel.c63 #define MAC_GRANTBYLABEL_DBG(_lvl, _fmt, ...) \ argument
69 #define MAC_GRANTBYLABEL_DBG(_lvl, _fmt, ...) argument
/freebsd/sys/net80211/
H A Dieee80211_var.h1054 #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 Drte_shim.h17 #define RTE_LOG(_sev, _sub, _fmt, ...) printf("DPDK::" #_sev "::" #_sub " %s: " _fmt, __func__ , ##… argument
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Ddbg.h337 #define IWL_FW_CHECK_FAILED(_obj, _fmt, ...) \ argument
340 #define IWL_FW_CHECK(_obj, _cond, _fmt, ...) \ argument
/freebsd/usr.sbin/uathload/
H A Duathload.c75 #define VERBOSE(_fmt, ...) do { \ argument
/freebsd/tools/tools/netmap/
H A Dnmreplay.c91 #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 Dmac_veriexec.c71 #define MAC_VERIEXEC_DBG(_lvl, _fmt, ...) \ argument
77 #define MAC_VERIEXEC_DBG(_lvl, _fmt, ...) argument
/freebsd/lib/libc/stdtime/
H A Dstrftime.c115 _fmt(const char *format, const struct tm * const t, char *pt, in _fmt() function
/freebsd/sys/dev/ice/
H A Dice_osdep.h76 #define ice_info(_hw, _fmt, args...) \ argument
79 #define ice_warn(_hw, _fmt, args...) \ argument
/freebsd/contrib/tzcode/
H A Dstrftime.c164 _fmt(const char *format, const struct tm *t, char *pt, in _fmt() function
/freebsd/sys/net/
H A Dnetmap_user.h171 #define ND(_fmt, ...) do {} while(0) argument
172 #define D(_fmt, ...) \ argument
/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu_subr.c40 #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 Dbhnd_nvram_data_sprom_subr.c67 #define SPROM_OP_BAD(_state, _fmt, ...) \ argument
/freebsd/lib/libcuse/
H A Dcuse_lib.c366 uid_t _uid, gid_t _gid, int _perms, const char *_fmt,...) in cuse_dev_create()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Ddevice.h333 #define dev_set_name(_dev, _fmt, ...) \ argument
662 #define devm_kasprintf(_dev, _gfp, _fmt, ...) \ argument
/freebsd/bin/ps/
H A Dps.c162 int all, ch, elem, flag, _fmt, i, lineno, linelen, left; in main() local

12