Searched refs:qmp_command_name (Results 1 – 3 of 3) sorted by relevance
55 const char *qmp_command_name(const QmpCommand *cmd);
77 const char *qmp_command_name(const QmpCommand *cmd) in qmp_command_name() function
68 cmd_info->name = g_strdup(qmp_command_name(cmd)); in qmp_command_info()