Home
last modified time | relevance | path

Searched refs:shell_error (Results 1 – 25 of 134) sorted by relevance

123456

/Zephyr-latest/subsys/bluetooth/audio/shell/
Dmicp_mic_dev.c136 shell_error(sh, "MICP register failed: %d", result); in cmd_micp_mic_dev_param()
145 shell_error(sh, "MICP get failed: %d", result); in cmd_micp_mic_dev_param()
158 shell_error(sh, "Fail: %d", result); in cmd_micp_mic_dev_mute_get()
170 shell_error(sh, "Fail: %d", result); in cmd_micp_mic_dev_mute()
182 shell_error(sh, "Fail: %d", result); in cmd_micp_mic_dev_unmute()
194 shell_error(sh, "Fail: %d", result); in cmd_micp_mic_dev_mute_disable()
209 shell_error(sh, "Could not parse index: %d", result); in cmd_micp_mic_dev_aics_deactivate()
215 shell_error(sh, "Index shall be less than %u, was %lu", in cmd_micp_mic_dev_aics_deactivate()
223 shell_error(sh, "Fail: %d", result); in cmd_micp_mic_dev_aics_deactivate()
237 shell_error(sh, "Could not parse index: %d", result); in cmd_micp_mic_dev_aics_activate()
[all …]
Dhas_client.c80 shell_error(sh, "bt_has_client_cb_register (err %d)", err); in cmd_has_client_init()
91 shell_error(sh, "Not connected"); in cmd_has_client_discover()
97 shell_error(sh, "bt_has_client_discover (err %d)", err); in cmd_has_client_discover()
110 shell_error(sh, "Invalid command parameter (err %d)", err); in cmd_has_client_read_presets()
115 shell_error(sh, "Not connected"); in cmd_has_client_read_presets()
120 shell_error(sh, "No instance discovered"); in cmd_has_client_read_presets()
126 shell_error(sh, "bt_has_client_discover (err %d)", err); in cmd_has_client_read_presets()
140 shell_error(sh, "Invalid command parameter (err %d)", err); in cmd_has_client_preset_set()
150 shell_error(sh, "Invalid argument"); in cmd_has_client_preset_set()
156 shell_error(sh, "Not connected"); in cmd_has_client_preset_set()
[all …]
Dtbs_client.c62 shell_error(sh, in cmd_tbs_client_set_signal_strength_interval()
70 shell_error(sh, "Invalid index: %lu", in cmd_tbs_client_set_signal_strength_interval()
82 shell_error(sh, "Failed to parse interval: %d", result); in cmd_tbs_client_set_signal_strength_interval()
88 shell_error(sh, "Invalid interval: %lu", interval); in cmd_tbs_client_set_signal_strength_interval()
118 shell_error(sh, in cmd_tbs_client_hold()
126 shell_error(sh, "Invalid index: %lu", in cmd_tbs_client_hold()
138 shell_error(sh, "Failed to parse call_index: %d", result); in cmd_tbs_client_hold()
144 shell_error(sh, "Invalid call_index: %lu", call_index); in cmd_tbs_client_hold()
172 shell_error(sh, in cmd_tbs_client_retrieve()
180 shell_error(sh, "Invalid index: %lu", in cmd_tbs_client_retrieve()
[all …]
Dvcp_vol_ctlr.c328 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_discover()
346 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_state_get()
364 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_flags_get()
382 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_volume_down()
401 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_volume_up()
419 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_unmute_volume_down()
437 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_unmute_volume_up()
457 shell_error(sh, "Not connected"); in cmd_vcp_vol_ctlr_volume_set()
463 shell_error(sh, "Failed to parse volume: %d", result); in cmd_vcp_vol_ctlr_volume_set()
469 shell_error(sh, "Volume shall be 0-255, was %lu", volume); in cmd_vcp_vol_ctlr_volume_set()
[all …]
Dtbs.c85 shell_error(sh, "Failed to register GTBS: %d", err); in cmd_tbs_init()
109 shell_error(sh, "Failed to register TBS[%d]: %d", i, err); in cmd_tbs_init()
130 shell_error(sh, "Could not parse call_index: %d", result); in cmd_tbs_accept()
136 shell_error(sh, "Invalid call_index: %lu", call_index); in cmd_tbs_accept()
160 shell_error(sh, "Could not parse call_index: %d", result); in cmd_tbs_terminate()
166 shell_error(sh, "Invalid call_index: %lu", call_index); in cmd_tbs_terminate()
189 shell_error(sh, "Could not parse call_index: %d", result); in cmd_tbs_hold()
195 shell_error(sh, "Invalid call_index: %lu", call_index); in cmd_tbs_hold()
219 shell_error(sh, "Could not parse call_index: %d", result); in cmd_tbs_retrieve()
225 shell_error(sh, "Invalid call_index: %lu", call_index); in cmd_tbs_retrieve()
[all …]
Dbap_scan_delegator.c440 shell_error(sh, "Failed to register scan delegator (err: %d)", err); in cmd_bap_scan_delegator_init()
446 shell_error(sh, "Failed to register PA sync callbacks (err: %d)", err); in cmd_bap_scan_delegator_init()
465 shell_error(sh, "Failed to parse past_pref from %s", argv[1]); in cmd_bap_scan_delegator_set_past_pref()
485 shell_error(sh, "Failed to parse src_id from %s", argv[1]); in cmd_bap_scan_delegator_sync_pa()
491 shell_error(sh, "src_id shall be 0x00-0xff"); in cmd_bap_scan_delegator_sync_pa()
498 shell_error(sh, "Could not get state"); in cmd_bap_scan_delegator_sync_pa()
515 shell_error(sh, in cmd_bap_scan_delegator_sync_pa()
529 shell_error(sh, "Failed PA sync: %d", err); in cmd_bap_scan_delegator_sync_pa()
548 shell_error(sh, "Failed to parse src_id from %s", argv[1]); in cmd_bap_scan_delegator_term_pa()
554 shell_error(sh, "src_id shall be 0x00-0xff"); in cmd_bap_scan_delegator_term_pa()
[all …]
Dmedia_controller.c392 shell_error(sh, "Could not init mpl"); in cmd_media_init()
434 shell_error(sh, "Could not register media shell as controller"); in cmd_media_init()
465 shell_error(sh, "Input argument must be either \"local\" or \"remote\""); in cmd_media_set_player()
494 shell_error(sh, "Discover player failed (%d)", err); in cmd_media_discover_player()
506 shell_error(sh, "Player name get failed (%d)", err); in cmd_media_read_player_name()
518 shell_error(sh, "Icon ID get failed (%d)", err); in cmd_media_read_icon_obj_id()
530 shell_error(sh, "Icon URL get failed (%d)", err); in cmd_media_read_icon_url()
541 shell_error(sh, "Track title get failed (%d)", err); in cmd_media_read_track_title()
552 shell_error(sh, "Track duration get failed (%d)", err); in cmd_media_read_track_duration()
563 shell_error(sh, "Track position get failed (%d)", err); in cmd_media_read_track_position()
[all …]
Dvcp_vol_rend.c235 shell_error(sh, "Failed to get included services: %d", result); in cmd_vcp_vol_rend_init()
250 shell_error(sh, "Failed to parse step: %d", result); in cmd_vcp_vol_rend_volume_step()
256 shell_error(sh, "Invalid step %lu", step); in cmd_vcp_vol_rend_volume_step()
351 shell_error(sh, "Failed to parse volume: %d", result); in cmd_vcp_vol_rend_volume_set()
357 shell_error(sh, "Invalid volume %lu", volume); in cmd_vcp_vol_rend_volume_set()
403 shell_error(sh, "Failed to parse index: %d", result); in cmd_vcp_vol_rend_vocs_state_get()
409 shell_error(sh, "Invalid index %lu", index); in cmd_vcp_vol_rend_vocs_state_get()
430 shell_error(sh, "Failed to parse index: %d", result); in cmd_vcp_vol_rend_vocs_location_get()
436 shell_error(sh, "Invalid index %lu", index); in cmd_vcp_vol_rend_vocs_location_get()
457 shell_error(sh, "Not connected"); in cmd_vcp_vol_rend_vocs_location_set()
[all …]
Dcsip_set_member.c102 shell_error(sh, "Could not parse set_size: %d", in cmd_csip_set_member_register()
109 shell_error(sh, "Invalid set_size: %lu", in cmd_csip_set_member_register()
127 shell_error(sh, "Could not parse rank: %d", in cmd_csip_set_member_register()
134 shell_error(sh, "Invalid rank: %lu", rank); in cmd_csip_set_member_register()
154 shell_error(sh, "Could not parse SIRK"); in cmd_csip_set_member_register()
165 shell_error(sh, "Could not register CSIP: %d", err); in cmd_csip_set_member_register()
179 shell_error(sh, "CSIS not registered yet"); in cmd_csip_set_member_sirk()
186 shell_error(sh, "Invalid SIRK Length: %zu", len); in cmd_csip_set_member_sirk()
193 shell_error(sh, "Failed to set SIRK: %d", err); in cmd_csip_set_member_sirk()
208 shell_error(sh, "CSIS not registered yet"); in cmd_csip_set_member_get_sirk()
[all …]
Dcap_commander.c178 shell_error(sh, "Not connected"); in cmd_cap_commander_discover()
189 shell_error(sh, "Fail: %d", err); in cmd_cap_commander_discover()
221 shell_error(sh, "Not connected"); in cmd_cap_commander_change_volume()
227 shell_error(sh, "Failed to parse volume from %s", argv[1]); in cmd_cap_commander_change_volume()
233 shell_error(sh, "Invalid volume %lu", volume); in cmd_cap_commander_change_volume()
281 shell_error(sh, "Not connected"); in cmd_cap_commander_change_volume_mute()
287 shell_error(sh, "Failed to parse volume mute from %s", argv[1]); in cmd_cap_commander_change_volume_mute()
334 shell_error(sh, "Not connected"); in cmd_cap_commander_change_volume_offset()
351 shell_error(sh, "Cannot use %zu arguments for %zu connections", argc, conn_cnt); in cmd_cap_commander_change_volume_offset()
364 shell_error(sh, "Failed to parse volume offset from %s", arg); in cmd_cap_commander_change_volume_offset()
[all …]
Dcsip_set_coordinator.c266 shell_error(sh, "Could not parse member_index: %d", in cmd_csip_set_coordinator_discover()
273 shell_error(sh, "Invalid member_index: %lu", in cmd_csip_set_coordinator_discover()
288 shell_error(sh, "Fail: %d", err); in cmd_csip_set_coordinator_discover()
302 shell_error(sh, "NULL set"); in cmd_csip_set_coordinator_discover_members()
311 shell_error(sh, in cmd_csip_set_coordinator_discover_members()
345 shell_error(sh, "Found %u members but set size is %u", members_found, in cmd_csip_set_coordinator_discover_members()
358 shell_error(sh, in cmd_csip_set_coordinator_discover_members()
368 shell_error(sh, "Could not start scan: %d", err); in cmd_csip_set_coordinator_discover_members()
382 shell_error(sh, "No set selected"); in cmd_csip_set_coordinator_lock_set()
395 shell_error(sh, "Fail: %d", err); in cmd_csip_set_coordinator_lock_set()
[all …]
Dbap_broadcast_assistant.c313 shell_error(sh, "Could not parse start_scan: %d", in cmd_bap_broadcast_assistant_scan_start()
353 shell_error(sh, "Invalid peer address (err %d)", result); in cmd_bap_broadcast_assistant_add_src()
360 shell_error(sh, "Could not parse adv_sid: %d", result); in cmd_bap_broadcast_assistant_add_src()
366 shell_error(sh, "Invalid adv_sid: %lu", adv_sid); in cmd_bap_broadcast_assistant_add_src()
375 shell_error(sh, "Could not parse adv_sid: %d", result); in cmd_bap_broadcast_assistant_add_src()
382 shell_error(sh, "Could not parse broadcast_id: %d", result); in cmd_bap_broadcast_assistant_add_src()
388 shell_error(sh, "Invalid broadcast_id: %lu", broadcast_id); in cmd_bap_broadcast_assistant_add_src()
400 shell_error(sh, "Could not parse pa_interval: %d", in cmd_bap_broadcast_assistant_add_src()
409 shell_error(sh, "Invalid pa_interval: %lu", in cmd_bap_broadcast_assistant_add_src()
426 shell_error(sh, "Could not parse bis_sync: %d", result); in cmd_bap_broadcast_assistant_add_src()
[all …]
/Zephyr-latest/subsys/sip_svc/
Dsip_svc_shell.c27 shell_error(sh, "service %s not found", argv[1]); in parse_common_args()
34 shell_error(sh, "ARM SiP services method %s not initialized", argv[1]); in parse_common_args()
53 shell_error(sh, "%s: register fail", ctrl->method); in cmd_reg()
78 shell_error(sh, "Out of range value"); in cmd_unreg()
81 shell_error(sh, "Invalid argument"); in cmd_unreg()
87 shell_error(sh, "%s: unregister fail (%d): client token %08x", ctrl->method, err, in cmd_unreg()
114 shell_error(sh, "Out of range value"); in cmd_open()
117 shell_error(sh, "Invalid argument"); in cmd_open()
125 shell_error(sh, "Out of range value"); in cmd_open()
128 shell_error(sh, "Invalid Argument"); in cmd_open()
[all …]
/Zephyr-latest/drivers/w1/
Dw1_shell.c41 shell_error(sh, "Unknown option %c", *arg); in read_io_options()
57 shell_error(sh, W1DEV_X_NOT_FOUND, argv[1]); in cmd_w1_reset_bus()
64 shell_error(sh, "Failed to reset bus [%d]", ret); in cmd_w1_reset_bus()
79 shell_error(sh, W1DEV_X_NOT_FOUND, argv[1]); in cmd_w1_read_bit()
86 shell_error(sh, "Failed to read bit [%d]", ret); in cmd_w1_read_bit()
103 shell_error(sh, W1DEV_X_NOT_FOUND, argv[1]); in cmd_w1_read_byte()
110 shell_error(sh, "Failed to read byte [%d]", ret); in cmd_w1_read_byte()
129 shell_error(sh, W1DEV_X_NOT_FOUND, argv[1]); in cmd_w1_read_block()
135 shell_error(sh, "num_bytes is not a number"); in cmd_w1_read_block()
139 shell_error(sh, "num_bytes limited to: %u", BUF_SIZE); in cmd_w1_read_block()
[all …]
/Zephyr-latest/subsys/pm/
Dpm_shell.c36 shell_error(sh, "Invalid device: %s", argv[1]); in pm_cmd_suspend()
41 shell_error(sh, "Device %s uses runtime PM, use the runtime functions instead", in pm_cmd_suspend()
48 shell_error(sh, "Device %s error: %d", "suspend", ret); in pm_cmd_suspend()
62 shell_error(sh, "Invalid device: %s", argv[1]); in pm_cmd_resume()
67 shell_error(sh, "Device %s uses runtime PM, use the runtime functions instead", in pm_cmd_resume()
74 shell_error(sh, "Device %s error: %d", "resume", ret); in pm_cmd_resume()
89 shell_error(sh, "Invalid device: %s", argv[1]); in pm_cmd_runtime_get()
94 shell_error(sh, "Device %s is not using runtime PM", dev->name); in pm_cmd_runtime_get()
100 shell_error(sh, "Device %s error: %d", "runtime get", ret); in pm_cmd_runtime_get()
114 shell_error(sh, "Invalid device: %s", argv[1]); in pm_cmd_runtime_put()
[all …]
/Zephyr-latest/subsys/shell/modules/kernel_service/thread/
Dmask.c20 shell_error(sh, "Unable to parse thread ID %s (err %d)", argv[1], err); in cmd_kernel_thread_mask_clear()
25 shell_error(sh, "Invalid thread id %p", (void *)thread); in cmd_kernel_thread_mask_clear()
31 shell_error(sh, "Failed - %d", rc); in cmd_kernel_thread_mask_clear()
49 shell_error(sh, "Unable to parse thread ID %s (err %d)", argv[1], err); in cmd_kernel_thread_mask_enable_all()
54 shell_error(sh, "Invalid thread id %p", (void *)thread); in cmd_kernel_thread_mask_enable_all()
60 shell_error(sh, "Failed - %d", rc); in cmd_kernel_thread_mask_enable_all()
78 shell_error(sh, "Unable to parse thread ID %s (err %d)", argv[1], err); in cmd_kernel_thread_mask_enable()
83 shell_error(sh, "Invalid thread id %p", (void *)thread); in cmd_kernel_thread_mask_enable()
89 shell_error(sh, "Unable to parse CPU ID %s (err %d)", argv[2], err); in cmd_kernel_thread_mask_enable()
95 shell_error(sh, "Failed - %d", rc); in cmd_kernel_thread_mask_enable()
[all …]
/Zephyr-latest/subsys/bluetooth/host/shell/
Diso.c155 shell_error(sh, "Could not parse interval: %d", err); in parse_interval()
163 shell_error(sh, "Invalid interval %lu", interval); in parse_interval()
179 shell_error(sh, "Could not parse latency: %d", err); in parse_latency()
187 shell_error(sh, "Invalid latency %lu", latency); in parse_latency()
202 shell_error(sh, "Already created"); in cmd_cig_create()
262 shell_error(sh, "Could not parse packing: %d", err); in cmd_cig_create()
268 shell_error(sh, "Invalid packing %lu", packing); in cmd_cig_create()
283 shell_error(sh, "Could not parse framing: %d", err); in cmd_cig_create()
289 shell_error(sh, "Invalid framing %lu", framing); in cmd_cig_create()
332 shell_error(sh, "Could not parse sdu: %d", err); in cmd_cig_create()
[all …]
Dcs.c49 shell_error(sh, "Conn handle error, at least one connection is required."); in cmd_read_remote_supported_capabilities()
55 shell_error(sh, "bt_le_cs_read_remote_supported_capabilities returned error %d", in cmd_read_remote_supported_capabilities()
71 shell_error(sh, "Conn handle error, at least one connection is required."); in cmd_set_default_settings()
78 shell_error(sh, "Could not parse input 1, Enable initiator role"); in cmd_set_default_settings()
85 shell_error(sh, "Could not parse input 2, Enable reflector role"); in cmd_set_default_settings()
92 shell_error(sh, "Could not parse input 3, CS_SYNC antenna selection"); in cmd_set_default_settings()
99 shell_error(sh, "CS_SYNC antenna selection input invalid"); in cmd_set_default_settings()
106 shell_error(sh, "Could not parse input 4, Max TX power"); in cmd_set_default_settings()
115 shell_error(sh, "bt_le_cs_set_default_settings returned error %d", err); in cmd_set_default_settings()
127 shell_error(sh, "Conn handle error, at least one connection is required."); in cmd_read_remote_fae_table()
[all …]
/Zephyr-latest/drivers/regulator/
Dregulator_shell.c94 shell_error(sh, "Regulator device %s not available", argv[1]); in cmd_enable()
100 shell_error(sh, "Could not enable regulator (%d)", ret); in cmd_enable()
116 shell_error(sh, "Regulator device %s not available", argv[1]); in cmd_disable()
122 shell_error(sh, "Could not disable regulator (%d)", ret); in cmd_disable()
137 shell_error(sh, "Regulator device %s not available", argv[1]); in cmd_is_enabled()
160 shell_error(sh, "Regulator device %s not available", argv[1]); in cmd_vlist()
190 shell_error(sh, "Regulator device %s not available", argv[1]); in cmd_vset()
196 shell_error(sh, "Invalid min. voltage: %s", argv[2]); in cmd_vset()
203 shell_error(sh, "Invalid max. voltage: %s", argv[3]); in cmd_vset()
212 shell_error(sh, "Could not set voltage (%d)", ret); in cmd_vset()
[all …]
/Zephyr-latest/drivers/can/
Dcan_shell.c151 shell_error(can_shell_tx_msgq_sh, "failed to submit tx msgq polling (err %d)", in can_shell_tx_msgq_poll_submit()
167 shell_error(can_shell_tx_msgq_sh, "failed to send CAN frame #%u (err %d)", in can_shell_tx_msgq_triggered_work_handler()
220 shell_error(can_shell_rx_msgq_sh, "failed to submit rx msgq polling (err %d)", in can_shell_rx_msgq_poll_submit()
288 shell_error(sh, "device %s not ready", argv[1]); in cmd_can_start()
296 shell_error(sh, "failed to start CAN controller (err %d)", err); in cmd_can_start()
309 shell_error(sh, "device %s not ready", argv[1]); in cmd_can_stop()
317 shell_error(sh, "failed to stop CAN controller (err %d)", err); in cmd_can_stop()
340 shell_error(sh, "device %s not ready", argv[1]); in cmd_can_show()
346 shell_error(sh, "failed to get CAN core clock (err %d)", err); in cmd_can_show()
354 shell_error(sh, "failed to get maximum standard (11-bit) filters (err %d)", err); in cmd_can_show()
[all …]
/Zephyr-latest/subsys/fs/
Dshell.c147 shell_error(sh, "%s doesn't exist", path); in cmd_cd()
152 shell_error(sh, "%s is not a directory", path); in cmd_cd()
179 shell_error(sh, "Unable to open %s (err %d)", path, err); in cmd_ls()
188 shell_error(sh, "Unable to read directory"); in cmd_ls()
230 shell_error(sh, "Failed to open %s (%d)", path, err); in cmd_trunc()
236 shell_error(sh, "Failed to truncate %s (%d)", path, err); in cmd_trunc()
254 shell_error(sh, "Error creating dir[%d]", err); in cmd_mkdir()
270 shell_error(sh, "Failed to remove %s (%d)", path, err); in cmd_rm()
297 shell_error(sh, "Failed to open %s (%d)", path_src, err); in cmd_cp()
304 shell_error(sh, "Failed to open %s (%d)", path_dst, err); in cmd_cp()
[all …]
/Zephyr-latest/subsys/mgmt/hawkbit/
Dshell.c32 shell_error(sh, "Image is unconfirmed." in cmd_run()
45 shell_error(sh, "Download error"); in cmd_run()
49 shell_error(sh, "Networking error"); in cmd_run()
53 shell_error(sh, "Metadata error"); in cmd_run()
57 shell_error(sh, "hawkBit not initialized"); in cmd_run()
61 shell_error(sh, "Invalid response"); in cmd_run()
120 shell_error(sh, "Invalid number of arguments"); in cmd_set_addr()
132 shell_error(sh, "Invalid number of arguments"); in cmd_set_port()
145 shell_error(sh, "Invalid number of arguments"); in cmd_set_token()
/Zephyr-latest/samples/shields/npm6001_ek/src/
Dmain.c93 shell_error(sh, "Invalid regulator: %s", argv[1]); in cmd_regulator_voltages()
118 shell_error(sh, "Invalid regulator: %s", argv[1]); in cmd_regulator_enable()
124 shell_error(sh, "Could not enable regulator (%d)", ret); in cmd_regulator_enable()
140 shell_error(sh, "Invalid regulator: %s", argv[1]); in cmd_regulator_disable()
146 shell_error(sh, "Could not disable regulator (%d)", ret); in cmd_regulator_disable()
161 shell_error(sh, "Invalid regulator: %s", argv[1]); in cmd_regulator_set()
174 shell_error(sh, "Could not set voltage (%d)", ret); in cmd_regulator_set()
191 shell_error(sh, "Invalid regulator: %s", argv[1]); in cmd_regulator_get()
197 shell_error(sh, "Could not get voltage (%d)", ret); in cmd_regulator_get()
216 shell_error(sh, "Invalid regulator: %s", argv[1]); in cmd_regulator_modeset()
[all …]
/Zephyr-latest/drivers/i3c/
Di3c_shell.c154 shell_error(sh, "I3C: Device driver %s not found.", argv[ARGV_DEV]); in i3c_parse_args()
159 shell_error(sh, "I3C: Device driver %s not found.", argv[ARGV_TDEV]); in i3c_parse_args()
164 shell_error(sh, "I3C: Device %s not attached to bus.", (*tdev)->name); in i3c_parse_args()
183 shell_error(sh, "I3C: Device driver %s not found.", argv[ARGV_DEV]); in cmd_i3c_info()
191 shell_error(sh, "I3C: Target Device driver %s not found.", argv[ARGV_TDEV]); in cmd_i3c_info()
239 shell_error(sh, "I3C: Target device not found."); in cmd_i3c_info()
295 shell_error(sh, "Invalid number of arguments."); in cmd_i3c_info()
311 shell_error(sh, "I3C: Device driver %s not found.", argv[1]); in cmd_i3c_speed()
319 shell_error(sh, "I3C: Failed to retrieve configuration"); in cmd_i3c_speed()
327 shell_error(sh, "I3C: Failed to configure device"); in cmd_i3c_speed()
[all …]
/Zephyr-latest/subsys/settings/src/
Dsettings_shell.c53 shell_error(shell_ptr, "Failed to load settings: %d", err); in cmd_list()
89 shell_error(params->shell_ptr, "Failed to read value: %d", (int) num_read_bytes); in settings_read_callback()
104 shell_error(params->shell_ptr, "Value is not a string"); in settings_read_callback()
140 shell_error(shell_ptr, "Invalid type: %s", argv[1]); in cmd_read()
154 shell_error(shell_ptr, "Failed to load setting: %d", err); in cmd_read()
157 shell_error(shell_ptr, "Setting not found"); in cmd_read()
173 shell_error(shell_ptr, "Invalid type: %s", argv[1]); in cmd_write()
186 shell_error(shell_ptr, "%s is bigger than shell's buffer", argv[argc - 1]); in cmd_write()
195 shell_error(shell_ptr, "Failed to parse value"); in cmd_write()
202 shell_error(shell_ptr, "Failed to write setting: %d", err); in cmd_write()
[all …]

123456