Home
last modified time | relevance | path

Searched defs:fmt (Results 1 – 22 of 22) sorted by relevance

/subsys/bluetooth/common/
A Dbt_shell_private.c17 static void wall_vfprintf(enum shell_vt100_color color, const char *fmt, va_list args) in wall_vfprintf()
46 const char *fmt, ...) in bt_shell_fprintf()
55 void bt_shell_fprintf_info(const char *fmt, ...) in bt_shell_fprintf_info()
64 void bt_shell_fprintf_print(const char *fmt, ...) in bt_shell_fprintf_print()
73 void bt_shell_fprintf_warn(const char *fmt, ...) in bt_shell_fprintf_warn()
82 void bt_shell_fprintf_error(const char *fmt, ...) in bt_shell_fprintf_error()
A Dassert.h9 #define BT_ASSERT_PRINT_MSG(fmt, ...) __ASSERT_MSG_INFO(fmt, ##__VA_ARGS__) argument
12 #define BT_ASSERT_PRINT_MSG(fmt, ...) argument
30 #define BT_ASSERT_MSG(cond, fmt, ...) \ argument
/subsys/testsuite/include/zephyr/
A Dtc_util.h25 #define PRINT_DATA(fmt, ...) printk(fmt, ##__VA_ARGS__) argument
117 #define TC_ERROR(fmt, ...) \ argument
124 static inline void print_nothing(const char *fmt, ...) in print_nothing()
131 #define TC_PRINT(fmt, ...) PRINT_DATA(fmt, ##__VA_ARGS__) argument
133 #define TC_PRINT(fmt, ...) print_nothing(fmt, ##__VA_ARGS__) argument
138 #define TC_SUMMARY_PRINT(fmt, ...) PRINT_DATA(fmt, ##__VA_ARGS__) argument
157 #define TC_END(result, fmt, ...) PRINT_DATA(fmt, ##__VA_ARGS__) argument
162 #define TC_END_PRINT(result, fmt, ...) PRINT_DATA(fmt, ##__VA_ARGS__); PRINT_LINE argument
164 #define TC_END_PRINT(result, fmt, ...) print_nothing(fmt) argument
189 #define TC_SUITE_PRINT(fmt, ...) PRINT_DATA(fmt, ##__VA_ARGS__) argument
/subsys/net/lib/shell/
A Dnet_shell_private.h11 #define PR(fmt, ...) \ argument
20 #define PR_SHELL(sh, fmt, ...) \ argument
29 #define PR_ERROR(fmt, ...) \ argument
38 #define PR_INFO(fmt, ...) \ argument
47 #define PR_WARNING(fmt, ...) \ argument
/subsys/net/lib/http/headers/
A Dmlog.h14 #define LOG_INF(fmt, args...) printf("I: " fmt "\n", ##args) argument
15 #define LOG_ERR(fmt, args...) printf("E: " fmt "\n", ##args) argument
16 #define LOG_DBG(fmt, args...) printf("D: " fmt "\n", ##args) argument
/subsys/logging/
A Dlog_minimal.c15 void z_log_minimal_printk(const char *fmt, ...) in z_log_minimal_printk()
25 void z_log_minimal_vprintk(const char *fmt, va_list ap) in z_log_minimal_vprintk()
A Dlog_msg.c130 void z_impl_z_log_msg_simple_create_0(const void *source, uint32_t level, const char *fmt) in z_impl_z_log_msg_simple_create_0()
180 const char *fmt, uint32_t arg) in z_impl_z_log_msg_simple_create_1()
230 const char *fmt, uint32_t arg0, uint32_t arg1) in z_impl_z_log_msg_simple_create_2()
347 uint32_t package_flags, const char *fmt, va_list ap) in z_log_msg_runtime_vcreate()
A Dlog_output_syst.c612 const char *fmt, va_list ap)
648 const char *fmt, va_list ap)
A Dlog_core.c219 void z_log_vprintk(const char *fmt, va_list ap) in z_log_vprintk()
A Dlog_output.c130 const char *fmt, ...) in print_formatted()
/subsys/bluetooth/controller/hal/
A Ddebug.h17 #define LL_ASSERT_MSG(cond, fmt, ...) \ argument
26 #define LL_ASSERT_MSG(cond, fmt, ...) \ argument
/subsys/net/ip/
A Dtp_priv.h19 #define tp_dbg(fmt, args...) printk("%s: " fmt "\n", __func__, ## args) argument
20 #define tp_err(fmt, args...) do { \ argument
25 #define tp_assert(cond, fmt, args...) do { \ argument
/subsys/shell/
A Dshell_fprintf.c34 const char *fmt, va_list args) in z_shell_fprintf_fmt()
A Dshell.c1512 const char *fmt, va_list args) in shell_vfprintf()
1553 const char *fmt, ...) in shell_fprintf_impl()
1562 void shell_fprintf_info(const struct shell *sh, const char *fmt, ...) in shell_fprintf_info()
1571 void shell_fprintf_normal(const struct shell *sh, const char *fmt, ...) in shell_fprintf_normal()
1580 void shell_fprintf_warn(const struct shell *sh, const char *fmt, ...) in shell_fprintf_warn()
1589 void shell_fprintf_error(const struct shell *sh, const char *fmt, ...) in shell_fprintf_error()
A Dshell_ops.c531 const char *fmt, va_list args) in z_shell_vfprintf()
551 const char *fmt, ...) in z_shell_fprintf()
A Dshell_ops.h19 const char *fmt, ...) in z_shell_raw_fprintf()
/subsys/testsuite/ztest/src/
A Dztest_mock.c47 void printk(const char *fmt, ...) in printk()
56 void vprintk(const char *fmt, va_list ap) in vprintk()
61 int snprintk(char *str, size_t size, const char *fmt, ...) in snprintk()
/subsys/usb/device_next/class/
A Dusbd_uvc.c72 struct uvc_format_descriptor fmt; member
579 struct video_format *fmt = &data->video_fmt; in uvc_get_vs_probe_max_size() local
603 static int uvc_get_vs_format_from_desc(const struct device *dev, struct video_format *const fmt) in uvc_get_vs_format_from_desc()
645 struct video_format *fmt = &data->video_fmt; in uvc_get_vs_probe_struct() local
796 struct video_format fmt = data->video_fmt; in uvc_set_vs_commit() local
1477 const uint64_t frmival_nsec, struct video_format *const fmt) in uvc_set_vs_bitrate_range()
1504 struct video_format *const fmt) in uvc_add_vs_frame_interval()
1532 struct video_format fmt = {.pixelformat = cap->pixelformat, in uvc_add_vs_frame_desc() local
1762 struct video_format *fmt = &data->video_fmt; in uvc_initiate_transfer() local
1827 struct video_format *fmt = &data->video_fmt; in uvc_continue_transfer() local
[all …]
/subsys/logging/frontends/
A Dlog_frontend_stmesp.c455 const char *fmt) in early_msg_start()
470 uint32_t package_hdr, const char *fmt) in msg_start()
484 void log_frontend_simple_0(const void *source, uint32_t level, const char *fmt) in log_frontend_simple_0()
511 void log_frontend_simple_1(const void *source, uint32_t level, const char *fmt, uint32_t arg) in log_frontend_simple_1()
540 void log_frontend_simple_2(const void *source, uint32_t level, const char *fmt, uint32_t arg0, in log_frontend_simple_2()
/subsys/logging/backends/
A Dlog_backend_net.c23 #define DBG(fmt, ...) IF_ENABLED(DEBUG_PRINTING, (printk(fmt, ##__VA_ARGS__))) argument
/subsys/bluetooth/host/
A Diso.c47 #define BT_ISO_DATA_DBG(fmt, ...) LOG_DBG(fmt, ##__VA_ARGS__) argument
49 #define BT_ISO_DATA_DBG(fmt, ...) argument
/subsys/bluetooth/mesh/
A Dcfg_cli.c2333 bool fmt, cor_present; in bt_mesh_comp_p1_elem_pull() local

Completed in 55 milliseconds