Home
last modified time | relevance | path

Searched defs:cmds (Results 1 – 9 of 9) sorted by relevance

/qemu/qapi/
H A Dqmp-registry.c18 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 Dqmp-dispatch.c137 QDict *coroutine_mixed_fn qmp_dispatch(const QmpCommandList *cmds, QObject *request, in qmp_dispatch()
/qemu/tests/qemu-iotests/
H A Dqcow2.py125 cmds = [ variable
/qemu/hw/display/
H A Dqxl.h72 QXLPHYSICAL *cmds; member
H A Dqxl.c2338 QXLCommandExt *cmds; local
/qemu/monitor/
H A Dhmp.c239 static void help_cmd_dump(Monitor *mon, const HMPCommand *cmds, in help_cmd_dump()
/qemu/tests/qtest/fuzz/
H A Dgeneric_fuzz.c39 enum cmds { enum
/qemu/target/i386/emulate/
H A Dx86_decode.c2122 static const char *cmds[] = {"INVL", "PUSH", "PUSH_SEG", "POP", "POP_SEG", in decode_cmd_to_string() local
/qemu/gdbstub/
H A Dgdbstub.c956 const GdbCmdParseEntry *cmds, int num_cmds) in process_string_cmd()