Home
last modified time | relevance | path

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

/Zephyr-4.2.1/modules/openthread/
Dshell.c35 shell_vfprintf(shell_p, SHELL_NORMAL, format, arg); in ot_console_cb()
/Zephyr-4.2.1/subsys/bluetooth/common/
Dbt_shell_private.c28 shell_vfprintf(sh, color, fmt, args_copy); in wall_vfprintf()
/Zephyr-4.2.1/subsys/shell/
Dshell.c1531 void shell_vfprintf(const struct shell *sh, enum shell_vt100_color color, in shell_vfprintf() function
1578 shell_vfprintf(sh, color, fmt, args); in shell_fprintf_impl()
1587 shell_vfprintf(sh, SHELL_INFO, fmt, args); in shell_fprintf_info()
1596 shell_vfprintf(sh, SHELL_NORMAL, fmt, args); in shell_fprintf_normal()
1605 shell_vfprintf(sh, SHELL_WARNING, fmt, args); in shell_fprintf_warn()
1614 shell_vfprintf(sh, SHELL_ERROR, fmt, args); in shell_fprintf_error()
/Zephyr-4.2.1/include/zephyr/shell/
Dshell.h1218 void shell_vfprintf(const struct shell *sh, enum shell_vt100_color color,