Home
last modified time | relevance | path

Searched refs:QmpCommand (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/qapi/
H A Dqmp-registry.h30 typedef struct QmpCommand struct
37 QTAILQ_ENTRY(QmpCommand) node; argument
40 } QmpCommand; typedef
42 typedef QTAILQ_HEAD(QmpCommandList, QmpCommand) QmpCommandList;
47 const QmpCommand *qmp_find_command(const QmpCommandList *cmds,
53 bool qmp_command_is_enabled(const QmpCommand *cmd);
54 bool qmp_command_available(const QmpCommand *cmd, Error **errp);
55 const char *qmp_command_name(const QmpCommand *cmd);
56 bool qmp_has_success_response(const QmpCommand *cmd);
62 typedef void (*qmp_cmd_callback_fn)(const QmpCommand *cmd, void *opaque);
/openbmc/qemu/qapi/
H A Dqmp-registry.c22 QmpCommand *cmd = g_malloc0(sizeof(*cmd)); in qmp_register_command()
35 const QmpCommand *qmp_find_command(const QmpCommandList *cmds, const char *name) in qmp_find_command()
37 QmpCommand *cmd; in qmp_find_command()
50 QmpCommand *cmd; in qmp_toggle_command()
72 bool qmp_command_is_enabled(const QmpCommand *cmd) in qmp_command_is_enabled()
77 const char *qmp_command_name(const QmpCommand *cmd) in qmp_command_name()
82 bool qmp_has_success_response(const QmpCommand *cmd) in qmp_has_success_response()
90 const QmpCommand *cmd; in qmp_for_each_command()
H A Dqmp-dispatch.c114 const QmpCommand *cmd;
144 const QmpCommand *cmd; in qmp_dispatch()
/openbmc/qemu/stubs/
H A Dqmp-command-available.c4 bool qmp_command_available(const QmpCommand *cmd, Error **errp) in qmp_command_available()
/openbmc/qemu/monitor/
H A Dqmp-cmds-control.c108 static void query_commands_cb(const QmpCommand *cmd, void *opaque) in query_commands_cb()
/openbmc/qemu/qga/
H A Dcommands.c62 static void qmp_command_info(const QmpCommand *cmd, void *opaque) in qmp_command_info()