Home
last modified time | relevance | path

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

/external/qemu/android/
Dconsole.c289 typedef struct CommandDefRec_ { struct
290 const char* names;
291 const char* abstract;
292 const char* description;
293 void (*descriptor)( ControlClient client );
294 int (*handler)( ControlClient client, char* args );
295 CommandDef subcommands; /* if handler is NULL */