Home
last modified time | relevance | path

Searched refs:qmp_for_each_command (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/qapi/qmp/
H A Ddispatch.h64 void qmp_for_each_command(const QmpCommandList *cmds, qmp_cmd_callback_fn fn,
/openbmc/qemu/qapi/
H A Dqmp-registry.c87 void qmp_for_each_command(const QmpCommandList *cmds, qmp_cmd_callback_fn fn, in qmp_for_each_command() function
/openbmc/qemu/qga/
H A Dmain.c487 qmp_for_each_command(&ga_commands, ga_disable_not_allowed_freeze, NULL); in ga_set_frozen()
526 qmp_for_each_command(&ga_commands, ga_enable_non_blocked, s); in ga_unset_frozen()
1249 qmp_for_each_command(&ga_commands, ga_print_cmd, NULL); in config_parse()
1259 qmp_for_each_command(&ga_commands, ga_print_cmd, NULL); in config_parse()
1417 qmp_for_each_command(&ga_commands, ga_disable_not_allowed_freeze, NULL); in initialize_agent()
1442 qmp_for_each_command(&ga_commands, ga_disable_not_allowed, config->allowedrpcs); in initialize_agent()
H A Dcommands.c81 qmp_for_each_command(&ga_commands, qmp_command_info, info); in qmp_guest_info()
/openbmc/qemu/monitor/
H A Dqmp-cmds-control.c131 qmp_for_each_command(mon->commands, query_commands_cb, &list); in qmp_query_commands()