Searched refs:shell_vfprintf (Results 1 – 4 of 4) sorted by relevance
| /Zephyr-4.2.1/modules/openthread/ |
| D | shell.c | 35 shell_vfprintf(shell_p, SHELL_NORMAL, format, arg); in ot_console_cb()
|
| /Zephyr-4.2.1/subsys/bluetooth/common/ |
| D | bt_shell_private.c | 28 shell_vfprintf(sh, color, fmt, args_copy); in wall_vfprintf()
|
| /Zephyr-4.2.1/subsys/shell/ |
| D | shell.c | 1531 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/ |
| D | shell.h | 1218 void shell_vfprintf(const struct shell *sh, enum shell_vt100_color color,
|