Searched refs:shell_vfprintf (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/modules/openthread/platform/ |
D | shell.c | 34 shell_vfprintf(shell_p, SHELL_NORMAL, format, arg); in ot_console_cb()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt_shell_private.c | 28 shell_vfprintf(sh, color, fmt, args_copy); in wall_vfprintf()
|
/Zephyr-latest/subsys/shell/ |
D | shell.c | 1529 void shell_vfprintf(const struct shell *sh, enum shell_vt100_color color, in shell_vfprintf() function 1572 shell_vfprintf(sh, color, fmt, args); in shell_fprintf_impl() 1581 shell_vfprintf(sh, SHELL_INFO, fmt, args); in shell_fprintf_info() 1590 shell_vfprintf(sh, SHELL_NORMAL, fmt, args); in shell_fprintf_normal() 1599 shell_vfprintf(sh, SHELL_WARNING, fmt, args); in shell_fprintf_warn() 1608 shell_vfprintf(sh, SHELL_ERROR, fmt, args); in shell_fprintf_error()
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell.h | 1088 void shell_vfprintf(const struct shell *sh, enum shell_vt100_color color,
|