Home
last modified time | relevance | path

Searched refs:qemuio_command (Results 1 – 4 of 4) sorted by relevance

/qemu/include/
H A Dqemu-io.h48 int qemuio_command(BlockBackend *blk, const char *cmd);
/qemu/
H A Dqemu-io.c417 return qemuio_command(qemuio_blk, cmd); in do_qemuio_command()
H A Dqemu-io-cmds.c2710 int qemuio_command(BlockBackend *blk, const char *cmd) in qemuio_command() function
/qemu/block/monitor/
H A Dblock-hmp-cmds.c604 qemuio_command(blk, command); in hmp_qemu_io()