Home
last modified time | relevance | path

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

12345678910>>...141

/openbmc/linux/include/kunit/
H A Dtest.h525 #define kunit_printk(lvl, test, fmt, ...) \ argument
538 #define kunit_info(test, fmt, ...) \ argument
549 #define kunit_warn(test, fmt, ...) \ argument
560 #define kunit_err(test, fmt, ...) \ argument
630 fmt, \ argument
683 fmt, \ argument
713 fmt, \ argument
728 fmt, \ argument
743 fmt, \ argument
775 fmt, \ argument
[all …]
/openbmc/linux/drivers/scsi/libfc/
H A Dfc_libfc.h30 #define FC_LIBFC_DBG(fmt, args...) \ argument
34 #define FC_LPORT_DBG(lport, fmt, args...) \ argument
40 #define FC_DISC_DBG(disc, fmt, args...) \ argument
46 #define FC_RPORT_ID_DBG(lport, port_id, fmt, args...) \ argument
52 #define FC_RPORT_DBG(rdata, fmt, args...) \ argument
55 #define FC_FCP_DBG(pkt, fmt, args...) \ argument
73 #define FC_EXCH_DBG(exch, fmt, args...) \ argument
79 #define FC_SCSI_DBG(lport, fmt, args...) \ argument
/openbmc/qemu/hw/net/
H A Dvmxnet_debug.h81 #define VMW_SHPRN(fmt, ...) \ argument
89 #define VMW_CBPRN(fmt, ...) \ argument
97 #define VMW_PKPRN(fmt, ...) \ argument
105 #define VMW_WRPRN(fmt, ...) \ argument
113 #define VMW_ERPRN(fmt, ...) \ argument
121 #define VMW_IRPRN(fmt, ...) \ argument
129 #define VMW_CFPRN(fmt, ...) \ argument
137 #define VMW_RIPRN(fmt, ...) \ argument
/openbmc/linux/fs/ubifs/
H A Ddebug.h157 #define ubifs_dbg_msg(type, fmt, ...) \ argument
170 #define dbg_gen(fmt, ...) ubifs_dbg_msg("gen", fmt, ##__VA_ARGS__) argument
172 #define dbg_jnl(fmt, ...) ubifs_dbg_msg("jnl", fmt, ##__VA_ARGS__) argument
173 #define dbg_jnlk(key, fmt, ...) \ argument
176 #define dbg_tnc(fmt, ...) ubifs_dbg_msg("tnc", fmt, ##__VA_ARGS__) argument
177 #define dbg_tnck(key, fmt, ...) \ argument
180 #define dbg_lp(fmt, ...) ubifs_dbg_msg("lp", fmt, ##__VA_ARGS__) argument
184 #define dbg_mnt(fmt, ...) ubifs_dbg_msg("mnt", fmt, ##__VA_ARGS__) argument
185 #define dbg_mntk(key, fmt, ...) \ argument
188 #define dbg_io(fmt, ...) ubifs_dbg_msg("io", fmt, ##__VA_ARGS__) argument
[all …]
/openbmc/linux/drivers/net/wireless/marvell/libertas/
H A Ddefs.h51 #define LBS_DEB_LL(grp, grpnam, fmt, args...) \ argument
55 #define LBS_DEB_LL(grp, grpnam, fmt, args...) do {} while (0) argument
58 #define lbs_deb_main(fmt, args...) LBS_DEB_LL(LBS_DEB_MAIN, " main", fmt, ##args) argument
59 #define lbs_deb_net(fmt, args...) LBS_DEB_LL(LBS_DEB_NET, " net", fmt, ##args) argument
66 #define lbs_deb_11d(fmt, args...) LBS_DEB_LL(LBS_DEB_11D, " 11d", fmt, ##args) argument
70 #define lbs_deb_cmd(fmt, args...) LBS_DEB_LL(LBS_DEB_CMD, " cmd", fmt, ##args) argument
71 #define lbs_deb_rx(fmt, args...) LBS_DEB_LL(LBS_DEB_RX, " rx", fmt, ##args) argument
72 #define lbs_deb_tx(fmt, args...) LBS_DEB_LL(LBS_DEB_TX, " tx", fmt, ##args) argument
73 #define lbs_deb_fw(fmt, args...) LBS_DEB_LL(LBS_DEB_FW, " fw", fmt, ##args) argument
74 #define lbs_deb_usb(fmt, args...) LBS_DEB_LL(LBS_DEB_USB, " usb", fmt, ##args) argument
[all …]
/openbmc/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
/openbmc/linux/include/linux/
H A Ddynamic_debug.h178 #define DEFINE_DYNAMIC_DEBUG_METADATA(name, fmt) \ argument
249 #define _dynamic_func_call(fmt, func, ...) \ argument
264 #define dynamic_pr_debug_cls(cls, fmt, ...) \ argument
268 #define dynamic_pr_debug(fmt, ...) \ argument
272 #define dynamic_dev_dbg(dev, fmt, ...) \ argument
276 #define dynamic_netdev_dbg(dev, fmt, ...) \ argument
280 #define dynamic_ibdev_dbg(dev, fmt, ...) \ argument
292 #define __pr_debug_cls(cls, fmt, ...) do { \ argument
304 #define DEFINE_DYNAMIC_DEBUG_METADATA(name, fmt) argument
307 #define dynamic_pr_debug(fmt, ...) \ argument
[all …]
/openbmc/linux/tools/perf/util/
H A Dcolor.c14 const char *fmt, va_list args, const char *trail) in __color_vsnprintf()
39 static int __color_vfprintf(FILE *fp, const char *color, const char *fmt, in __color_vfprintf()
63 const char *fmt, va_list args) in color_vsnprintf()
68 int color_vfprintf(FILE *fp, const char *color, const char *fmt, va_list args) in color_vfprintf()
74 const char *fmt, ...) in color_snprintf()
85 int color_fprintf(FILE *fp, const char *color, const char *fmt, ...) in color_fprintf()
142 int percent_color_fprintf(FILE *fp, const char *fmt, double percent) in percent_color_fprintf()
153 int value_color_snprintf(char *bf, size_t size, const char *fmt, double value) in value_color_snprintf()
159 int percent_color_snprintf(char *bf, size_t size, const char *fmt, ...) in percent_color_snprintf()
170 int percent_color_len_snprintf(char *bf, size_t size, const char *fmt, ...) in percent_color_len_snprintf()
/openbmc/u-boot/fs/ubifs/
H A Ddebug.h156 #define ubifs_dbg_msg(type, fmt, ...) \ argument
184 #define ubifs_dbg_msg(type, fmt, ...) \ argument
199 #define dbg_gen(fmt, ...) ubifs_dbg_msg("gen", fmt, ##__VA_ARGS__) argument
201 #define dbg_jnl(fmt, ...) ubifs_dbg_msg("jnl", fmt, ##__VA_ARGS__) argument
202 #define dbg_jnlk(key, fmt, ...) \ argument
205 #define dbg_tnc(fmt, ...) ubifs_dbg_msg("tnc", fmt, ##__VA_ARGS__) argument
206 #define dbg_tnck(key, fmt, ...) \ argument
209 #define dbg_lp(fmt, ...) ubifs_dbg_msg("lp", fmt, ##__VA_ARGS__) argument
214 #define dbg_mntk(key, fmt, ...) \ argument
217 #define dbg_io(fmt, ...) ubifs_dbg_msg("io", fmt, ##__VA_ARGS__) argument
[all …]
/openbmc/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
/openbmc/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
/openbmc/qemu/util/
H A Derror-report.c32 int error_printf(const char *fmt, ...) in error_printf()
197 static void vreport(report_type type, const char *fmt, va_list ap) in vreport()
236 void error_vreport(const char *fmt, va_list ap) in error_vreport()
247 void warn_vreport(const char *fmt, va_list ap) in warn_vreport()
259 void info_vreport(const char *fmt, va_list ap) in info_vreport()
271 void error_report(const char *fmt, ...) in error_report()
286 void warn_report(const char *fmt, ...) in warn_report()
302 void info_report(const char *fmt, ...) in info_report()
316 bool error_report_once_cond(bool *printed, const char *fmt, ...) in error_report_once_cond()
336 bool warn_report_once_cond(bool *printed, const char *fmt, ...) in warn_report_once_cond()
/openbmc/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
/openbmc/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
/openbmc/linux/tools/perf/ui/
H A Dhist.c19 #define hpp__call_print_fn(hpp, fn, fmt, ...) \ argument
541 static void fmt_free(struct perf_hpp_fmt *fmt) in fmt_free()
624 struct perf_hpp_fmt *fmt, *acc, *ovh, *tmp; in perf_hpp__cancel_cumulate() local
650 struct perf_hpp_fmt *fmt; in perf_hpp__setup_output_field() local
673 struct perf_hpp_fmt *fmt; in perf_hpp__append_sort_keys() local
693 struct perf_hpp_fmt *fmt, *tmp; in perf_hpp__reset_output_field() local
715 struct perf_hpp_fmt *fmt; in hists__sort_list_width() local
740 struct perf_hpp_fmt *fmt; in hists__overhead_width() local
795 struct perf_hpp_fmt *fmt; in hists__reset_column_width() local
810 struct perf_hpp_fmt *fmt; in perf_hpp__set_user_width() local
[all …]
/openbmc/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
/openbmc/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 …]
/openbmc/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
/openbmc/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
/openbmc/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
/openbmc/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
/openbmc/linux/drivers/staging/media/atomisp/include/hmm/
H A Dhmm_common.h29 #define var_equal_return(var1, var2, exp, fmt, arg ...) \ argument
38 #define var_equal_return_void(var1, var2, fmt, arg ...) \ argument
47 #define var_equal_goto(var1, var2, label, fmt, arg ...) \ argument
56 #define var_not_equal_goto(var1, var2, label, fmt, arg ...) \ argument
65 #define check_null_return(ptr, exp, fmt, arg ...) \ argument
68 #define check_null_return_void(ptr, fmt, arg ...) \ argument
/openbmc/linux/include/linux/ceph/
H A Dceph_debug.h5 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
18 # define dout(fmt, ...) \ argument
24 # define dout(fmt, ...) do { \ argument
35 # define dout(fmt, ...) pr_debug(" " fmt, ##__VA_ARGS__) argument
/openbmc/linux/drivers/crypto/cavium/zip/
H A Dcommon.h173 #define zip_err(fmt, args...) pr_err("ZIP ERR:%s():%d: " \ argument
178 #define zip_msg(fmt, args...) pr_info("ZIP_MSG:" fmt "\n", ## args) argument
180 #define zip_msg(fmt, args...) argument
192 #define zip_dbg(fmt, args...) pr_info("ZIP DBG: %s: %s() : %d: " \ argument
197 #define zip_dbg(fmt, args...) pr_info("ZIP DBG: %s: %s() : %d: " \ argument
202 #define zip_dbg(fmt, args...) pr_info("ZIP DBG: %s() : %d: " \ argument
207 #define zip_dbg(fmt, args...) pr_info("ZIP DBG:" fmt "\n", ## args) argument
213 #define zip_dbg(fmt, args...) pr_info("ZIP DBG:" fmt "\n", ## args) argument
218 #define zip_dbg(fmt, args...) argument
/openbmc/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

12345678910>>...141