Home
last modified time | relevance | path

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

/subsys/bluetooth/common/
A Dbt_shell_private.c28 shell_vfprintf(sh, color, fmt, args_copy); in wall_vfprintf()
/subsys/shell/
A Dshell.c1511 void shell_vfprintf(const struct shell *sh, enum shell_vt100_color color, in shell_vfprintf() function
1558 shell_vfprintf(sh, color, fmt, args); in shell_fprintf_impl()
1567 shell_vfprintf(sh, SHELL_INFO, fmt, args); in shell_fprintf_info()
1576 shell_vfprintf(sh, SHELL_NORMAL, fmt, args); in shell_fprintf_normal()
1585 shell_vfprintf(sh, SHELL_WARNING, fmt, args); in shell_fprintf_warn()
1594 shell_vfprintf(sh, SHELL_ERROR, fmt, args); in shell_fprintf_error()

Completed in 7 milliseconds