Searched defs:eject_flag (Results 1 - 2 of 2) sorted by relevance

/external/qemu/block/
H A Draw-posix.c1235 static int floppy_eject(BlockDriverState *bs, int eject_flag) argument
1306 static int cdrom_eject(BlockDriverState *bs, int eject_flag) argument
1310 if (eject_flag) {
1420 static int cdrom_eject(BlockDriverState *bs, int eject_flag) argument
1429 if (eject_flag) {
/external/qemu/
H A Dblock.c1567 * If eject_flag is TRUE, eject the media. Otherwise, close the tray
1569 int bdrv_eject(BlockDriverState *bs, int eject_flag) argument
1581 ret = drv->bdrv_eject(bs, eject_flag);
1584 if (eject_flag)

Completed in 79 milliseconds