Searched refs:_ft (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt_shell_private.h | 57 #define bt_shell_info(_ft, ...) \ argument 58 bt_shell_fprintf_info(_ft "\n", ##__VA_ARGS__) 67 #define bt_shell_print(_ft, ...) \ argument 68 bt_shell_fprintf_print(_ft "\n", ##__VA_ARGS__) 77 #define bt_shell_warn(_ft, ...) \ argument 78 bt_shell_fprintf_warn(_ft "\n", ##__VA_ARGS__) 87 #define bt_shell_error(_ft, ...) \ argument 88 bt_shell_fprintf_error(_ft "\n", ##__VA_ARGS__)
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell.h | 1127 #define shell_info(_sh, _ft, ...) \ argument 1128 shell_fprintf_info(_sh, _ft "\n", ##__VA_ARGS__) 1140 #define shell_print(_sh, _ft, ...) \ argument 1141 shell_fprintf_normal(_sh, _ft "\n", ##__VA_ARGS__) 1153 #define shell_warn(_sh, _ft, ...) \ argument 1154 shell_fprintf_warn(_sh, _ft "\n", ##__VA_ARGS__) 1166 #define shell_error(_sh, _ft, ...) \ argument 1167 shell_fprintf_error(_sh, _ft "\n", ##__VA_ARGS__)
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | shell.c | 42 #define shell_print_ctx(_ft, ...) \ argument 45 shell_print(bt_mesh_shell_ctx_shell, _ft, ##__VA_ARGS__); \
|