Home
last modified time | relevance | path

Searched defs:fmt (Results 26 – 50 of 2746) sorted by relevance

12345678910>>...110

/linux/include/linux/sunrpc/
H A Ddebug.h24 #define dprintk(fmt, ...) \ argument
26 #define dprintk_rcu(fmt, ...) \ argument
34 # define __sunrpc_printk(fmt, ...) trace_printk(fmt, ##__VA_ARGS__) argument
36 # define __sunrpc_printk(fmt, ...) printk(KERN_DEFAULT fmt, ##__VA_ARGS__) argument
39 # define dfprintk(fac, fmt, ...) \ argument
45 # define dfprintk_rcu(fac, fmt, ...) \ argument
57 # define dfprintk(fac, fmt, ...) do {} while (0) argument
58 # define dfprintk_rcu(fac, fmt, ...) do {} while (0) argument
/linux/include/linux/
H A Dfs_context.h194 #define __logfc(fc, l, fmt, ...) \ argument
196 #define __plogp(p, prefix, l, fmt, ...) \ argument
198 #define __plog(p, l, fmt, ...) __plogp(p, (p)->prefix, l, fmt, ## __VA_ARGS__) argument
208 #define infof(fc, fmt, ...) __logfc(fc, 'i', fmt, ## __VA_ARGS__) argument
209 #define info_plog(p, fmt, ...) __plog(p, 'i', fmt, ## __VA_ARGS__) argument
210 #define infofc(fc, fmt, ...) __plog((&(fc)->log), 'i', fmt, ## __VA_ARGS__) argument
211 #define infofcp(fc, prefix, fmt, ...) \ argument
222 #define warnf(fc, fmt, ...) __logfc(fc, 'w', fmt, ## __VA_ARGS__) argument
223 #define warn_plog(p, fmt, ...) __plog(p, 'w', fmt, ## __VA_ARGS__) argument
224 #define warnfc(fc, fmt, ...) __plog((&(fc)->log), 'w', fmt, ## __VA_ARGS__) argument
[all …]
/linux/fs/jfs/
H A Djfs_debug.h55 #define jfs_info(fmt, arg...) do { \ argument
61 #define jfs_debug(fmt, arg...) do { \ argument
67 #define jfs_warn(fmt, arg...) do { \ argument
73 #define jfs_err(fmt, arg...) do { \ argument
84 #define jfs_info(fmt, arg...) do {} while (0) argument
85 #define jfs_debug(fmt, arg...) do {} while (0) argument
86 #define jfs_warn(fmt, arg...) do {} while (0) argument
87 #define jfs_err(fmt, arg...) do {} while (0) argument
/linux/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_def.h17 #define dev_printk_f(level, dev, fmt, args...) \ argument
21 # define dev_dbg_f(dev, fmt, args...) \ argument
23 # define dev_dbg_f_limit(dev, fmt, args...) do { \ argument
27 # define dev_dbg_f_cond(dev, cond, fmt, args...) ({ \ argument
33 # define dev_dbg_f(dev, fmt, args...) do { (void)(dev); } while (0) argument
34 # define dev_dbg_f_limit(dev, fmt, args...) do { (void)(dev); } while (0) argument
35 # define dev_dbg_f_cond(dev, cond, fmt, args...) do { (void)(dev); } while (0) argument
/linux/drivers/media/tuners/
H A Dtuner-i2c.h75 #define tuner_printk(kernlvl, i2cprops, fmt, arg...) do { \ argument
85 #define __tuner_warn(i2cprops, fmt, arg...) do { \ argument
89 #define __tuner_info(i2cprops, fmt, arg...) do { \ argument
93 #define __tuner_err(i2cprops, fmt, arg...) do { \ argument
97 #define __tuner_dbg(i2cprops, fmt, arg...) do { \ argument
102 #define tuner_warn(fmt, arg...) __tuner_warn(priv->i2c_props, fmt, ##arg) argument
103 #define tuner_info(fmt, arg...) __tuner_info(priv->i2c_props, fmt, ##arg) argument
104 #define tuner_err(fmt, arg...) __tuner_err(priv->i2c_props, fmt, ##arg) argument
105 #define tuner_dbg(fmt, arg...) __tuner_dbg(priv->i2c_props, fmt, ##arg) argument
/linux/tools/perf/ui/
H A Dhist.c21 #define hpp__call_print_fn(hpp, fn, fmt, ...) \ argument
29 int nr_samples, const char *fmt, int len, in __hpp__fmt_print()
59 hpp_field_fn get_field, const char *fmt, int len, in __hpp__fmt()
122 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__fmt()
142 int hpp__fmt_acc(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__fmt_acc()
343 static enum mem_stat_type hpp__mem_stat_type(struct perf_hpp_fmt *fmt) in hpp__mem_stat_type()
372 static int hpp__width_fn(struct perf_hpp_fmt *fmt, in hpp__width_fn()
398 static int hpp__header_fn(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__header_fn()
411 static int hpp__header_mem_stat_fn(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__header_mem_stat_fn()
473 int hpp_color_scnprintf(struct perf_hpp *hpp, const char *fmt, ...) in hpp_color_scnprintf()
[all …]
/linux/kernel/trace/
H A Dtrace_printk.c35 const char *fmt; member
38 static inline struct trace_bprintk_fmt *lookup_format(const char *fmt) in lookup_format()
56 char *fmt; in hold_module_trace_bprintk_format() local
123 find_next_mod_format(int start_index, void *v, const char **fmt, loff_t *pos) in find_next_mod_format()
180 find_next_mod_format(int start_index, void *v, const char **fmt, loff_t *pos) in find_next_mod_format()
200 int __trace_bprintk(unsigned long ip, const char *fmt, ...) in __trace_bprintk()
218 int __ftrace_vbprintk(unsigned long ip, const char *fmt, va_list ap) in __ftrace_vbprintk()
230 int __trace_printk(unsigned long ip, const char *fmt, ...) in __trace_printk()
245 int __ftrace_vprintk(unsigned long ip, const char *fmt, va_list ap) in __ftrace_vprintk()
267 const char **fmt = v; in find_next() local
[all …]
/linux/drivers/media/platform/mediatek/vcodec/common/
H A Dmtk_vcodec_util.h32 #define pr_fmt(fmt) "%s(),%d: " fmt, __func__, __LINE__ argument
34 #define mtk_v4l2_err(plat_dev, fmt, args...) \ argument
37 #define mtk_vcodec_err(inst_id, plat_dev, fmt, args...) \ argument
44 #define mtk_v4l2_debug(plat_dev, level, fmt, args...) \ argument
51 #define mtk_vcodec_debug(inst_id, plat_dev, fmt, args...) \ argument
58 #define mtk_v4l2_debug(plat_dev, level, fmt, args...) \ argument
61 #define mtk_vcodec_debug(inst_id, plat_dev, fmt, args...) \ argument
/linux/tools/testing/selftests/filesystems/overlayfs/
H A Dlog.h6 #define pr_msg(fmt, lvl, ...) \ argument
10 #define pr_p(func, fmt, ...) func(fmt ": %m", ##__VA_ARGS__) argument
12 #define pr_err(fmt, ...) \ argument
18 #define pr_fail(fmt, ...) \ argument
24 #define pr_perror(fmt, ...) pr_p(pr_err, fmt, ##__VA_ARGS__) argument
/linux/tools/testing/selftests/timens/
H A Dlog.h6 #define pr_msg(fmt, lvl, ...) \ argument
10 #define pr_p(func, fmt, ...) func(fmt ": %m", ##__VA_ARGS__) argument
12 #define pr_err(fmt, ...) \ argument
18 #define pr_fail(fmt, ...) \ argument
24 #define pr_perror(fmt, ...) pr_p(pr_err, fmt, ##__VA_ARGS__) argument
/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_debug.h20 #define mfc_debug(level, fmt, args...) \ argument
27 #define mfc_debug(level, fmt, args...) argument
33 #define mfc_err(fmt, args...) \ argument
39 #define mfc_err_limited(fmt, args...) \ argument
45 #define mfc_info(fmt, args...) \ argument
/linux/drivers/edac/
H A Dedac_mc.h48 #define edac_printk(level, prefix, fmt, arg...) \ argument
51 #define edac_mc_printk(mci, level, fmt, arg...) \ argument
54 #define edac_mc_chipset_printk(mci, level, prefix, fmt, arg...) \ argument
57 #define edac_device_printk(ctl, level, fmt, arg...) \ argument
60 #define edac_pci_printk(ctl, level, fmt, arg...) \ argument
73 #define edac_dbg(level, fmt, ...) \ argument
82 #define edac_dbg(level, fmt, ...) \ argument
/linux/arch/s390/boot/
H A Dboot.h81 #define boot_fmt(fmt) fmt argument
84 #define boot_emerg(fmt, ...) boot_printk(KERN_EMERG boot_fmt(fmt), ##__VA_ARGS__) argument
85 #define boot_alert(fmt, ...) boot_printk(KERN_ALERT boot_fmt(fmt), ##__VA_ARGS__) argument
86 #define boot_crit(fmt, ...) boot_printk(KERN_CRIT boot_fmt(fmt), ##__VA_ARGS__) argument
87 #define boot_err(fmt, ...) boot_printk(KERN_ERR boot_fmt(fmt), ##__VA_ARGS__) argument
88 #define boot_warn(fmt, ...) boot_printk(KERN_WARNING boot_fmt(fmt), ##__VA_ARGS__) argument
89 #define boot_notice(fmt, ...) boot_printk(KERN_NOTICE boot_fmt(fmt), ##__VA_ARGS__) argument
90 #define boot_info(fmt, ...) boot_printk(KERN_INFO boot_fmt(fmt), ##__VA_ARGS__) argument
91 #define boot_debug(fmt, ...) boot_printk(KERN_DEBUG boot_fmt(fmt), ##__VA_ARGS__) argument
/linux/drivers/media/pci/ivtv/
H A Divtv-alsa.h41 #define IVTV_ALSA_DEBUG(x, type, fmt, args...) \ argument
48 #define IVTV_ALSA_DEBUG_WARN(fmt, args...) \ argument
51 #define IVTV_ALSA_DEBUG_INFO(fmt, args...) \ argument
54 #define IVTV_ALSA_ERR(fmt, args...) \ argument
57 #define IVTV_ALSA_WARN(fmt, args...) \ argument
60 #define IVTV_ALSA_INFO(fmt, args...) \ argument
/linux/drivers/media/pci/cx18/
H A Dcx18-alsa.h40 #define CX18_ALSA_DEBUG(x, type, fmt, args...) \ argument
47 #define CX18_ALSA_DEBUG_WARN(fmt, args...) \ argument
50 #define CX18_ALSA_DEBUG_INFO(fmt, args...) \ argument
53 #define CX18_ALSA_ERR(fmt, args...) \ argument
56 #define CX18_ALSA_WARN(fmt, args...) \ argument
59 #define CX18_ALSA_INFO(fmt, args...) \ argument
/linux/samples/bpf/
H A Dtracex5.bpf.c39 char fmt[] = "syscall=%d (one of get/set uid/pid/gid)\n"; in bpf_prog1() local
52 char fmt[] = "write(fd=%d, buf=%p, size=%d)\n"; in PROG() local
65 char fmt[] = "read(fd=%d, buf=%p, size=%d)\n"; in PROG() local
75 char fmt[] = "mmap2\n"; in PROG() local
85 char fmt[] = "mmap\n"; in PROG() local
/linux/lib/
H A Dvsprintf.c908 const char *fmt) in dentry_name()
957 struct printf_spec spec, const char *fmt) in file_dentry_name()
967 struct printf_spec spec, const char *fmt) in bdev_name()
990 struct printf_spec spec, const char *fmt) in symbol_string()
1065 struct printf_spec spec, const char *fmt) in resource_string()
1162 struct printf_spec spec, const char *fmt) in range_string()
1187 const char *fmt) in hex_string()
1238 struct printf_spec spec, const char *fmt) in bitmap_string()
1282 struct printf_spec spec, const char *fmt) in bitmap_list_string()
1312 struct printf_spec spec, const char *fmt) in mac_address_string()
[all …]
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Ddebug.h35 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
45 #define brcmf_err(fmt, ...) \ argument
54 #define bphy_err(drvr, fmt, ...) \ argument
63 #define bphy_info_once(drvr, fmt, ...) \ argument
74 #define brcmf_dbg(level, fmt, ...) \ argument
91 #define brcmf_info(fmt, ...) \ argument
96 #define brcmf_dbg(level, fmt, ...) no_printk(fmt, ##__VA_ARGS__) argument
110 #define brcmf_dbg_hex_dump(test, data, len, fmt, ...) \ argument
/linux/drivers/net/wireless/ath/wil6210/
H A Ddebug.c10 void __wil_err(struct wil6210_priv *wil, const char *fmt, ...) in __wil_err()
23 void __wil_err_ratelimited(struct wil6210_priv *wil, const char *fmt, ...) in __wil_err_ratelimited()
39 void wil_dbg_ratelimited(const struct wil6210_priv *wil, const char *fmt, ...) in wil_dbg_ratelimited()
55 void __wil_info(struct wil6210_priv *wil, const char *fmt, ...) in __wil_info()
68 void wil_dbg_trace(struct wil6210_priv *wil, const char *fmt, ...) in wil_dbg_trace()
/linux/drivers/usb/usbip/
H A Dusbip_common.h27 #define pr_fmt(fmt) KBUILD_MODNAME ": %s:%d: " fmt, __func__, __LINE__ argument
29 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
62 #define usbip_dbg_with_flag(flag, fmt, args...) \ argument
68 #define usbip_dbg_sysfs(fmt, args...) \ argument
70 #define usbip_dbg_xmit(fmt, args...) \ argument
72 #define usbip_dbg_urb(fmt, args...) \ argument
74 #define usbip_dbg_eh(fmt, args...) \ argument
77 #define usbip_dbg_vhci_rh(fmt, args...) \ argument
79 #define usbip_dbg_vhci_hc(fmt, args...) \ argument
81 #define usbip_dbg_vhci_rx(fmt, args...) \ argument
[all …]
/linux/tools/lib/api/
H A Ddebug-internal.h7 #define __pr(func, fmt, ...) \ argument
17 #define pr_warn(fmt, ...) __pr(__pr_warn, fmt, ##__VA_ARGS__) argument
18 #define pr_info(fmt, ...) __pr(__pr_info, fmt, ##__VA_ARGS__) argument
19 #define pr_debug(fmt, ...) __pr(__pr_debug, fmt, ##__VA_ARGS__) argument
/linux/drivers/scsi/elx/include/
H A Defc_common.h22 #define efc_log_crit(efc, fmt, args...) \ argument
25 #define efc_log_err(efc, fmt, args...) \ argument
28 #define efc_log_warn(efc, fmt, args...) \ argument
31 #define efc_log_info(efc, fmt, args...) \ argument
34 #define efc_log_debug(efc, fmt, args...) \ argument
/linux/tools/perf/util/
H A Dblock-info.c178 static int block_column_header(struct perf_hpp_fmt *fmt, in block_column_header()
190 static int block_column_width(struct perf_hpp_fmt *fmt, in block_column_width()
210 static int block_total_cycles_pct_entry(struct perf_hpp_fmt *fmt, in block_total_cycles_pct_entry()
224 static int64_t block_total_cycles_pct_sort(struct perf_hpp_fmt *fmt, in block_total_cycles_pct_sort()
254 static int block_cycles_lbr_entry(struct perf_hpp_fmt *fmt, in block_cycles_lbr_entry()
267 static int block_cycles_pct_entry(struct perf_hpp_fmt *fmt, in block_cycles_pct_entry()
283 static int block_avg_cycles_entry(struct perf_hpp_fmt *fmt, in block_avg_cycles_entry()
298 static int block_range_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in block_range_entry()
329 static int block_dso_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in block_dso_entry()
346 struct perf_hpp_fmt *fmt = &block_fmt->fmt; in init_block_header() local
[all …]
/linux/sound/usb/
H A Dformat.c41 struct uac_format_type_i_discrete_descriptor *fmt = _fmt; in parse_audio_format_i_type() local
55 struct uac_format_type_i_ext_descriptor *fmt = _fmt; in parse_audio_format_i_type() local
204 unsigned char *fmt, int offset) in parse_audio_format_rates_v1()
314 unsigned char *fmt; in focusrite_valid_sample_rate() local
671 struct uac_format_type_i_continuous_descriptor *fmt = _fmt; in parse_audio_format_i() local
715 struct uac_format_type_i_continuous_descriptor *fmt = _fmt; in parse_audio_format_i() local
770 struct uac_format_type_ii_discrete_descriptor *fmt = _fmt; in parse_audio_format_ii() local
779 struct uac_format_type_ii_ext_descriptor *fmt = _fmt; in parse_audio_format_ii() local
794 struct uac_format_type_i_continuous_descriptor *fmt, in snd_usb_parse_audio_format()
/linux/drivers/net/wireless/ti/wlcore/
H A Ddebug.h50 #define wl1271_error(fmt, arg...) \ argument
53 #define wl1271_warning(fmt, arg...) \ argument
56 #define wl1271_notice(fmt, arg...) \ argument
59 #define wl1271_info(fmt, arg...) \ argument
64 #define wl1271_debug(level, fmt, arg...) \ argument
70 #define wl1271_debug(level, fmt, arg...) \ argument

12345678910>>...110