Home
last modified time | relevance | path

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

/external/trusty/lk/lib/console/
Dconsole.c276 static const cmd *match_command(const char *command, const uint8_t availability_mask) in match_command() function
667 const cmd *command = match_command(args[0].str, CMD_AVAIL_NORMAL); in command_loop()
802 const cmd *command = match_command(commandstr, CMD_AVAIL_NORMAL); in console_get_command_handler()
928 const cmd *command = match_command(args[0].str, CMD_AVAIL_PANIC); in panic_shell_start()