Searched defs:cmds (Results 1 – 9 of 9) sorted by relevance
/qemu/qapi/ |
H A D | qmp-registry.c | 18 void qmp_register_command(QmpCommandList *cmds, const char *name, in qmp_register_command() 35 const QmpCommand *qmp_find_command(const QmpCommandList *cmds, const char *name) in qmp_find_command() 47 static void qmp_toggle_command(QmpCommandList *cmds, const char *name, in qmp_toggle_command() 61 void qmp_disable_command(QmpCommandList *cmds, const char *name, in qmp_disable_command() 67 void qmp_enable_command(QmpCommandList *cmds, const char *name) in qmp_enable_command() 87 void qmp_for_each_command(const QmpCommandList *cmds, qmp_cmd_callback_fn fn, in qmp_for_each_command()
|
H A D | qmp-dispatch.c | 137 QDict *coroutine_mixed_fn qmp_dispatch(const QmpCommandList *cmds, QObject *request, in qmp_dispatch()
|
/qemu/tests/qemu-iotests/ |
H A D | qcow2.py | 125 cmds = [ variable
|
/qemu/hw/display/ |
H A D | qxl.h | 72 QXLPHYSICAL *cmds; member
|
H A D | qxl.c | 2338 QXLCommandExt *cmds; local
|
/qemu/monitor/ |
H A D | hmp.c | 239 static void help_cmd_dump(Monitor *mon, const HMPCommand *cmds, in help_cmd_dump()
|
/qemu/tests/qtest/fuzz/ |
H A D | generic_fuzz.c | 39 enum cmds { enum
|
/qemu/target/i386/emulate/ |
H A D | x86_decode.c | 2122 static const char *cmds[] = {"INVL", "PUSH", "PUSH_SEG", "POP", "POP_SEG", in decode_cmd_to_string() local
|
/qemu/gdbstub/ |
H A D | gdbstub.c | 956 const GdbCmdParseEntry *cmds, int num_cmds) in process_string_cmd()
|