Searched refs:command_str (Results 1 – 2 of 2) sorted by relevance
/lk-master/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 },
|
/lk-master/top/include/lk/ |
A D | console_cmd.h | 51 #define STATIC_COMMAND(command_str, help_str, func) 52 #define STATIC_COMMAND_MASKED(command_str, help_str, func, availability_mask)
|
Completed in 3 milliseconds