Home
last modified time | relevance | path

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

/lk-master/lib/console/include/lib/console/
A Dcmd.h53 #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 Dconsole_cmd.h51 #define STATIC_COMMAND(command_str, help_str, func)
52 #define STATIC_COMMAND_MASKED(command_str, help_str, func, availability_mask)

Completed in 3 milliseconds