Data Fields | |
cmd_arg_type_t | type |
void * | buffer |
size_t | len |
__native | intval |
cmd_arg_type_t | vartype |
Definition at line 53 of file kconsole.h.
|
Buffer where to store data. Definition at line 55 of file kconsole.h. Referenced by cmd_call0(), cmd_call1(), cmd_call2(), cmd_call3(), cmd_desc(), cmd_set4(), and cmd_symaddr(). |
|
Integer value Definition at line 57 of file kconsole.h. Referenced by cmd_call1(), cmd_call2(), cmd_call3(), and cmd_set4(). |
|
Size of the buffer. Definition at line 56 of file kconsole.h. |
|
Type descriptor. Definition at line 54 of file kconsole.h. |
|
Resulting type of variable arg Definition at line 58 of file kconsole.h. |