Searched refs:fmt (Results 1 - 25 of 273) sorted by relevance

1234567891011

/net/mac80211/
H A Ddebug.h78 void __sdata_info(const char *fmt, ...) __printf(1, 2);
79 void __sdata_dbg(bool print, const char *fmt, ...) __printf(2, 3);
80 void __sdata_err(const char *fmt, ...) __printf(1, 2);
81 void __wiphy_dbg(struct wiphy *wiphy, bool print, const char *fmt, ...)
84 #define _sdata_info(sdata, fmt, ...) \
85 __sdata_info("%s: " fmt, (sdata)->name, ##__VA_ARGS__)
86 #define _sdata_dbg(print, sdata, fmt, ...) \
87 __sdata_dbg(print, "%s: " fmt, (sdata)->name, ##__VA_ARGS__)
88 #define _sdata_err(sdata, fmt, ...) \
89 __sdata_err("%s: " fmt, (sdat
[all...]
H A Dtrace.c13 void __sdata_info(const char *fmt, ...) argument
16 .fmt = fmt,
20 va_start(args, fmt);
28 void __sdata_dbg(bool print, const char *fmt, ...) argument
31 .fmt = fmt,
35 va_start(args, fmt);
44 void __sdata_err(const char *fmt, ...) argument
47 .fmt
59 __wiphy_dbg(struct wiphy *wiphy, bool print, const char *fmt, ...) argument
[all...]
H A Ddebugfs.h9 loff_t *ppos, char *fmt, ...);
/net/tipc/
H A Dlog.c44 * @fmt: formatted info to be printed
46 int tipc_snprintf(char *buf, int len, const char *fmt, ...) argument
51 va_start(args, fmt);
52 i = vscnprintf(buf, len, fmt, args);
H A Dcore.h40 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
70 int tipc_snprintf(char *buf, int len, const char *fmt, ...);
/net/9p/
H A Dprotocol.h28 int p9pdu_vwritef(struct p9_fcall *pdu, int proto_version, const char *fmt,
30 int p9pdu_readf(struct p9_fcall *pdu, int proto_version, const char *fmt, ...);
H A Dmod.c27 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
48 const char *fmt, ...)
56 va_start(args, fmt);
58 vaf.fmt = fmt;
47 _p9_debug(enum p9_debug_flags level, const char *func, const char *fmt, ...) argument
/net/netfilter/
H A Dxt_CHECKSUM.c12 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
/net/bluetooth/
H A Dlib.c27 #define pr_fmt(fmt) "Bluetooth: " fmt
145 vaf.fmt = format;
161 vaf.fmt = format;
/net/batman-adv/
H A Dmain.h163 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
238 int batadv_debug_log(struct batadv_priv *bat_priv, const char *fmt, ...)
242 #define _batadv_dbg(type, bat_priv, ratelimited, fmt, arg...) \
246 batadv_debug_log(bat_priv, fmt, ## arg);\
254 const char *fmt __always_unused, ...)
264 #define batadv_info(net_dev, fmt, arg...) \
268 batadv_dbg(BATADV_DBG_ALL, _batpriv, fmt, ## arg); \
269 pr_info("%s: " fmt, _netdev->name, ## arg); \
271 #define batadv_err(net_dev, fmt, ar
[all...]
/net/caif/
H A Dcfdbgl.c7 #define pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__
H A Dcfvidl.c7 #define pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__
/net/l2tp/
H A Dl2tp_core.h311 #define l2tp_printk(ptr, type, func, fmt, ...) \
314 func(fmt, ##__VA_ARGS__); \
317 #define l2tp_warn(ptr, type, fmt, ...) \
318 l2tp_printk(ptr, type, pr_warn, fmt, ##__VA_ARGS__)
319 #define l2tp_info(ptr, type, fmt, ...) \
320 l2tp_printk(ptr, type, pr_info, fmt, ##__VA_ARGS__)
321 #define l2tp_dbg(ptr, type, fmt, ...) \
322 l2tp_printk(ptr, type, pr_debug, fmt, ##__VA_ARGS__)
/net/mpls/
H A Dmpls_gso.c14 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
/net/netfilter/ipvs/
H A Dip_vs_fo.c17 #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
H A Dip_vs_lc.c18 #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
H A Dip_vs_nq.c35 #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
H A Dip_vs_pe.c2 #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
H A Dip_vs_sed.c39 #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
H A Dip_vs_wlc.c23 #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
/net/wimax/
H A Dwimax-internal.h37 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
/net/atm/
H A Draw.c5 #define pr_fmt(fmt) KBUILD_MODNAME ":%s: " fmt, __func__
/net/ipv4/netfilter/
H A Dipt_MASQUERADE.c11 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
H A Dipt_REJECT.c12 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
H A Dipt_ah.c8 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

Completed in 1387 milliseconds

1234567891011