Home
last modified time | relevance | path

Searched defs:CommandDefRec_ (Results 1 – 1 of 1) sorted by relevance

/external/qemu/android/
Dconsole.c343 typedef struct CommandDefRec_ { struct
344 const char* names;
345 const char* abstract;
346 const char* description;
347 void (*descriptor)( ControlClient client );
348 int (*handler)( ControlClient client, char* args );
349 CommandDef subcommands; /* if handler is NULL */