Home
last modified time | relevance | path

Searched defs:fmt (Results 51 – 75 of 3758) sorted by relevance

12345678910>>...151

/openbmc/qemu/util/
H A Derror.c59 ErrorClass err_class, const char *fmt, va_list ap, in error_setv()
89 ErrorClass err_class, const char *fmt, ...) in error_set_internal()
100 const char *fmt, ...) in error_setg_internal()
111 int os_errno, const char *fmt, ...) in error_setg_errno_internal()
132 void error_vprepend(Error *const *errp, const char *fmt, va_list ap) in error_vprepend()
147 void error_prepend(Error *const *errp, const char *fmt, ...) in error_prepend()
156 void error_append_hint(Error *const *errp, const char *fmt, ...) in error_append_hint()
182 int win32_err, const char *fmt, ...) in error_setg_win32_internal()
250 void error_reportf_err(Error *err, const char *fmt, ...) in error_reportf_err()
261 void warn_reportf_err(Error *err, const char *fmt, ...) in warn_reportf_err()
[all …]
H A Dqemu-print.c21 int qemu_vprintf(const char *fmt, va_list ap) in qemu_vprintf()
34 int qemu_printf(const char *fmt, ...) in qemu_printf()
49 int qemu_vfprintf(FILE *stream, const char *fmt, va_list ap) in qemu_vfprintf()
61 int qemu_fprintf(FILE *stream, const char *fmt, ...) in qemu_fprintf()
/openbmc/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()
/openbmc/libmctp/
H A Dlibmctp-log.h15 #define mctp_prerr(fmt, ...) \ argument
17 #define mctp_prwarn(fmt, ...) \ argument
19 #define mctp_prinfo(fmt, ...) \ argument
21 #define mctp_prdebug(fmt, ...) \ argument
/openbmc/linux/include/linux/
H A Dfs_context.h185 #define __logfc(fc, l, fmt, ...) logfc((fc)->log.log, NULL, \ argument
187 #define __plog(p, l, fmt, ...) logfc((p)->log, (p)->prefix, \ argument
197 #define infof(fc, fmt, ...) __logfc(fc, 'i', fmt, ## __VA_ARGS__) argument
198 #define info_plog(p, fmt, ...) __plog(p, 'i', fmt, ## __VA_ARGS__) argument
199 #define infofc(p, fmt, ...) __plog((&(fc)->log), 'i', fmt, ## __VA_ARGS__) argument
209 #define warnf(fc, fmt, ...) __logfc(fc, 'w', fmt, ## __VA_ARGS__) argument
210 #define warn_plog(p, fmt, ...) __plog(p, 'w', fmt, ## __VA_ARGS__) argument
221 #define errorf(fc, fmt, ...) __logfc(fc, 'e', fmt, ## __VA_ARGS__) argument
222 #define error_plog(p, fmt, ...) __plog(p, 'e', fmt, ## __VA_ARGS__) argument
233 #define invalf(fc, fmt, ...) (errorf(fc, fmt, ## __VA_ARGS__), -EINVAL) argument
[all …]
/openbmc/u-boot/drivers/mtd/ubi/
H A Ddebug.h32 #define ubi_dbg_msg(type, fmt, ...) \ argument
37 #define dbg_gen(fmt, ...) ubi_dbg_msg("gen", fmt, ##__VA_ARGS__) argument
39 #define dbg_eba(fmt, ...) ubi_dbg_msg("eba", fmt, ##__VA_ARGS__) argument
41 #define dbg_wl(fmt, ...) ubi_dbg_msg("wl", fmt, ##__VA_ARGS__) argument
43 #define dbg_io(fmt, ...) ubi_dbg_msg("io", fmt, ##__VA_ARGS__) argument
45 #define dbg_bld(fmt, ...) ubi_dbg_msg("bld", fmt, ##__VA_ARGS__) argument
/openbmc/linux/drivers/mtd/ubi/
H A Ddebug.h28 #define ubi_dbg_msg(type, fmt, ...) \ argument
33 #define dbg_gen(fmt, ...) ubi_dbg_msg("gen", fmt, ##__VA_ARGS__) argument
35 #define dbg_eba(fmt, ...) ubi_dbg_msg("eba", fmt, ##__VA_ARGS__) argument
37 #define dbg_wl(fmt, ...) ubi_dbg_msg("wl", fmt, ##__VA_ARGS__) argument
39 #define dbg_io(fmt, ...) ubi_dbg_msg("io", fmt, ##__VA_ARGS__) argument
41 #define dbg_bld(fmt, ...) ubi_dbg_msg("bld", fmt, ##__VA_ARGS__) argument
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_formats.c5 #define pr_fmt(fmt) "[drm:%s:%d] " fmt, __func__, __LINE__ argument
34 #define INTERLEAVED_RGB_FMT(fmt, a, r, g, b, e0, e1, e2, e3, uc, alpha, \ argument
53 #define INTERLEAVED_RGB_FMT_TILED(fmt, a, r, g, b, e0, e1, e2, e3, uc, \ argument
73 #define INTERLEAVED_YUV_FMT(fmt, a, r, g, b, e0, e1, e2, e3, \ argument
92 #define PSEUDO_YUV_FMT(fmt, a, r, g, b, e0, e1, chroma, flg, fm, np) \ argument
633 const struct dpu_format *fmt, in _dpu_format_get_plane_sizes_ubwc()
712 const struct dpu_format *fmt, in _dpu_format_get_plane_sizes_linear()
784 const struct dpu_format *fmt, in dpu_format_get_plane_sizes()
970 const struct dpu_format *fmt; in dpu_format_check_modified_format() local
1013 const struct dpu_format *fmt = NULL; in dpu_get_dpu_format_ext() local
[all …]
/openbmc/linux/drivers/media/pci/cx18/
H A Dcx18-driver.h158 #define CX18_DEBUG(x, type, fmt, args...) \ argument
197 #define CX18_DEBUG_WARN_DEV(dev, fmt, args...) \ argument
199 #define CX18_DEBUG_INFO_DEV(dev, fmt, args...) \ argument
201 #define CX18_DEBUG_API_DEV(dev, fmt, args...) \ argument
203 #define CX18_DEBUG_DMA_DEV(dev, fmt, args...) \ argument
205 #define CX18_DEBUG_IOCTL_DEV(dev, fmt, args...) \ argument
207 #define CX18_DEBUG_FILE_DEV(dev, fmt, args...) \ argument
209 #define CX18_DEBUG_I2C_DEV(dev, fmt, args...) \ argument
211 #define CX18_DEBUG_IRQ_DEV(dev, fmt, args...) \ argument
223 #define CX18_DEBUG_HI_API_DEV(dev, fmt, args...) \ argument
[all …]
/openbmc/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
/openbmc/linux/drivers/gpio/
H A Dgpiolib.h238 #define gpiod_crit(desc, fmt, ...) \ argument
241 #define gpiod_err(desc, fmt, ...) \ argument
244 #define gpiod_warn(desc, fmt, ...) \ argument
247 #define gpiod_info(desc, fmt, ...) \ argument
250 #define gpiod_dbg(desc, fmt, ...) \ argument
256 #define chip_emerg(gc, fmt, ...) \ argument
258 #define chip_crit(gc, fmt, ...) \ argument
260 #define chip_err(gc, fmt, ...) \ argument
262 #define chip_warn(gc, fmt, ...) \ argument
264 #define chip_info(gc, fmt, ...) \ argument
[all …]
/openbmc/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
/openbmc/qemu/tests/qtest/
H A Dlibqmp.c139 const char *fmt, va_list ap) in _qmp_fd_vsend_fds()
182 const char *fmt, va_list ap) in qmp_fd_vsend_fds()
188 void qmp_fd_vsend(int fd, const char *fmt, va_list ap) in qmp_fd_vsend()
194 QDict *qmp_fdv(int fd, const char *fmt, va_list ap) in qmp_fdv()
201 QDict *qmp_fd(int fd, const char *fmt, ...) in qmp_fd()
212 void qmp_fd_send(int fd, const char *fmt, ...) in qmp_fd_send()
221 void qmp_fd_vsend_raw(int fd, const char *fmt, va_list ap) in qmp_fd_vsend_raw()
233 void qmp_fd_send_raw(int fd, const char *fmt, ...) in qmp_fd_send_raw()
/openbmc/linux/lib/
H A Dvsprintf.c900 const char *fmt) in dentry_name()
949 struct printf_spec spec, const char *fmt) in file_dentry_name()
959 struct printf_spec spec, const char *fmt) in bdev_name()
1144 const char *fmt) in hex_string()
1239 struct printf_spec spec, const char *fmt) in bitmap_list_string()
1269 struct printf_spec spec, const char *fmt) in mac_address_string()
1484 struct printf_spec spec, const char *fmt) in ip6_addr_string_sa()
1616 const char *fmt) in escaped_string()
1905 struct printf_spec spec, const char *fmt) in time64_str()
1928 const char *fmt) in time_and_date()
[all …]
/openbmc/linux/drivers/scsi/fcoe/
H A Dlibfcoe.h19 #define LIBFCOE_DBG(fmt, args...) \ argument
23 #define LIBFCOE_FIP_DBG(fip, fmt, args...) \ argument
28 #define LIBFCOE_TRANSPORT_DBG(fmt, args...) \ argument
32 #define LIBFCOE_SYSFS_DBG(cdev, fmt, args...) \ argument
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dtrace_dbg.h94 #define hfi1_cdbg(which, fmt, ...) \ argument
97 #define hfi1_dbg(fmt, ...) \ argument
106 #define hfi1_dbg_early(fmt, ...) \ argument
109 #define hfi1_dbg_early(fmt, ...) argument
/openbmc/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
/openbmc/linux/net/mac80211/
H A Dtrace.c15 void __sdata_info(const char *fmt, ...) in __sdata_info()
30 void __sdata_dbg(bool print, const char *fmt, ...) in __sdata_dbg()
46 void __sdata_err(const char *fmt, ...) in __sdata_err()
61 void __wiphy_dbg(struct wiphy *wiphy, bool print, const char *fmt, ...) in __wiphy_dbg()
/openbmc/linux/drivers/usb/usbip/
H A Dusbip_common.h68 #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
83 #define usbip_dbg_vhci_tx(fmt, args...) \ argument
88 #define usbip_dbg_stub_cmp(fmt, args...) \ argument
90 #define usbip_dbg_stub_rx(fmt, args...) \ argument
[all …]
/openbmc/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
201 unsigned char *fmt, int offset) in parse_audio_format_rates_v1()
311 unsigned char *fmt; in focusrite_valid_sample_rate() local
659 struct uac_format_type_i_continuous_descriptor *fmt = _fmt; in parse_audio_format_i() local
703 struct uac_format_type_i_continuous_descriptor *fmt = _fmt; in parse_audio_format_i() local
758 struct uac_format_type_ii_discrete_descriptor *fmt = _fmt; in parse_audio_format_ii() local
767 struct uac_format_type_ii_ext_descriptor *fmt = _fmt; in parse_audio_format_ii() local
782 struct uac_format_type_i_continuous_descriptor *fmt, in snd_usb_parse_audio_format()
H A Dimplicit.c83 struct audioformat *fmt, in add_implicit_fb_sync_ep()
111 struct audioformat *fmt, in add_generic_uac2_implicit_fb()
147 struct audioformat *fmt, in add_roland_implicit_fb()
177 struct audioformat *fmt, in add_roland_capture_quirk()
236 struct audioformat *fmt, in __add_generic_implicit_fb()
260 struct audioformat *fmt, in add_generic_implicit_fb()
293 struct audioformat *fmt, in audioformat_implicit_fb_quirk()
361 struct audioformat *fmt, in audioformat_capture_quirk()
386 struct audioformat *fmt, in snd_usb_parse_implicit_fb_quirk()
/openbmc/linux/include/media/
H A Dv4l2-common.h23 #define v4l_printk(level, name, adapter, addr, fmt, arg...) \ argument
26 #define v4l_client_printk(level, client, fmt, arg...) \ argument
30 #define v4l_err(client, fmt, arg...) \ argument
33 #define v4l_warn(client, fmt, arg...) \ argument
36 #define v4l_info(client, fmt, arg...) \ argument
41 #define v4l_dbg(level, debug, client, fmt, arg...) \ argument
57 #define v4l2_printk(level, dev, fmt, arg...) \ argument
60 #define v4l2_err(dev, fmt, arg...) \ argument
63 #define v4l2_warn(dev, fmt, arg...) \ argument
66 #define v4l2_info(dev, fmt, arg...) \ argument
[all …]
/openbmc/linux/drivers/media/usb/pwc/
H A Dpwc.h58 #define PWC_DEBUG_OPEN(fmt, args...) PWC_DEBUG(OPEN, fmt, ##args) argument
59 #define PWC_DEBUG_READ(fmt, args...) PWC_DEBUG(READ, fmt, ##args) argument
61 #define PWC_DEBUG_FLOW(fmt, args...) PWC_DEBUG(FLOW, fmt, ##args) argument
71 #define PWC_DEBUG(level, fmt, args...) do {\ argument
76 #define PWC_ERROR(fmt, args...) printk(KERN_ERR PFX fmt, ##args) argument
78 #define PWC_INFO(fmt, args...) printk(KERN_INFO PFX fmt, ##args) argument
79 #define PWC_TRACE(fmt, args...) PWC_DEBUG(TRACE, fmt, ##args) argument
83 #define PWC_ERROR(fmt, args...) printk(KERN_ERR PFX fmt, ##args) argument
85 #define PWC_INFO(fmt, args...) printk(KERN_INFO PFX fmt, ##args) argument
86 #define PWC_TRACE(fmt, args...) do { } while(0) argument
[all …]
/openbmc/linux/drivers/bcma/
H A Dbcma_private.h6 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
12 #define bcma_err(bus, fmt, ...) \ argument
14 #define bcma_warn(bus, fmt, ...) \ argument
16 #define bcma_info(bus, fmt, ...) \ argument
18 #define bcma_debug(bus, fmt, ...) \ argument
/openbmc/linux/tools/perf/ui/
H A Dhelpline.c43 void ui_helpline__vpush(const char *fmt, va_list ap) in ui_helpline__vpush()
55 void ui_helpline__fpush(const char *fmt, ...) in ui_helpline__fpush()
70 int ui_helpline__vshow(const char *fmt, va_list ap) in ui_helpline__vshow()
75 void ui_helpline__printf(const char *fmt, ...) in ui_helpline__printf()

12345678910>>...151