Home
last modified time | relevance | path

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

1234567

/Zephyr-4.2.1/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.c499 shell_error(sh, "Failed to register scan delegator (err: %d)", err); in cmd_bap_scan_delegator_init()
505 shell_error(sh, "Failed to register PA sync callbacks (err: %d)", err); in cmd_bap_scan_delegator_init()
524 shell_error(sh, "Failed to parse past_pref from %s", argv[1]); in cmd_bap_scan_delegator_set_past_pref()
545 shell_error(sh, "Failed to parse src_id from %s", argv[1]); in cmd_bap_scan_delegator_sync_pa()
551 shell_error(sh, "src_id shall be 0x00-0xff"); in cmd_bap_scan_delegator_sync_pa()
558 shell_error(sh, "Could not get state from src_id %u", (uint8_t)src_id); in cmd_bap_scan_delegator_sync_pa()
564 shell_error(sh, in cmd_bap_scan_delegator_sync_pa()
584 shell_error(sh, in cmd_bap_scan_delegator_sync_pa()
599 shell_error(sh, "Failed PA sync: %d", err); in cmd_bap_scan_delegator_sync_pa()
618 shell_error(sh, "Failed to parse src_id from %s", argv[1]); in cmd_bap_scan_delegator_term_pa()
[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()
210 shell_error(sh, "CSIP set member not registered yet"); in cmd_csip_set_member_set_size_and_rank()
[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 …]
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 …]
/Zephyr-4.2.1/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-4.2.1/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-4.2.1/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-4.2.1/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-4.2.1/subsys/bluetooth/host/classic/shell/
Dbip.c724 shell_error(sh, "RFCOMM has been registered"); in cmd_register_rfcomm()
734 shell_error(sh, "Fail to register RFCOMM server (error %d)", err); in cmd_register_rfcomm()
750 shell_error(sh, "Not connected"); in cmd_connect_rfcomm()
756 shell_error(sh, "Invalid channel"); in cmd_connect_rfcomm()
762 shell_error(sh, "Cannot allocate bip instance"); in cmd_connect_rfcomm()
771 shell_error(sh, "Fail to connect to channel %d (err %d)", channel, err); in cmd_connect_rfcomm()
784 shell_error(sh, "Not connected"); in cmd_disconnect_rfcomm()
789 shell_error(sh, "No bip transport connection"); in cmd_disconnect_rfcomm()
795 shell_error(sh, "Fail to disconnect to channel (err %d)", err); in cmd_disconnect_rfcomm()
824 shell_error(sh, "L2CAP server has been registered"); in cmd_register_l2cap()
[all …]
Dgoep.c283 shell_error(sh, "RFCOMM has been registered"); in cmd_register_rfcomm()
293 shell_error(sh, "Fail to register RFCOMM server (error %d)", err); in cmd_register_rfcomm()
308 shell_error(sh, "Not connected"); in cmd_connect_rfcomm()
314 shell_error(sh, "Invalid channel"); in cmd_connect_rfcomm()
320 shell_error(sh, "Cannot allocate goep instance"); in cmd_connect_rfcomm()
329 shell_error(sh, "Fail to connect to channel %d (err %d)", channel, err); in cmd_connect_rfcomm()
342 shell_error(sh, "Not connected"); in cmd_disconnect_rfcomm()
347 shell_error(sh, "No goep transport connection"); in cmd_disconnect_rfcomm()
353 shell_error(sh, "Fail to disconnect to channel (err %d)", err); in cmd_disconnect_rfcomm()
382 shell_error(sh, "L2CAP server has been registered"); in cmd_register_l2cap()
[all …]
Davrcp_cover_art.c159 shell_error(sh, "Failed to reg cover art cb (err %d)", err); in cmd_tg_reg()
171 shell_error(sh, "L2CAP disconnect failed (err %d)", err); in cmd_tg_l2cap_disconnect()
188 shell_error(sh, "[rsp_code] is needed if the rsp is %s", rsp); in parse_rsp_code()
213 shell_error(sh, "Cover art TG connect rsp failed (err %d)", err); in cmd_tg_connect()
231 shell_error(sh, "Cover art TG disconnect rsp failed (err %d)", err); in cmd_tg_disconnect()
249 shell_error(sh, "Cover art TG abort rsp failed (err %d)", err); in cmd_tg_abort()
277 shell_error(sh, "Invalid Cover Art Target"); in cmd_tg_get_image_properties()
284 shell_error(sh, "[rsp_code] is needed if the rsp is %s", rsp); in cmd_tg_get_image_properties()
295 shell_error(sh, "Fail to allocate tx buffer"); in cmd_tg_get_image_properties()
303 shell_error(sh, "Fail to add body"); in cmd_tg_get_image_properties()
[all …]
/Zephyr-4.2.1/modules/hostap/src/
Dwpa_cli.c53 shell_error(sh, "Interface index %d not found", idx); in cmd_wpa_cli()
63 shell_error(sh, "No Wi-Fi interface found"); in cmd_wpa_cli()
73 shell_error(sh, "No interface found"); in cmd_wpa_cli()
79 shell_error(sh, "No wpa_supplicant context for interface '%s'", if_name); in cmd_wpa_cli()
84 shell_error(sh, "Missing argument"); in cmd_wpa_cli()
119 shell_error(sh, "Interface index %d not found", idx); in cmd_hostapd_cli()
126 shell_error(sh, "No Wi-Fi interface found"); in cmd_hostapd_cli()
134 shell_error(sh, "No interface found"); in cmd_hostapd_cli()
140 shell_error(sh, "Cannot get interface name (%d)", ret); in cmd_hostapd_cli()
146 shell_error(sh, "No hostapd context for interface '%s'", if_name); in cmd_hostapd_cli()
[all …]
/Zephyr-4.2.1/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-4.2.1/drivers/syscon/
Dsyscon_shell.c23 shell_error(sh, "SYSCON device not ready"); in cmd_base()
29 shell_error(sh, "Failed to get SYSCON base (%d)", ret); in cmd_base()
46 shell_error(sh, "SYSCON device not ready"); in cmd_read()
52 shell_error(sh, "Invalid address %s (%d)", argv[2], ret); in cmd_read()
58 shell_error(sh, "Failed to read (%d)", ret); in cmd_read()
74 shell_error(sh, "SYSCON device not ready"); in cmd_write()
80 shell_error(sh, "Invalid address %s (%d)", argv[2], ret); in cmd_write()
86 shell_error(sh, "Invalid value %s (%d)", argv[3], ret); in cmd_write()
92 shell_error(sh, "Failed to write (%d)", ret); in cmd_write()
107 shell_error(sh, "SYSCON device not ready"); in cmd_size()
[all …]
/Zephyr-4.2.1/drivers/can/
Dcan_shell.c153 shell_error(can_shell_tx_msgq_sh, "failed to submit tx msgq polling (err %d)", in can_shell_tx_msgq_poll_submit()
169 shell_error(can_shell_tx_msgq_sh, "failed to send CAN frame #%u (err %d)", in can_shell_tx_msgq_triggered_work_handler()
222 shell_error(can_shell_rx_msgq_sh, "failed to submit rx msgq polling (err %d)", in can_shell_rx_msgq_poll_submit()
290 shell_error(sh, "device %s not ready", argv[1]); in cmd_can_start()
298 shell_error(sh, "failed to start CAN controller (err %d)", err); in cmd_can_start()
311 shell_error(sh, "device %s not ready", argv[1]); in cmd_can_stop()
319 shell_error(sh, "failed to stop CAN controller (err %d)", err); in cmd_can_stop()
342 shell_error(sh, "device %s not ready", argv[1]); in cmd_can_show()
348 shell_error(sh, "failed to get CAN core clock (err %d)", err); in cmd_can_show()
356 shell_error(sh, "failed to get maximum standard (11-bit) filters (err %d)", err); in cmd_can_show()
[all …]
/Zephyr-4.2.1/subsys/bluetooth/host/shell/
Diso.c203 shell_error(sh, "Could not parse interval: %d", err); in parse_interval()
209 shell_error(sh, "Invalid interval %lu", interval); in parse_interval()
225 shell_error(sh, "Could not parse latency: %d", err); in parse_latency()
231 shell_error(sh, "Invalid latency %lu", latency); in parse_latency()
246 shell_error(sh, "Already created"); in cmd_cig_create()
306 shell_error(sh, "Could not parse packing: %d", err); in cmd_cig_create()
312 shell_error(sh, "Invalid packing %lu", packing); in cmd_cig_create()
327 shell_error(sh, "Could not parse framing: %d", err); in cmd_cig_create()
333 shell_error(sh, "Invalid framing %lu", framing); in cmd_cig_create()
376 shell_error(sh, "Could not parse sdu: %d", err); in cmd_cig_create()
[all …]
Dcs.c52 shell_error(sh, "Conn handle error, at least one connection is required."); in cmd_read_remote_supported_capabilities()
58 shell_error(sh, "bt_le_cs_read_remote_supported_capabilities returned error %d", in cmd_read_remote_supported_capabilities()
74 shell_error(sh, "Conn handle error, at least one connection is required."); in cmd_set_default_settings()
81 shell_error(sh, "Could not parse input 1, Enable initiator role"); in cmd_set_default_settings()
88 shell_error(sh, "Could not parse input 2, Enable reflector role"); in cmd_set_default_settings()
95 shell_error(sh, "Could not parse input 3, CS_SYNC antenna selection"); in cmd_set_default_settings()
102 shell_error(sh, "CS_SYNC antenna selection input invalid"); in cmd_set_default_settings()
109 shell_error(sh, "Could not parse input 4, Max TX power"); in cmd_set_default_settings()
118 shell_error(sh, "bt_le_cs_set_default_settings returned error %d", err); in cmd_set_default_settings()
130 shell_error(sh, "Conn handle error, at least one connection is required."); in cmd_read_remote_fae_table()
[all …]
/Zephyr-4.2.1/subsys/fs/
Dshell.c152 shell_error(sh, "%s doesn't exist", path); in cmd_cd()
157 shell_error(sh, "%s is not a directory", path); in cmd_cd()
184 shell_error(sh, "Unable to open %s (err %d)", path, err); in cmd_ls()
194 shell_error(sh, "Unable to read directory"); in cmd_ls()
241 shell_error(sh, "Failed to open %s (%d)", path, err); in cmd_trunc()
247 shell_error(sh, "Failed to truncate %s (%d)", path, err); in cmd_trunc()
265 shell_error(sh, "Error creating dir[%d]", err); in cmd_mkdir()
281 shell_error(sh, "Failed to remove %s (%d)", path, err); in cmd_rm()
308 shell_error(sh, "Failed to open %s (%d)", path_src, err); in cmd_cp()
315 shell_error(sh, "Failed to open %s (%d)", path_dst, err); in cmd_cp()
[all …]
/Zephyr-4.2.1/drivers/edac/
Dshell.c71 shell_error(sh, "Error getting error log (err %d)", err); in ecc_error_show()
93 shell_error(sh, "Error getting parity error log (err %d)", err); in parity_error_show()
105 shell_error(sh, "EDAC device not ready"); in cmd_edac_info()
127 shell_error(sh, "EDAC device not ready"); in cmd_inject_param1()
142 shell_error(sh, "Error getting param1 (err %d)", err); in cmd_inject_param1()
154 shell_error(sh, "Error setting param1 (err %d)", err); in cmd_inject_param1()
167 shell_error(sh, "EDAC device not ready"); in cmd_inject_param2()
182 shell_error(sh, "Error getting param2 (err %d)", err); in cmd_inject_param2()
194 shell_error(sh, "Error setting param2 (err %d)", err); in cmd_inject_param2()
206 shell_error(sh, "EDAC device not ready"); in cmd_inject_trigger()
[all …]

1234567