Public Member Functions | |
SPINLOCK_DECLARE (lock) | |
Data Fields | |
link_t | link |
const char * | name |
const char * | description |
int(* | func )(cmd_arg_t *) |
count_t | argc |
cmd_arg_t * | argv |
void(* | help )(void) |
Definition at line 62 of file kconsole.h.
|
This lock protects everything below. |
|
Number of arguments. Definition at line 68 of file kconsole.h. Referenced by parse_cmdline(). |
|
Argument vector. Definition at line 69 of file kconsole.h. Referenced by kconsole(). |
|
Textual description. Definition at line 66 of file kconsole.h. Referenced by cmd_desc(), and cmd_help(). |
|
Function implementing the command. Referenced by kconsole(). |
|
Function for printing detailed help. Referenced by cmd_desc(). |
|
Command list link. Definition at line 63 of file kconsole.h. Referenced by cmd_initialize(), and cmd_register(). |
|
Command name. Definition at line 65 of file kconsole.h. Referenced by cmd_desc(), cmd_help(), cmd_register(), debugger_init(), kconsole(), and parse_cmdline(). |