Home
last modified time | relevance | path

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

/openbmc/qemu/include/
H A Dqemu-io.h48 int qemuio_command(BlockBackend *blk, const char *cmd);
/openbmc/qemu/
H A Dqemu-io.c417 return qemuio_command(qemuio_blk, cmd); in do_qemuio_command()
H A Dqemu-io-cmds.c2756 int qemuio_command(BlockBackend *blk, const char *cmd) in qemuio_command() function