Home
last modified time | relevance | path

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

/external/qemu/block/
Draw-win32.c379 static int raw_eject(BlockDriverState *bs, int eject_flag)
385 if (eject_flag) {
Draw-posix.c1235 static int floppy_eject(BlockDriverState *bs, int eject_flag) in floppy_eject() argument
1306 static int cdrom_eject(BlockDriverState *bs, int eject_flag) in cdrom_eject() argument
1310 if (eject_flag) { in cdrom_eject()
1420 static int cdrom_eject(BlockDriverState *bs, int eject_flag) in cdrom_eject() argument
1429 if (eject_flag) { in cdrom_eject()
/external/qemu/
Dblock_int.h95 int (*bdrv_eject)(BlockDriverState *bs, int eject_flag);
Dblock.h127 int bdrv_eject(BlockDriverState *bs, int eject_flag);
Dblock.c1569 int bdrv_eject(BlockDriverState *bs, int eject_flag) in bdrv_eject() argument
1581 ret = drv->bdrv_eject(bs, eject_flag); in bdrv_eject()
1584 if (eject_flag) in bdrv_eject()