Lines Matching refs:shell_error
85 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()
250 shell_error(sh, "Could not parse service_index: %d", in cmd_tbs_originate()
257 shell_error(sh, "Invalid service_index: %lu", in cmd_tbs_originate()
286 shell_error(sh, "Could not parse call_index: %d", in cmd_tbs_join()
293 shell_error(sh, "Invalid call_index: %lu", call_index); in cmd_tbs_join()
318 shell_error(sh, "Could not parse call_index: %d", result); in cmd_tbs_answer()
324 shell_error(sh, "Invalid call_index: %lu", call_index); in cmd_tbs_answer()
348 shell_error(sh, "Could not parse call_index: %d", result); in cmd_tbs_remote_hold()
354 shell_error(sh, "Invalid call_index: %lu", call_index); in cmd_tbs_remote_hold()
378 shell_error(sh, "Could not parse call_index: %d", result); in cmd_tbs_remote_retrieve()
384 shell_error(sh, "Invalid call_index: %lu", call_index); in cmd_tbs_remote_retrieve()
408 shell_error(sh, "Could not parse call_index: %d", result); in cmd_tbs_remote_terminate()
414 shell_error(sh, "Invalid call_index: %lu", call_index); in cmd_tbs_remote_terminate()
441 shell_error(sh, in cmd_tbs_incoming()
449 shell_error(sh, "Invalid service_index: %lu", in cmd_tbs_incoming()
484 shell_error(sh, in cmd_tbs_set_bearer_provider_name()
492 shell_error(sh, "Invalid service_index: %lu", in cmd_tbs_set_bearer_provider_name()
524 shell_error(sh, in cmd_tbs_set_bearer_technology()
532 shell_error(sh, "Invalid service_index: %lu", in cmd_tbs_set_bearer_technology()
544 shell_error(sh, "Could not parse technology: %d", result); in cmd_tbs_set_bearer_technology()
550 shell_error(sh, "Invalid technology: %lu", technology); in cmd_tbs_set_bearer_technology()
577 shell_error(sh, in cmd_tbs_set_bearer_signal_strength()
585 shell_error(sh, "Invalid service_index: %lu", in cmd_tbs_set_bearer_signal_strength()
597 shell_error(sh, "Could not parse signal_strength: %d", result); in cmd_tbs_set_bearer_signal_strength()
603 shell_error(sh, "Invalid signal_strength: %lu", in cmd_tbs_set_bearer_signal_strength()
631 shell_error(sh, in cmd_tbs_set_status_flags()
639 shell_error(sh, "Invalid service_index: %lu", in cmd_tbs_set_status_flags()
651 shell_error(sh, "Could not parse status_flags: %d", result); in cmd_tbs_set_status_flags()
657 shell_error(sh, "Invalid status_flags: %lu", status_flags); in cmd_tbs_set_status_flags()
683 shell_error(sh, in cmd_tbs_set_uri_scheme_list()
691 shell_error(sh, "Invalid service_index: %lu", in cmd_tbs_set_uri_scheme_list()
726 shell_error(sh, "%s unknown parameter: %s", argv[0], in cmd_tbs()
729 shell_error(sh, "%s Missing subcommand", argv[0]); in cmd_tbs()