Home
last modified time | relevance | path

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

/openbmc/qemu/include/
H A Dqemu-io.h22 #define CMD_FLAG_GLOBAL ((int)0x80000000) /* don't iterate "args" */ macro
/openbmc/qemu/
H A Dqemu-io.c283 .flags = CMD_FLAG_GLOBAL,
H A Dqemu-io-cmds.c47 (ci->flags & (CMD_FLAG_GLOBAL | CMD_NOFILE_OK)) == 0); in qemuio_add_command()
60 if (ct->flags & CMD_FLAG_GLOBAL) { in init_check_command()
2747 .flags = CMD_FLAG_GLOBAL,