Home
last modified time | relevance | path

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

/external/qemu/android/
Dconsole.c328 typedef struct CommandDefRec_ { struct
329 const char* names;
330 const char* abstract;
331 const char* description;
332 void (*descriptor)( ControlClient client );
333 int (*handler)( ControlClient client, char* args );
334 CommandDef subcommands; /* if handler is NULL */