Searched refs:shell_vfprintf (Results 1 – 2 of 2) sorted by relevance
| /subsys/bluetooth/common/ |
| A D | bt_shell_private.c | 28 shell_vfprintf(sh, color, fmt, args_copy); in wall_vfprintf()
|
| /subsys/shell/ |
| A D | shell.c | 1511 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