Home
last modified time | relevance | path

Searched refs:shell_vfprintf (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/modules/openthread/platform/
Dshell.c34 shell_vfprintf(shell_p, SHELL_NORMAL, format, arg); in ot_console_cb()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt_shell_private.c28 shell_vfprintf(sh, color, fmt, args_copy); in wall_vfprintf()
/Zephyr-latest/subsys/shell/
Dshell.c1529 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/
Dshell.h1088 void shell_vfprintf(const struct shell *sh, enum shell_vt100_color color,