Home
last modified time | relevance | path

Searched defs:fmt (Results 126 – 150 of 4398) sorted by relevance

12345678910>>...176

/openbmc/linux/fs/gfs2/
H A Dutil.h12 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
19 #define fs_emerg(fs, fmt, ...) \ argument
21 #define fs_warn(fs, fmt, ...) \ argument
23 #define fs_err(fs, fmt, ...) \ argument
25 #define fs_info(fs, fmt, ...) \ argument
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dfalcon.h74 #define FLCN_PRINTK(f,l,p,fmt,a...) ({ \ argument
80 #define FLCN_DBG(f,fmt,a...) FLCN_PRINTK((f), DEBUG, info, " "fmt"\n", ##a) argument
81 #define FLCN_ERR(f,fmt,a...) FLCN_PRINTK((f), ERROR, err, " "fmt"\n", ##a) argument
82 #define FLCN_ERRON(f,c,fmt,a...) \ argument
161 #define FLCNFW_PRINTK(f,l,p,fmt,a...) FLCN_PRINTK((f)->falcon, l, p, "%s: "fmt, (f)->fw.name, ##a) argument
162 #define FLCNFW_DBG(f,fmt,a...) FLCNFW_PRINTK((f), DEBUG, info, fmt"\n", ##a) argument
163 #define FLCNFW_ERR(f,fmt,a...) FLCNFW_PRINTK((f), ERROR, err, fmt"\n", ##a) argument
/openbmc/u-boot/tools/
H A Ddumpimage.h27 #define debug(fmt, args...) printf(fmt, ##args) argument
29 #define debug(fmt, args...) argument
/openbmc/qemu/stubs/
H A Derror-printf.c5 int error_vprintf(const char *fmt, va_list ap) in error_vprintf()
20 int error_vprintf_unless_qmp(const char *fmt, va_list ap) in error_vprintf_unless_qmp()
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dchsc.h53 int fmt; member
61 int fmt; member
67 int fmt; member
79 int fmt; member
102 int fmt; member
115 int fmt; member
123 int fmt; member
/openbmc/qemu/tests/qtest/
H A Dlibqtest.c547 QTestState *qtest_vinitf(const char *fmt, va_list ap) in qtest_vinitf()
557 QTestState *qtest_initf(const char *fmt, ...) in qtest_initf()
777 const char *fmt, va_list ap) in qtest_qmp_vsend_fds()
790 const char *fmt, va_list ap) in qtest_vqmp_fds()
809 const char *fmt, ...) in qtest_qmp_fds()
821 QDict *qtest_qmp(QTestState *s, const char *fmt, ...) in qtest_qmp()
832 void qtest_qmp_send(QTestState *s, const char *fmt, ...) in qtest_qmp_send()
841 void qtest_qmp_send_raw(QTestState *s, const char *fmt, ...) in qtest_qmp_send_raw()
917 char *qtest_hmp(QTestState *s, const char *fmt, ...) in qtest_hmp()
1410 const char *fmt, ...) in qtest_qmp_fds_assert_success()
[all …]
/openbmc/linux/arch/mips/kernel/
H A Dsignal-common.h17 # define DEBUGP(fmt, args...) printk("%s: " fmt, __func__, ##args) argument
19 # define DEBUGP(fmt, args...) argument
/openbmc/linux/fs/ocfs2/
H A Dsuper.h17 #define ocfs2_error(sb, fmt, ...) \ argument
24 #define ocfs2_abort(sb, fmt, ...) \ argument
/openbmc/qemu/hw/ssi/
H A Dpl022.c22 #define DPRINTF(fmt, ...) \ argument
24 #define BADF(fmt, ...) \ argument
27 #define DPRINTF(fmt, ...) do {} while(0) argument
28 #define BADF(fmt, ...) \ argument
/openbmc/linux/tools/testing/selftests/x86/
H A Dsyscall_numbering.c85 #define msg(lvl, fmt, ...) printf("%-*s" fmt, offset(), "[" #lvl "]", \ argument
88 #define run(fmt, ...) msg(RUN, fmt, ## __VA_ARGS__) argument
89 #define info(fmt, ...) msg(INFO, fmt, ## __VA_ARGS__) argument
90 #define ok(fmt, ...) msg(OK, fmt, ## __VA_ARGS__) argument
92 #define fail(fmt, ...) \ argument
98 #define crit(fmt, ...) \ argument
/openbmc/linux/drivers/net/wireless/ath/
H A Dath.h218 #define ath_emerg(common, fmt, ...) \ argument
220 #define ath_alert(common, fmt, ...) \ argument
222 #define ath_crit(common, fmt, ...) \ argument
224 #define ath_err(common, fmt, ...) \ argument
226 #define ath_warn(common, fmt, ...) \ argument
228 #define ath_notice(common, fmt, ...) \ argument
230 #define ath_info(common, fmt, ...) \ argument
296 #define ath_dbg(common, dbg_mask, fmt, ...) \ argument
309 const char *fmt, ...) in _ath_dbg()
312 #define ath_dbg(common, dbg_mask, fmt, ...) \ argument
/openbmc/linux/drivers/net/wireguard/
H A Dsocket.h34 #define net_dbg_skb_ratelimited(fmt, dev, skb, ...) do { \ argument
41 #define net_dbg_skb_ratelimited(fmt, skb, ...) argument
/openbmc/linux/drivers/media/pci/zoran/
H A Dzoran_driver.c258 static int zoran_enum_fmt(struct zoran *zr, struct v4l2_fmtdesc *fmt, int flag) in zoran_enum_fmt()
290 struct v4l2_format *fmt) in zoran_g_fmt_vid_out()
312 struct v4l2_format *fmt) in zoran_g_fmt_vid_cap()
332 struct v4l2_format *fmt) in zoran_try_fmt_vid_out()
395 struct v4l2_format *fmt) in zoran_try_fmt_vid_cap()
431 struct v4l2_format *fmt) in zoran_s_fmt_vid_out()
511 struct v4l2_format *fmt) in zoran_s_fmt_vid_cap()
/openbmc/linux/samples/bpf/
H A Dsock_flags.bpf.c9 char fmt[] = "socket: family %d type %d protocol %d\n"; in bpf_prog1() local
32 char fmt[] = "socket: family %d type %d protocol %d\n"; in bpf_prog2() local
/openbmc/linux/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c48 static void die(char *fmt, ...) in die()
57 static void vmaybe_write_file(bool enoent_ok, char *filename, char *fmt, va_list ap) in vmaybe_write_file()
95 static void maybe_write_file(char *filename, char *fmt, ...) in maybe_write_file()
105 static void write_file(char *filename, char *fmt, ...) in write_file()
/openbmc/linux/drivers/scsi/qedi/
H A Dqedi_dbg.h71 #define QEDI_ERR(pdev, fmt, ...) \ argument
73 #define QEDI_WARN(pdev, fmt, ...) \ argument
75 #define QEDI_NOTICE(pdev, fmt, ...) \ argument
77 #define QEDI_INFO(pdev, level, fmt, ...) \ argument
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf_dbg.h73 #define QEDF_ERR(pdev, fmt, ...) \ argument
75 #define QEDF_WARN(pdev, fmt, ...) \ argument
77 #define QEDF_NOTICE(pdev, fmt, ...) \ argument
79 #define QEDF_INFO(pdev, level, fmt, ...) \ argument
/openbmc/u-boot/api/
H A Dapi_net.c18 #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt, ##args); } while (0) argument
20 #define debugf(fmt, args...) argument
23 #define errf(fmt, args...) do { printf("ERROR @ %s(): ", __func__); printf(fmt, ##args); } while (0) argument
/openbmc/linux/drivers/mtd/ubi/
H A Dmisc.c145 void ubi_msg(const struct ubi_device *ubi, const char *fmt, ...) in ubi_msg()
161 void ubi_warn(const struct ubi_device *ubi, const char *fmt, ...) in ubi_warn()
178 void ubi_err(const struct ubi_device *ubi, const char *fmt, ...) in ubi_err()
/openbmc/linux/fs/xfs/
H A Dxfs_message.c34 const char *fmt, ...) in xfs_printk_level()
58 const char *fmt, ...) in _xfs_alert_tag()
117 const char *fmt, in xfs_buf_alert_ratelimited()
/openbmc/linux/tools/verification/rv/src/
H A Dutils.c19 void err_msg(const char *fmt, ...) in err_msg()
34 void debug_msg(const char *fmt, ...) in debug_msg()
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c161 #define fatal_error(fmt, ...) \ argument
177 #define assert_op(lhs, rhs, fmt, op) \ argument
189 #define assert_eq(lhs, rhs, fmt) assert_op(lhs, rhs, fmt, ==) argument
190 #define assert_ne(lhs, rhs, fmt) assert_op(lhs, rhs, fmt, !=) argument
191 #define assert_lt(lhs, rhs, fmt) assert_op(lhs, rhs, fmt, <) argument
192 #define assert_ge(lhs, rhs, fmt) assert_op(lhs, rhs, fmt, >=) argument
/openbmc/linux/drivers/media/usb/stk1160/
H A Dstk1160.h56 #define stk1160_dbg(fmt, args...) \ argument
59 #define stk1160_dbg(fmt, args...) argument
62 #define stk1160_info(fmt, args...) \ argument
65 #define stk1160_warn(fmt, args...) \ argument
68 #define stk1160_err(fmt, args...) \ argument
148 struct stk1160_fmt *fmt; /* selected format */ member
/openbmc/linux/tools/perf/
H A Dbuiltin-diff.c66 struct perf_hpp_fmt fmt; member
78 struct diff_hpp_fmt fmt[PERF_HPP_DIFF__MAX_INDEX]; member
878 hist_entry__cmp_delta(struct perf_hpp_fmt *fmt, in hist_entry__cmp_delta()
887 hist_entry__cmp_delta_abs(struct perf_hpp_fmt *fmt, in hist_entry__cmp_delta_abs()
896 hist_entry__cmp_ratio(struct perf_hpp_fmt *fmt, in hist_entry__cmp_ratio()
905 hist_entry__cmp_wdiff(struct perf_hpp_fmt *fmt, in hist_entry__cmp_wdiff()
1071 struct diff_hpp_fmt *fmt = &d->fmt[col]; in data__free() local
1465 static int hpp__color_delta(struct perf_hpp_fmt *fmt, in hpp__color_delta()
1696 static int hpp__width(struct perf_hpp_fmt *fmt, in hpp__width()
1742 struct perf_hpp_fmt *fmt = &dfmt->fmt; in data__hpp_register() local
[all …]
/openbmc/linux/net/batman-adv/
H A Dlog.h79 #define _batadv_dbg(type, bat_priv, ratelimited, fmt, arg...) \ argument
121 #define batadv_info(net_dev, fmt, arg...) \ argument
135 #define batadv_err(net_dev, fmt, arg...) \ argument

12345678910>>...176