Home
last modified time | relevance | path

Searched refs:cdrom_open (Results 1 – 25 of 76) sorted by relevance

1234

/dports/audio/xcdplayer/xcdplayer-2.2/
H A Dcdrom_callb.c51 if (cdrom_open() == -1) {
131 if (cdrom_open() == -1) {
223 if (cdrom_open() == -1) {
272 if (cdrom_open() == -1) {
361 if (cdrom_open() == -1) {
458 if (cdrom_open() == -1) {
507 if (cdrom_open() == -1) {
613 if (cdrom_open() == -1) {
634 if (cdrom_open() == -1) {
678 if (cdrom_open() == -1) {
H A Dmain.c42 if (cdrom_open() == -1) /* (uses a resource, so done after top_setup) */
45 cdrom_open();
H A Dcdgrab.c30 extern void cdrom_open();
43 cdrom_open(); in main()
52 cdrom_open() { in cdrom_open() function
H A Dcdrom_sun.h71 extern int cdrom_open();
H A Dcdrom_globs.h99 extern int cdrom_open();
H A Dcdrom_freebsd.h73 extern int cdrom_open();
H A Dcdrom_sgi.h113 extern int cdrom_open();
H A Dinternals.c51 if (cdrom_open() == -1) { in cdrom_get_curtime()
601 if (cdrom_open() == -1) {
H A Dcdrom_freebsd.c97 cdrom_open() { in cdrom_open() function
H A Dcdrom_sun.c93 cdrom_open() { in cdrom_open() function
/dports/emulators/mess/mame-mame0226/src/devices/imagedev/
H A Dchd_cd.cpp68 m_cdrom_handle = cdrom_open( chd ); in device_start()
106 m_cdrom_handle = cdrom_open( chd ); in call_load()
108 m_cdrom_handle = cdrom_open(filename()); in call_load()
/dports/emulators/mame/mame-mame0226/src/devices/imagedev/
H A Dchd_cd.cpp68 m_cdrom_handle = cdrom_open( chd ); in device_start()
106 m_cdrom_handle = cdrom_open( chd ); in call_load()
108 m_cdrom_handle = cdrom_open(filename()); in call_load()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/archivers/chd/
H A Dchdcdrom.h134 cdrom_file *cdrom_open(chd_file *chd);
137 cdrom_file *cdrom_open(const char *inputfile);
H A Dchdcdrom.cpp136 cdrom_file *cdrom_open(const char *inputfile)
206 cdrom_file *cdrom_open(chd_file *chd) in cdrom_open() function
/dports/emulators/mess/mame-mame0226/src/lib/util/
H A Dcdrom.h107 cdrom_file *cdrom_open(chd_file *chd);
110 cdrom_file *cdrom_open(const char *inputfile);
H A Dcdrom.cpp220 cdrom_file *cdrom_open(const char *inputfile) in cdrom_open() function
316 cdrom_file *cdrom_open(chd_file *chd) in cdrom_open() function
/dports/emulators/fs-uae/fs-uae-3.1.35/src/archivers/chd/
H A Dchdcdrom.h107 cdrom_file *cdrom_open(chd_file *chd);
110 cdrom_file *cdrom_open(const char *inputfile);
/dports/emulators/mame/mame-mame0226/src/lib/util/
H A Dcdrom.h107 cdrom_file *cdrom_open(chd_file *chd);
110 cdrom_file *cdrom_open(const char *inputfile);
H A Dcdrom.cpp220 cdrom_file *cdrom_open(const char *inputfile) in cdrom_open() function
316 cdrom_file *cdrom_open(chd_file *chd) in cdrom_open() function
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dcdrom.h102 extern int cdrom_open(struct cdrom_device_info *cdi, struct block_device *bdev,
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dcdrom.h102 extern int cdrom_open(struct cdrom_device_info *cdi, struct block_device *bdev,
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dcdrom.h102 extern int cdrom_open(struct cdrom_device_info *cdi, struct block_device *bdev,
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dakiko.cpp151 m_cdrom = cdrom_open(machine().rom_load().get_disk_handle(":cdrom")); in device_reset()
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dakiko.cpp151 m_cdrom = cdrom_open(machine().rom_load().get_disk_handle(":cdrom")); in device_reset()
/dports/emulators/qemu42/qemu-4.2.1/block/
H A Dfile-posix.c3538 static int cdrom_open(BlockDriverState *bs, QDict *options, int flags, in cdrom_open() function
3617 .bdrv_file_open = cdrom_open,
3653 static int cdrom_open(BlockDriverState *bs, QDict *options, int flags, in cdrom_open() function
3751 .bdrv_file_open = cdrom_open,

1234