Searched refs:QmpCommandList (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/include/qapi/qmp/ |
H A D | dispatch.h | 42 typedef QTAILQ_HEAD(QmpCommandList, QmpCommand) QmpCommandList; typedef 44 void qmp_register_command(QmpCommandList *cmds, const char *name, 47 const QmpCommand *qmp_find_command(const QmpCommandList *cmds, 49 void qmp_disable_command(QmpCommandList *cmds, const char *name, 51 void qmp_enable_command(QmpCommandList *cmds, const char *name); 58 QDict *coroutine_mixed_fn qmp_dispatch(const QmpCommandList *cmds, QObject *request, 64 void qmp_for_each_command(const QmpCommandList *cmds, qmp_cmd_callback_fn fn,
|
/openbmc/qemu/qapi/ |
H A D | qmp-registry.c | 18 void qmp_register_command(QmpCommandList *cmds, const char *name, in qmp_register_command() 35 const QmpCommand *qmp_find_command(const QmpCommandList *cmds, const char *name) in qmp_find_command() 47 static void qmp_toggle_command(QmpCommandList *cmds, const char *name, in qmp_toggle_command() 61 void qmp_disable_command(QmpCommandList *cmds, const char *name, in qmp_disable_command() 67 void qmp_enable_command(QmpCommandList *cmds, const char *name) in qmp_enable_command() 87 void qmp_for_each_command(const QmpCommandList *cmds, qmp_cmd_callback_fn fn, in qmp_for_each_command()
|
H A D | qmp-dispatch.c | 137 QDict *coroutine_mixed_fn qmp_dispatch(const QmpCommandList *cmds, QObject *request, in qmp_dispatch()
|
/openbmc/qemu/monitor/ |
H A D | monitor-internal.h | 144 const QmpCommandList *commands; 168 extern QmpCommandList qmp_commands, qmp_cap_negotiation_commands;
|
H A D | qmp.c | 72 QmpCommandList qmp_commands, qmp_cap_negotiation_commands;
|
/openbmc/qemu/qga/ |
H A D | guest-agent-core.h | 25 extern QmpCommandList ga_commands;
|
H A D | main.c | 129 QmpCommandList ga_commands;
|
/openbmc/qemu/tests/unit/ |
H A D | test-qmp-cmds.c | 14 static QmpCommandList qmp_commands;
|
/openbmc/qemu/docs/devel/ |
H A D | qapi-code-gen.rst | 1859 void example_qmp_init_marshal(QmpCommandList *cmds); 1864 void example_qmp_init_marshal(QmpCommandList *cmds)
|