Searched refs:eject_flag (Results 1 - 6 of 6) 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-win32.c376 static int raw_eject(BlockDriverState *bs, int eject_flag)
382 if (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/include/block/
H A Dblock_int.h109 int (*bdrv_eject)(BlockDriverState *bs, int eject_flag);
H A Dblock.h182 int bdrv_eject(BlockDriverState *bs, int 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 4347 milliseconds