Home
last modified time | relevance | path

Searched refs:qmp_command_name (Results 1 – 4 of 4) sorted by relevance

/qemu/include/qapi/qmp/
H A Ddispatch.h55 const char *qmp_command_name(const QmpCommand *cmd);
/qemu/qapi/
H A Dqmp-registry.c77 const char *qmp_command_name(const QmpCommand *cmd) in qmp_command_name() function
/qemu/qga/
H A Dmain.c405 const char *name = qmp_command_name(cmd); in ga_disable_not_allowed_freeze()
425 const char *name = qmp_command_name(cmd); in ga_enable_non_blocked()
446 const char *name = qmp_command_name(cmd); in ga_disable_not_allowed()
981 printf("%s\n", qmp_command_name(cmd)); in ga_print_cmd()
H A Dcommands.c68 cmd_info->name = g_strdup(qmp_command_name(cmd)); in qmp_command_info()