Searched refs:qmp_command_is_enabled (Results 1 – 4 of 4) sorted by relevance
53 bool qmp_command_is_enabled(const QmpCommand *cmd);
72 bool qmp_command_is_enabled(const QmpCommand *cmd) in qmp_command_is_enabled() function
69 cmd_info->enabled = qmp_command_is_enabled(cmd); in qmp_command_info()
478 bool have = qmp_command_is_enabled(cmd); in ga_apply_command_filters_iter()