Searched refs:cli (Results 1 – 3 of 3) sorted by relevance
21 } cli; variable31 if (cli.num_commands < MAX_COMMANDS) in cli_register_command()36 for (i = 0; i < cli.num_commands; i++) in cli_register_command()38 if (cli.commands[i] == command) in cli_register_command()43 cli.commands[cli.num_commands++] = command; in cli_register_command()58 while (i < cli.num_commands) in cli_unregister_command()60 if (cli.commands[i] == command) in cli_unregister_command()62 cli.num_commands--; in cli_unregister_command()63 unsigned int remaining_cmds = cli.num_commands - i; in cli_unregister_command()66 …(void)memmove(&cli.commands[i], &cli.commands[i + 1U], (remaining_cmds * sizeof(struct cli_command… in cli_unregister_command()[all …]
183 cli231 zephyr_library_sources(cli/wifi_shell.c)232 zephyr_library_sources(cli/cli_utils.c)
73 # cmake -DEXTRA_KCONFIG_TARGETS=cli