Searched refs:qmp_command_name (Results 1 – 4 of 4) 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
430 const char *name = qmp_command_name(cmd); in ga_command_is_allowed()479 const char *name = qmp_command_name(cmd); in ga_apply_command_filters_iter()1025 printf("%s\n", qmp_command_name(cmd)); in ga_print_cmd()
68 cmd_info->name = g_strdup(qmp_command_name(cmd)); in qmp_command_info()