/Zephyr-latest/subsys/shell/ |
D | shell_ops.h | 53 static inline bool z_flag_insert_mode_get(const struct shell *sh) in z_flag_insert_mode_get() 58 static inline bool z_flag_insert_mode_set(const struct shell *sh, bool val) in z_flag_insert_mode_set() 66 static inline bool z_flag_use_colors_get(const struct shell *sh) in z_flag_use_colors_get() 71 static inline bool z_flag_use_colors_set(const struct shell *sh, bool val) in z_flag_use_colors_set() 79 static inline bool z_flag_use_vt100_get(const struct shell *sh) in z_flag_use_vt100_get() 84 static inline bool z_flag_use_vt100_set(const struct shell *sh, bool val) in z_flag_use_vt100_set() 92 static inline bool z_flag_echo_get(const struct shell *sh) in z_flag_echo_get() 97 static inline bool z_flag_echo_set(const struct shell *sh, bool val) in z_flag_echo_set() 105 static inline bool z_flag_obscure_get(const struct shell *sh) in z_flag_obscure_get() 110 static inline bool z_flag_obscure_set(const struct shell *sh, bool val) in z_flag_obscure_set() [all …]
|
D | shell_ops.c | 11 void z_shell_op_cursor_vert_move(const struct shell *sh, int32_t delta) in z_shell_op_cursor_vert_move() 26 void z_shell_op_cursor_horiz_move(const struct shell *sh, int32_t delta) in z_shell_op_cursor_horiz_move() 44 static inline bool full_line_cmd(const struct shell *sh) in full_line_cmd() 56 bool z_shell_cursor_in_empty_line(const struct shell *sh) in z_shell_cursor_in_empty_line() 64 void z_shell_op_cond_next_line(const struct shell *sh) in z_shell_op_cond_next_line() 71 void z_shell_op_cursor_position_synchronize(const struct shell *sh) in z_shell_op_cursor_position_synchronize() 97 void z_shell_op_cursor_move(const struct shell *sh, int16_t val) in z_shell_op_cursor_move() 147 void z_shell_op_cursor_word_move(const struct shell *sh, int16_t val) in z_shell_op_cursor_word_move() 167 void z_shell_op_word_remove(const struct shell *sh) in z_shell_op_word_remove() 207 void z_shell_op_cursor_home_move(const struct shell *sh) in z_shell_op_cursor_home_move() [all …]
|
D | shell.c | 44 static inline void receive_state_change(const struct shell *sh, in receive_state_change() 50 static void cmd_buffer_clear(const struct shell *sh) in cmd_buffer_clear() 57 static void shell_internal_help_print(const struct shell *sh) in shell_internal_help_print() 78 static int cmd_precheck(const struct shell *sh, in cmd_precheck() 96 static inline void state_set(const struct shell *sh, enum shell_state state) in state_set() 111 static inline enum shell_state state_get(const struct shell *sh) in state_get() 117 selected_cmd_get(const struct shell *sh) in selected_cmd_get() 127 static void tab_item_print(const struct shell *sh, const char *option, in tab_item_print() 156 static void history_init(const struct shell *sh) in history_init() 165 static void history_purge(const struct shell *sh) in history_purge() [all …]
|
D | shell_cmds.c | 73 static int cursor_position_get(const struct shell *sh, uint16_t *x, uint16_t *y) in cursor_position_get() 178 static int terminal_size_get(const struct shell *sh) in terminal_size_get() 203 static int cmd_comment(const struct shell *sh, size_t argc, char **argv) in cmd_comment() 212 static int cmd_clear(const struct shell *sh, size_t argc, char **argv) in cmd_clear() 222 static int cmd_backends(const struct shell *sh, size_t argc, char **argv) in cmd_backends() 237 static int cmd_bacskpace_mode_backspace(const struct shell *sh, size_t argc, in cmd_bacskpace_mode_backspace() 248 static int cmd_bacskpace_mode_delete(const struct shell *sh, size_t argc, in cmd_bacskpace_mode_delete() 259 static int cmd_colors_off(const struct shell *sh, size_t argc, char **argv) in cmd_colors_off() 269 static int cmd_colors_on(const struct shell *sh, size_t argc, char **argv) in cmd_colors_on() 279 static int cmd_vt100_off(const struct shell *sh, size_t argc, char **argv) in cmd_vt100_off() [all …]
|
/Zephyr-latest/tests/subsys/shell/shell/src/ |
D | main.c | 26 const struct shell *sh = shell_backend_dummy_get_ptr(); in test_shell_execute_cmd() local 46 ZTEST(sh, test_cmd_clear) in ZTEST() argument 55 ZTEST(sh, test_cmd_shell) in ZTEST() argument 138 ZTEST(sh, test_cmd_history) in ZTEST() argument 147 ZTEST(sh, test_cmd_resize) in ZTEST() argument 162 ZTEST(sh, test_shell_module) in ZTEST() argument 175 ZTEST(sh, test_shell_wildcards_static) in ZTEST() argument 189 ZTEST(sh, test_shell_wildcards_dynamic) in ZTEST() argument 198 static int cmd_test_module(const struct shell *sh, size_t argc, char **argv) in cmd_test_module() 208 static int cmd_wildcard(const struct shell *sh, size_t argc, char **argv) in cmd_wildcard() [all …]
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | mpl.c | 33 int cmd_mpl_test_set_media_state(const struct shell *sh, size_t argc, in cmd_mpl_test_set_media_state() 58 int cmd_mpl_test_unset_parent_group(const struct shell *sh, size_t argc, in cmd_mpl_test_unset_parent_group() 69 int cmd_mpl_debug_dump_state(const struct shell *sh, size_t argc, in cmd_mpl_debug_dump_state() 78 int cmd_media_proxy_pl_init(const struct shell *sh, size_t argc, char *argv[]) in cmd_media_proxy_pl_init() 93 int cmd_mpl_test_player_name_cb(const struct shell *sh, size_t argc, in cmd_mpl_test_player_name_cb() 101 int cmd_mpl_test_player_icon_url_cb(const struct shell *sh, size_t argc, in cmd_mpl_test_player_icon_url_cb() 109 int cmd_mpl_test_track_changed_cb(const struct shell *sh, size_t argc, in cmd_mpl_test_track_changed_cb() 116 int cmd_mpl_test_title_changed_cb(const struct shell *sh, size_t argc, in cmd_mpl_test_title_changed_cb() 123 int cmd_mpl_test_duration_changed_cb(const struct shell *sh, size_t argc, in cmd_mpl_test_duration_changed_cb() 130 int cmd_mpl_test_position_changed_cb(const struct shell *sh, size_t argc, in cmd_mpl_test_position_changed_cb() [all …]
|
D | tbs_client.c | 31 static int cmd_tbs_client_discover(const struct shell *sh, size_t argc, in cmd_tbs_client_discover() 45 static int cmd_tbs_client_set_signal_strength_interval(const struct shell *sh, in cmd_tbs_client_set_signal_strength_interval() 105 static int cmd_tbs_client_hold(const struct shell *sh, size_t argc, in cmd_tbs_client_hold() 159 static int cmd_tbs_client_retrieve(const struct shell *sh, size_t argc, in cmd_tbs_client_retrieve() 214 static int cmd_tbs_client_accept(const struct shell *sh, size_t argc, in cmd_tbs_client_accept() 270 static int cmd_tbs_client_join(const struct shell *sh, size_t argc, in cmd_tbs_client_join() 329 static int cmd_tbs_client_terminate(const struct shell *sh, size_t argc, in cmd_tbs_client_terminate() 384 static int cmd_tbs_client_originate(const struct shell *sh, size_t argc, in cmd_tbs_client_originate() 425 static int cmd_tbs_client_read_bearer_provider_name(const struct shell *sh, in cmd_tbs_client_read_bearer_provider_name() 466 static int cmd_tbs_client_read_bearer_uci(const struct shell *sh, size_t argc, in cmd_tbs_client_read_bearer_uci() [all …]
|
D | gmap.c | 125 static int cmd_gmap_init(const struct shell *sh, size_t argc, char **argv) in cmd_gmap_init() 154 static int cmd_gmap_set_role(const struct shell *sh, size_t argc, char **argv) in cmd_gmap_set_role() 193 static int cmd_gmap_discover(const struct shell *sh, size_t argc, char **argv) in cmd_gmap_discover() 269 static int cmd_gmap_ac_1(const struct shell *sh, size_t argc, char **argv) in cmd_gmap_ac_1() 285 static int cmd_gmap_ac_2(const struct shell *sh, size_t argc, char **argv) in cmd_gmap_ac_2() 301 static int cmd_gmap_ac_3(const struct shell *sh, size_t argc, char **argv) in cmd_gmap_ac_3() 317 static int cmd_gmap_ac_4(const struct shell *sh, size_t argc, char **argv) in cmd_gmap_ac_4() 333 static int cmd_gmap_ac_5(const struct shell *sh, size_t argc, char **argv) in cmd_gmap_ac_5() 350 static int cmd_gmap_ac_6_i(const struct shell *sh, size_t argc, char **argv) in cmd_gmap_ac_6_i() 366 static int cmd_gmap_ac_6_ii(const struct shell *sh, size_t argc, char **argv) in cmd_gmap_ac_6_ii() [all …]
|
D | tbs.c | 48 static int cmd_tbs_authorize(const struct shell *sh, size_t argc, char *argv[]) in cmd_tbs_authorize() 62 static int cmd_tbs_init(const struct shell *sh, size_t argc, char *argv[]) in cmd_tbs_init() 123 static int cmd_tbs_accept(const struct shell *sh, size_t argc, char *argv[]) in cmd_tbs_accept() 152 static int cmd_tbs_terminate(const struct shell *sh, size_t argc, in cmd_tbs_terminate() 182 static int cmd_tbs_hold(const struct shell *sh, size_t argc, char *argv[]) in cmd_tbs_hold() 211 static int cmd_tbs_retrieve(const struct shell *sh, size_t argc, in cmd_tbs_retrieve() 241 static int cmd_tbs_originate(const struct shell *sh, size_t argc, char *argv[]) in cmd_tbs_originate() 277 static int cmd_tbs_join(const struct shell *sh, size_t argc, char *argv[]) in cmd_tbs_join() 311 static int cmd_tbs_answer(const struct shell *sh, size_t argc, char *argv[]) in cmd_tbs_answer() 340 static int cmd_tbs_remote_hold(const struct shell *sh, size_t argc, in cmd_tbs_remote_hold() [all …]
|
/Zephyr-latest/drivers/edac/ |
D | shell.c | 38 static void decode_ecc_error(const struct shell *sh, uint64_t ecc_error) in decode_ecc_error() 59 static int ecc_error_show(const struct shell *sh, const struct device *dev) in ecc_error_show() 79 static int parity_error_show(const struct shell *sh, const struct device *dev) in parity_error_show() 95 static int cmd_edac_info(const struct shell *sh, size_t argc, char **argv) in cmd_edac_info() 126 static int cmd_inject_addr(const struct shell *sh, size_t argc, char **argv) in cmd_inject_addr() 173 static int cmd_inject_mask(const struct shell *sh, size_t argc, char **argv) in cmd_inject_mask() 218 static int cmd_inject_trigger(const struct shell *sh, size_t argc, in cmd_inject_trigger() 236 static int cmd_inject_disable_nmi(const struct shell *sh, size_t argc, in cmd_inject_disable_nmi() 244 static int cmd_inject_enable_nmi(const struct shell *sh, size_t argc, in cmd_inject_enable_nmi() 264 static int cmd_inject_error_type_show(const struct shell *sh, size_t argc, in cmd_inject_error_type_show() [all …]
|
/Zephyr-latest/tests/drivers/stepper/shell/src/ |
D | main.c | 32 const struct shell *sh = shell_backend_dummy_get_ptr(); in stepper_shell_setup() local 45 const struct shell *sh = shell_backend_dummy_get_ptr(); in ZTEST() local 60 const struct shell *sh = shell_backend_dummy_get_ptr(); in ZTEST() local 69 const struct shell *sh = shell_backend_dummy_get_ptr(); in ZTEST() local 78 const struct shell *sh = shell_backend_dummy_get_ptr(); in ZTEST() local 88 const struct shell *sh = shell_backend_dummy_get_ptr(); in ZTEST() local 96 const struct shell *sh = shell_backend_dummy_get_ptr(); in ZTEST() local 104 const struct shell *sh = shell_backend_dummy_get_ptr(); in ZTEST() local 114 const struct shell *sh = shell_backend_dummy_get_ptr(); in ZTEST() local 122 const struct shell *sh = shell_backend_dummy_get_ptr(); in ZTEST() local [all …]
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | shell.c | 20 static void cmd_run(const struct shell *sh, size_t argc, char **argv) in cmd_run() 67 static int cmd_info(const struct shell *sh, size_t argc, char *argv) in cmd_info() 91 static int cmd_init(const struct shell *sh, size_t argc, char *argv) in cmd_init() 103 static int cmd_reset(const struct shell *sh, size_t argc, char *argv) in cmd_reset() 117 static int cmd_set_addr(const struct shell *sh, size_t argc, char **argv) in cmd_set_addr() 129 static int cmd_set_port(const struct shell *sh, size_t argc, char **argv) in cmd_set_port() 142 static int cmd_set_token(const struct shell *sh, size_t argc, char **argv) in cmd_set_token()
|
/Zephyr-latest/samples/subsys/shell/shell_module/src/ |
D | main.c | 36 static int cmd_log_test_start(const struct shell *sh, size_t argc, in cmd_log_test_start() 47 static int cmd_log_test_start_demo(const struct shell *sh, size_t argc, in cmd_log_test_start_demo() 53 static int cmd_log_test_start_flood(const struct shell *sh, size_t argc, in cmd_log_test_start_flood() 59 static int cmd_log_test_stop(const struct shell *sh, size_t argc, in cmd_log_test_stop() 88 static int cmd_demo_ping(const struct shell *sh, size_t argc, char **argv) in cmd_demo_ping() 98 static int cmd_demo_board(const struct shell *sh, size_t argc, char **argv) in cmd_demo_board() 110 static int cmd_demo_getopt_ts(const struct shell *sh, size_t argc, in cmd_demo_getopt_ts() 162 static int cmd_demo_getopt(const struct shell *sh, size_t argc, in cmd_demo_getopt() 212 static int cmd_demo_params(const struct shell *sh, size_t argc, char **argv) in cmd_demo_params() 222 static int cmd_demo_hexdump(const struct shell *sh, size_t argc, char **argv) in cmd_demo_hexdump() [all …]
|
/Zephyr-latest/subsys/usb/host/ |
D | usbh_shell.c | 28 static void print_dev_desc(const struct shell *sh, in print_dev_desc() 47 static void print_cfg_desc(const struct shell *sh, in print_cfg_desc() 60 static int cmd_bulk(const struct shell *sh, size_t argc, char **argv) in cmd_bulk() 88 static int cmd_vendor_in(const struct shell *sh, in cmd_vendor_in() 116 static int cmd_vendor_out(const struct shell *sh, in cmd_vendor_out() 141 static int cmd_desc_device(const struct shell *sh, in cmd_desc_device() 157 static int cmd_desc_config(const struct shell *sh, in cmd_desc_config() 176 static int cmd_desc_string(const struct shell *sh, in cmd_desc_string() 205 static int cmd_feature_set_halt(const struct shell *sh, in cmd_feature_set_halt() 225 static int cmd_feature_clear_rwup(const struct shell *sh, in cmd_feature_clear_rwup() [all …]
|
/Zephyr-latest/subsys/logging/ |
D | log_cmds.c | 59 static bool shell_state_precheck(const struct shell *sh) in shell_state_precheck() 73 static int shell_backend_cmd_execute(const struct shell *sh, in shell_backend_cmd_execute() 103 static int log_status(const struct shell *sh, in log_status() 138 static int cmd_log_self_status(const struct shell *sh, in cmd_log_self_status() 148 static int cmd_log_backend_status(const struct shell *sh, in cmd_log_backend_status() 171 static void filters_set(const struct shell *sh, in filters_set() 222 static int log_enable(const struct shell *sh, in log_enable() 241 static int cmd_log_self_enable(const struct shell *sh, in cmd_log_self_enable() 251 static int cmd_log_backend_enable(const struct shell *sh, in cmd_log_backend_enable() 257 static int log_disable(const struct shell *sh, in log_disable() [all …]
|
/Zephyr-latest/subsys/fb/ |
D | cfb_shell.c | 31 static int cmd_clear(const struct shell *sh, size_t argc, char *argv[]) in cmd_clear() 55 static int cmd_cfb_print(const struct shell *sh, int col, int row, char *str) in cmd_cfb_print() 85 static int cmd_print(const struct shell *sh, size_t argc, char *argv[]) in cmd_print() 111 static int cmd_draw_text(const struct shell *sh, size_t argc, char *argv[]) in cmd_draw_text() 129 static int cmd_draw_point(const struct shell *sh, size_t argc, char *argv[]) in cmd_draw_point() 148 static int cmd_draw_line(const struct shell *sh, size_t argc, char *argv[]) in cmd_draw_line() 169 static int cmd_draw_rect(const struct shell *sh, size_t argc, char *argv[]) in cmd_draw_rect() 190 static int cmd_scroll_vert(const struct shell *sh, size_t argc, char *argv[]) in cmd_scroll_vert() 226 static int cmd_scroll_horz(const struct shell *sh, size_t argc, char *argv[]) in cmd_scroll_horz() 263 static int cmd_set_font(const struct shell *sh, size_t argc, char *argv[]) in cmd_set_font() [all …]
|
/Zephyr-latest/subsys/usb/device_next/ |
D | usbd_shell.c | 55 static int cmd_wakeup_request(const struct shell *sh, in cmd_wakeup_request() 70 static int cmd_register(const struct shell *sh, in cmd_register() 91 static int cmd_unregister(const struct shell *sh, in cmd_unregister() 112 static int cmd_usbd_default_strings(const struct shell *sh, in cmd_usbd_default_strings() 131 static int register_classes(const struct shell *sh) in register_classes() 168 static int cmd_usbd_init(const struct shell *sh, in cmd_usbd_init() 186 static int cmd_usbd_default_config(const struct shell *sh, in cmd_usbd_default_config() 218 static int cmd_usbd_enable(const struct shell *sh, in cmd_usbd_enable() 236 static int cmd_usbd_disable(const struct shell *sh, in cmd_usbd_disable() 253 static int cmd_usbd_shutdown(const struct shell *sh, in cmd_usbd_shutdown() [all …]
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | cs.c | 44 static int cmd_read_remote_supported_capabilities(const struct shell *sh, size_t argc, char *argv[]) in cmd_read_remote_supported_capabilities() 63 static int cmd_set_default_settings(const struct shell *sh, size_t argc, char *argv[]) in cmd_set_default_settings() 122 static int cmd_read_remote_fae_table(const struct shell *sh, size_t argc, char *argv[]) in cmd_read_remote_fae_table() 186 static int cmd_cs_test_simple(const struct shell *sh, size_t argc, char *argv[]) in cmd_cs_test_simple() 258 static int cmd_remove_config(const struct shell *sh, size_t argc, char *argv[]) in cmd_remove_config() 278 static int cmd_create_config(const struct shell *sh, size_t argc, char *argv[]) in cmd_create_config() 433 static int cmd_cs_stop_test(const struct shell *sh, size_t argc, char *argv[]) in cmd_cs_stop_test() 446 static int cmd_read_local_supported_capabilities(const struct shell *sh, size_t argc, char *argv[]) in cmd_read_local_supported_capabilities() 523 static int cmd_write_cached_remote_supported_capabilities(const struct shell *sh, size_t argc, in cmd_write_cached_remote_supported_capabilities() 571 static int cmd_security_enable(const struct shell *sh, size_t argc, char *argv[]) in cmd_security_enable() [all …]
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | health.c | 18 static void show_faults(const struct shell *sh, uint8_t test_id, uint16_t cid, uint8_t *faults, in show_faults() 37 static int cmd_fault_get(const struct shell *sh, size_t argc, char *argv[]) in cmd_fault_get() 71 static int fault_clear(const struct shell *sh, size_t argc, char *argv[], bool acked) in fault_clear() 113 static int cmd_fault_clear(const struct shell *sh, size_t argc, char *argv[]) in cmd_fault_clear() 118 static int cmd_fault_clear_unack(const struct shell *sh, size_t argc, char *argv[]) in cmd_fault_clear_unack() 123 static int fault_test(const struct shell *sh, size_t argc, char *argv[], bool acked) in fault_test() 166 static int cmd_fault_test(const struct shell *sh, size_t argc, char *argv[]) in cmd_fault_test() 171 static int cmd_fault_test_unack(const struct shell *sh, size_t argc, char *argv[]) in cmd_fault_test_unack() 176 static int cmd_period_get(const struct shell *sh, size_t argc, char *argv[]) in cmd_period_get() 198 static int period_set(const struct shell *sh, size_t argc, char *argv[], bool acked) in period_set() [all …]
|
/Zephyr-latest/drivers/lora/ |
D | shell.c | 34 static int parse_long(long *out, const struct shell *sh, const char *arg) in parse_long() 49 static int parse_long_range(long *out, const struct shell *sh, in parse_long_range() 70 static int parse_freq(uint32_t *out, const struct shell *sh, const char *arg) in parse_freq() 91 static const struct device *get_modem(const struct shell *sh) in get_modem() 105 static const struct device *get_configured_modem(const struct shell *sh) in get_configured_modem() 129 static int lora_conf_dump(const struct shell *sh) in lora_conf_dump() 147 static int lora_conf_set(const struct shell *sh, const char *param, in lora_conf_set() 205 static int cmd_lora_conf(const struct shell *sh, size_t argc, char **argv) in cmd_lora_conf() 230 static int cmd_lora_send(const struct shell *sh, in cmd_lora_send() 251 static int cmd_lora_recv(const struct shell *sh, size_t argc, char **argv) in cmd_lora_recv() [all …]
|
/Zephyr-latest/subsys/bluetooth/host/classic/shell/ |
D | avrcp.c | 71 static int register_cb(const struct shell *sh) in register_cb() 90 static int cmd_register_cb(const struct shell *sh, int32_t argc, char *argv[]) in cmd_register_cb() 102 static int cmd_connect(const struct shell *sh, int32_t argc, char *argv[]) in cmd_connect() 123 static int cmd_disconnect(const struct shell *sh, int32_t argc, char *argv[]) in cmd_disconnect() 141 static int cmd_get_unit_info(const struct shell *sh, int32_t argc, char *argv[]) in cmd_get_unit_info() 158 static int cmd_get_subunit_info(const struct shell *sh, int32_t argc, char *argv[]) in cmd_get_subunit_info() 185 static int cmd_avrcp(const struct shell *sh, size_t argc, char **argv) in cmd_avrcp()
|
/Zephyr-latest/drivers/fpga/ |
D | fpga_shell.c | 13 static int parse_common_args(const struct shell *sh, char **argv, in parse_common_args() 24 static int cmd_on(const struct shell *sh, size_t argc, char **argv) in cmd_on() 44 static int cmd_off(const struct shell *sh, size_t argc, char **argv) in cmd_off() 64 static int cmd_reset(const struct shell *sh, size_t argc, char **argv) in cmd_reset() 84 static int cmd_load(const struct shell *sh, size_t argc, char **argv) in cmd_load() 105 static int cmd_get_status(const struct shell *sh, size_t argc, char **argv) in cmd_get_status() 120 static int cmd_get_info(const struct shell *sh, size_t argc, char **argv) in cmd_get_info()
|
/Zephyr-latest/subsys/net/lib/zperf/ |
D | zperf_shell.c | 84 static void print_number(const struct shell *sh, uint32_t value, in print_number() 109 static void print_number_64(const struct shell *sh, uint64_t value, in print_number_64() 155 static int parse_ipv6_addr(const struct shell *sh, char *host, char *port, in parse_ipv6_addr() 179 static int parse_ipv4_addr(const struct shell *sh, char *host, char *port, in parse_ipv4_addr() 203 static int zperf_bind_host(const struct shell *sh, in zperf_bind_host() 236 static int cmd_setip(const struct shell *sh, size_t argc, char *argv[]) in cmd_setip() 318 const struct shell *sh = user_data; in udp_session_cb() local 377 static int shell_cmd_download(const struct shell *sh, size_t argc, in shell_cmd_download() 417 static int cmd_udp_download_stop(const struct shell *sh, size_t argc, in cmd_udp_download_stop() 433 static int cmd_udp_download(const struct shell *sh, size_t argc, in cmd_udp_download() [all …]
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | wifi_shell.c | 94 const struct shell *sh; member 120 static int cmd_wifi_set_enterprise_creds(const struct shell *sh, struct net_if *iface) in cmd_wifi_set_enterprise_creds() 150 static bool parse_number(const struct shell *sh, long *param, char *str, in parse_number() 188 const struct shell *sh = context.sh; in handle_wifi_scan_result() local 258 const struct shell *sh = context.sh; in handle_wifi_raw_scan_result() local 291 const struct shell *sh = context.sh; in handle_wifi_scan_done() local 306 const struct shell *sh = context.sh; in handle_wifi_connect_result() local 321 const struct shell *sh = context.sh; in handle_wifi_disconnect_result() local 341 const struct shell *sh = context.sh; in print_twt_params() local 368 const struct shell *sh = context.sh; in handle_wifi_twt_event() local [all …]
|
/Zephyr-latest/tests/subsys/shell/shell_custom_header/src/ |
D | main.c | 20 const struct shell *sh = shell_backend_dummy_get_ptr(); in shell_setup() local 31 ZTEST(sh, test_shell_fprintf) in ZTEST() argument 34 const struct shell *sh; in ZTEST() local
|