Searched refs:active_cmd (Results 1 – 2 of 2) sorted by relevance
68 z_shell_help_cmd_print(sh, &sh->ctx->active_cmd); in shell_internal_help_print()69 z_shell_help_subcmd_print(sh, &sh->ctx->active_cmd, in shell_internal_help_print()89 sh->ctx->active_cmd.syntax); in cmd_precheck()526 if (sh->ctx->active_cmd.handler == NULL) { in exec_cmd()532 sh->ctx->active_cmd = *help_entry; in exec_cmd()545 if (sh->ctx->active_cmd.args.mandatory) { in exec_cmd()566 ret_val = sh->ctx->active_cmd.handler(sh, argc, in exec_cmd()577 struct shell_static_entry *active_cmd, in active_cmd_prepare() argument584 *active_cmd = *entry; in active_cmd_prepare()653 memset(&sh->ctx->active_cmd, 0, sizeof(sh->ctx->active_cmd)); in execute()[all …]
3119 sh->ctx->active_cmd.syntax); in cmd_per_adv_set_info_transfer()3756 sh->ctx->active_cmd.syntax); in cmd_conn_update()3804 sh->ctx->active_cmd.syntax); in cmd_conn_data_len_update()3848 sh->ctx->active_cmd.syntax); in cmd_conn_phy_update()
Completed in 1734 milliseconds