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

/external/qemu/block/
H A Draw.c203 static int raw_eject(BlockDriverState *bs, int eject_flag) argument
205 return bdrv_eject(bs->file, eject_flag);
H A Draw-posix.c1097 static int floppy_eject(BlockDriverState *bs, int eject_flag) argument
1186 static int cdrom_eject(BlockDriverState *bs, int eject_flag) argument
1190 if (eject_flag) {
1300 static int cdrom_eject(BlockDriverState *bs, int eject_flag) argument
1309 if (eject_flag) {
/external/qemu/
H A Dblock.c2547 * If eject_flag is TRUE, eject the media. Otherwise, close the tray
2549 int bdrv_eject(BlockDriverState *bs, int eject_flag) argument
2561 ret = drv->bdrv_eject(bs, eject_flag);
2567 bs->tray_open = eject_flag;

Completed in 104 milliseconds