Home
last modified time | relevance | path

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

/lk-master/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[] = {
/lk-master/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()
628 const console_cmd *command = match_command(args[0].str, CMD_AVAIL_NORMAL); in command_loop()
779 const console_cmd *command = match_command(commandstr, CMD_AVAIL_NORMAL); in console_get_command_handler()
791 const console_cmd *curr_cmd = block->list; in cmd_help_impl()
886 const console_cmd *command = match_command(args[0].str, CMD_AVAIL_PANIC); in panic_shell_start()

Completed in 8 milliseconds