Home
last modified time | relevance | path

Searched refs:QmpCommandList (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/include/qapi/qmp/
H A Ddispatch.h42 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 Dqmp-registry.c18 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 Dqmp-dispatch.c137 QDict *coroutine_mixed_fn qmp_dispatch(const QmpCommandList *cmds, QObject *request, in qmp_dispatch()
/openbmc/qemu/monitor/
H A Dmonitor-internal.h144 const QmpCommandList *commands;
168 extern QmpCommandList qmp_commands, qmp_cap_negotiation_commands;
H A Dqmp.c72 QmpCommandList qmp_commands, qmp_cap_negotiation_commands;
/openbmc/qemu/qga/
H A Dguest-agent-core.h25 extern QmpCommandList ga_commands;
H A Dmain.c129 QmpCommandList ga_commands;
/openbmc/qemu/tests/unit/
H A Dtest-qmp-cmds.c14 static QmpCommandList qmp_commands;
/openbmc/qemu/docs/devel/
H A Dqapi-code-gen.rst1859 void example_qmp_init_marshal(QmpCommandList *cmds);
1864 void example_qmp_init_marshal(QmpCommandList *cmds)