Home
last modified time | relevance | path

Searched refs:CDIOCPLAYTRACKS (Results 1 – 25 of 77) sorted by relevance

1234

/dports/audio/mp3c/mp3c-0.31/src/
H A Diocd.c279 tmp = ioctl(cd_drv, CDIOCPLAYTRACKS, &ti);
286 tmp = ioctl(cd_drv, CDIOCPLAYTRACKS, &ti);
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dcd_bsd.c173 if (ioctl(cdfile, CDIOCPLAYTRACKS, &ti) == -1) in CDAudio_Play()
175 IOCTL_FAILURE(CDIOCPLAYTRACKS); in CDAudio_Play()
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Dcd_linux.c207 if (ioctl(cdfile, CDIOCPLAYTRACKS, &ti) == -1)
325 if (ioctl(cdfile, CDIOCPLAYTRACKS, &ti) == -1)
/dports/emulators/darcnes/darcnes/
H A Dcd_unix.c75 ioctl(cd_drive, CDIOCPLAYTRACKS, &playtrack); in cd_play_track()
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dcd_bsd.c158 if (ioctl(cdfile, CDIOCPLAYTRACKS, &ti) == -1) in CDAudio_SysPlay()
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dcd_bsd.c158 if (ioctl(cdfile, CDIOCPLAYTRACKS, &ti) == -1) in CDAudio_SysPlay()
/dports/games/darkplaces/darkplaces/
H A Dcd_bsd.c158 if (ioctl(cdfile, CDIOCPLAYTRACKS, &ti) == -1) in CDAudio_SysPlay()
/dports/games/vavoom/vavoom-1.33/source/
H A Dsnd_audiocd_bsd.cpp274 if (ioctl(CDFile, CDIOCPLAYTRACKS, &ti) == -1) in Play()
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/src/
H A Dcdrom.FreeBSD.c184 if (do_ioctl(CDIOCPLAYTRACKS, &track) < 0) { in cdrom_start()
/dports/games/tenebrae/tenebrae_0/
H A Dcd_linux.c145 if ( ioctl(cdfile, CDIOCPLAYTRACKS, &ti) == -1 ) in CDAudio_Play()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/linux_x/
H A Di_cdmus_fbsd.c434 if (ioctl(cdfile, CDIOCPLAYTRACKS, &ti) == -1) in I_PlayCD()
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dcdio.h150 #define CDIOCPLAYTRACKS _IOW('c', 1, struct ioc_play_track) macro
/dports/games/q2pro/q2pro/source/
H A Dcd_linux.c214 if (ioctl(cdfile, CDIOCPLAYTRACKS, &ti) == -1)
/dports/games/q2p/Q2P-0.2-2006-12-31/unix/
H A Dcd_freebsd.c152 if (ioctl(cdfile, CDIOCPLAYTRACKS, &ti) == -1) { in CDAudio_Play()
/dports/games/qudos/QuDos-0.40.1-src/src/unix/
H A Dcd_freebsd.c151 if (ioctl(cdfile, CDIOCPLAYTRACKS, &ti) == -1) { in CDAudio_Play()
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dcdrom.c288 (void)ioctl(drive,CDIOCPLAYTRACKS,&cdrom_play_args); in BUILT_IN_COMMAND()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dcdrom.c288 (void)ioctl(drive,CDIOCPLAYTRACKS,&cdrom_play_args); in BUILT_IN_COMMAND()
/dports/games/quake2lnx/quake2-r0.16.2/src/linux/
H A Dcd_linux.c222 if ( ioctl(cdfile, CDIOCPLAYTRACKS, &ti) == -1 )
/dports/games/quake2-source/quake2-r0.16.2/src/linux/
H A Dcd_linux.c222 if ( ioctl(cdfile, CDIOCPLAYTRACKS, &ti) == -1 )
/dports/chinese/bitchx/bitchx-1.2.1/dll/cdrom/
H A Dcdrom.c288 (void)ioctl(drive,CDIOCPLAYTRACKS,&cdrom_play_args); in BUILT_IN_DLL()
/dports/irc/bitchx/bitchx-1.2.1/dll/cdrom/
H A Dcdrom.c288 (void)ioctl(drive,CDIOCPLAYTRACKS,&cdrom_play_args); in BUILT_IN_DLL()
/dports/games/quake2max/Quake2maX_0.45-src_unix/unix/
H A Dcd_unix.c222 if ( ioctl(cdfile, CDIOCPLAYTRACKS, &ti) == -1 ) in CDAudio_Play()
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/linux/common/
H A Dlinux_cdrom.c181 error = ioctlf(fp, CDIOCPLAYTRACKS, &t_track); in linux_ioctl_cdrom()
/dports/audio/xcd/xcd/
H A Dcdplayer.cc390 ioctl (cd_fd, CDIOCPLAYTRACKS, &t); in play_track()
/dports/audio/xmcd/xmcd-3.3.2/libdi_d/
H A Dfbioc.c99 { CDIOCPLAYTRACKS, "CDIOCPLAYTRACKS" },
783 return (fbioc_send(DI_ROLE_MAIN, CDIOCPLAYTRACKS, &t, TRUE)); in fbioc_play_trkidx()

1234