Home
last modified time | relevance | path

Searched refs:console_cmd (Results 1 – 2 of 2) sorted by relevance

/lib/console/include/lib/console/
A Dcmd.h31 } console_cmd; typedef
37 const console_cmd *list;
40 #define STATIC_COMMAND_START static const console_cmd _cmd_list[] = {
47 #define STATIC_COMMAND_START_NAMED(name) static const console_cmd _cmd_list_##name[] = {
/lib/console/
A Dconsole.c244 static const console_cmd *match_command(const char *command, const uint8_t availability_mask) { in match_command()
246 const console_cmd *curr_cmd = block->list; in match_command()
570 const console_cmd *command;
646 const console_cmd *command = match_command(args[0].str, CMD_AVAIL_NORMAL); in command_loop()
813 const console_cmd *command = match_command(commandstr, CMD_AVAIL_NORMAL); in console_get_command_handler()
848 const console_cmd *curr_cmd = block->list; in cmd_help_impl()
953 const console_cmd *command = match_command(args[0].str, CMD_AVAIL_PANIC); in panic_shell_start()

Completed in 8 milliseconds