Searched refs:command_str (Results 1 – 1 of 1) sorted by relevance
| /lib/console/include/lib/console/ |
| A D | cmd.h | 53 #define STATIC_COMMAND(command_str, help_str, func) \ argument 54 { command_str, help_str, func, CMD_AVAIL_NORMAL }, 56 #define STATIC_COMMAND_MASKED(command_str, help_str, func, availability_mask) \ argument 57 { command_str, help_str, func, availability_mask },
|
Completed in 5 milliseconds