Searched refs:qmp_find_command (Results 1 – 3 of 3) sorted by relevance
47 const QmpCommand *qmp_find_command(const QmpCommandList *cmds,
35 const QmpCommand *qmp_find_command(const QmpCommandList *cmds, const char *name) in qmp_find_command() function
170 cmd = qmp_find_command(cmds, command); in qmp_dispatch()