Home
last modified time | relevance | path

Searched refs:qmp_find_command (Results 1 – 3 of 3) sorted by relevance

/qemu/include/qapi/qmp/
H A Ddispatch.h47 const QmpCommand *qmp_find_command(const QmpCommandList *cmds,
/qemu/qapi/
H A Dqmp-registry.c35 const QmpCommand *qmp_find_command(const QmpCommandList *cmds, const char *name) in qmp_find_command() function
H A Dqmp-dispatch.c170 cmd = qmp_find_command(cmds, command); in qmp_dispatch()