Lines Matching refs:shell_error
27 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()
134 shell_error(sh, "Setting timeout value to %lu milliseconds", in cmd_open()
141 shell_error(sh, "%s: open fail (%d): client token %08x", ctrl->method, err, in cmd_open()
166 shell_error(sh, "Out of range value"); in cmd_close()
169 shell_error(sh, "Invalid argument"); in cmd_close()
175 shell_error(sh, "%s: close fail (%d): client token %08x", ctrl->method, err, in cmd_close()
222 shell_error(sh, "Out of range value"); in cmd_send()
225 shell_error(sh, "Invalid argument"); in cmd_send()
233 shell_error(sh, "Out of range value for a0"); in cmd_send()
236 shell_error(sh, "Invalid argument for a0"); in cmd_send()
243 shell_error(sh, "Out of range value for a1"); in cmd_send()
246 shell_error(sh, "Invalid argument for a1"); in cmd_send()
254 shell_error(sh, "Out of range value for a2"); in cmd_send()
257 shell_error(sh, "Invalid argument for a2"); in cmd_send()
265 shell_error(sh, "Out of range value for a3"); in cmd_send()
268 shell_error(sh, "Invalid argument for a3"); in cmd_send()
276 shell_error(sh, "Out of range value for a4"); in cmd_send()
279 shell_error(sh, "Invalid argument for a4"); in cmd_send()
287 shell_error(sh, "Out of range value for a5"); in cmd_send()
290 shell_error(sh, "Invalid argument for a5"); in cmd_send()
298 shell_error(sh, "Out of range value for a6"); in cmd_send()
301 shell_error(sh, "Invalid argument for a6"); in cmd_send()
309 shell_error(sh, "Out of range value for a7"); in cmd_send()
312 shell_error(sh, "Invalid argument for a7"); in cmd_send()
327 shell_error(sh, "%s: send fail: client token %08x", ctrl->method, in cmd_send()