Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/lk/lib/console/
Dconsole.c93 static int cmd_help_panic(int argc, const cmd_args *argv);
105 STATIC_COMMAND_MASKED("help", "this list", &cmd_help_panic, CMD_AVAIL_PANIC)
847 static int cmd_help_panic(int argc, const cmd_args *argv) in cmd_help_panic() function