Home
last modified time | relevance | path

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

/external/qemu/
Dqemu-io.c23 #define CMD_NOFILE_OK 0x01 macro
1643 .flags = CMD_NOFILE_OK,
1702 if (!(ct->flags & CMD_NOFILE_OK) && !bs) { in init_check_command()