Searched refs:help_str (Results 1 – 2 of 2) sorted by relevance
| /kernel/lib/console/include/lib/ |
| A D | console.h | 38 const char* help_str; member 57 #define STATIC_COMMAND(command_str, help_str, func) {command_str, help_str, func, CMD_AVAIL_NORMAL}, argument 58 #define STATIC_COMMAND_MASKED(command_str, help_str, func, availability_mask) {command_str, help_st… argument
|
| /kernel/lib/console/ |
| A D | console.cpp | 711 if (curr_cmd->help_str) in cmd_help() 712 printf("\t%-16s: %s\n", curr_cmd->cmd_str, curr_cmd->help_str); in cmd_help()
|
Completed in 12 milliseconds