Home
last modified time | relevance | path

Searched refs:CDIOCGETVOL (Results 1 – 25 of 74) sorted by relevance

123

/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dcdrom.h64 #define CDROMVOLREAD CDIOCGETVOL
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dcdrom.h64 #define CDROMVOLREAD CDIOCGETVOL
/dports/audio/etcd/etcd-1.0.1/
H A Dtcd.c172 if(ioctl(state.cdrom->id, CDIOCGETVOL, &arg) == -1) in inc_volume()
182 if(ioctl(state.cdrom->id, CDIOCGETVOL, &arg) == -1) in dec_volume()
/dports/audio/tcd/tcd-2.2.0/src/
H A Dtcd.c184 if(ioctl(state.cdrom->id, CDIOCGETVOL, &arg) == -1) in inc_volume()
194 if(ioctl(state.cdrom->id, CDIOCGETVOL, &arg) == -1) in dec_volume()
/dports/audio/libcdaudio/libcdaudio-0.99.12p2/src/
H A Dcompat.h302 #ifdef CDIOCGETVOL
303 #define CDAUDIO_GET_VOLUME CDIOCGETVOL
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dcd_bsd.c370 if (ioctl(cdfile, CDIOCGETVOL, vol) == -1) in CD_GetVolume()
372 IOCTL_FAILURE(CDIOCGETVOL); in CD_GetVolume()
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dcd_bsd.c100 if (ioctl (cdfile, CDIOCGETVOL, &vol) == -1) in CDAudio_SysGetVolume()
/dports/audio/grip/grip-4.2.2/src/
H A Dcddev.c670 #ifdef CDIOCGETVOL in CDGetVolume()
681 #ifdef CDIOCGETVOL in CDGetVolume()
682 if(ioctl(disc->cd_desc,CDIOCGETVOL,&volume)<0) in CDGetVolume()
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dcd_bsd.c100 if (ioctl (cdfile, CDIOCGETVOL, &vol) == -1) in CDAudio_SysGetVolume()
/dports/games/darkplaces/darkplaces/
H A Dcd_bsd.c100 if (ioctl (cdfile, CDIOCGETVOL, &vol) == -1) in CDAudio_SysGetVolume()
/dports/audio/cdparanoia/cdparanoia-III-alpha9.8/interface/
H A Dcommon_interface.c27 if (ioctl(fd, CDIOCGETVOL, &volctl)) in ioctl_ping_cdrom()
/dports/audio/libkcompactdisc/libkcompactdisc-21.12.3/src/wmlib/
H A Dplat_openbsd.c465 if (ioctl(d->fd, CDIOCGETVOL, &vol)) in gen_get_volume()
H A Dplat_freebsd.c496 if (ioctl(d->fd, CDIOCGETVOL, &vol)) in gen_get_volume()
/dports/audio/libworkman/libworkman/
H A Dplat_openbsd.c423 if (ioctl(d->fd, CDIOCGETVOL, &vol)) in gen_get_volume()
H A Dplat_freebsd.c449 if (ioctl(d->fd, CDIOCGETVOL, &vol)) in gen_get_volume()
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dcdio.h218 #define CDIOCGETVOL _IOR('c', 10, struct ioc_vol) macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/linux/common/
H A Dlinux_cdrom.c237 error = ioctlf(fp, CDIOCGETVOL, &t_vol); in linux_ioctl_cdrom()
/dports/audio/xcd/xcd/
H A Dcdplayer.cc298 ioctl (cd_fd, CDIOCGETVOL, &v); in do_update()
/dports/audio/autocd/autocd-3.02.12b/
H A Dauto_cd.c1003 if(ioctl(device->dev, CDIOCGETVOL, &volume) == -1) in autocd_volume()
1030 if(ioctl(device->dev, CDIOCGETVOL, &volume) == -1) in autocd_changevolume()
/dports/sysutils/libcdio/libcdio-2.1.0/lib/driver/
H A Dnetbsd.c534 return (ioctl(p_env->gen.fd, CDIOCGETVOL, p_volume)); in audio_get_volume_netbsd()
/dports/sysutils/libcdio/libcdio-2.1.0/lib/driver/FreeBSD/
H A Dfreebsd.c327 return ioctl(p_env->gen.fd, CDIOCGETVOL, p_volume); in audio_get_volume_freebsd()
/dports/audio/xmcd/xmcd-3.3.2/libdi_d/
H A Dfbioc.c97 { CDIOCGETVOL, "CDIOCGETVOL" },
1438 if (fbioc_send(DI_ROLE_MAIN, CDIOCGETVOL, in fbioc_cfg_vol()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/scsipi/
H A Dcd.c1296 case CDIOCGETVOL: in cdioctl()
1504 case CDIOCGETVOL: { in cdioctl()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/isa/
H A Dmcd.c684 case CDIOCGETVOL: in mcdioctl()
/dports/lang/gcc9-devel/gcc-9-20211007/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc1625 unsigned IOCTL_CDIOCGETVOL = CDIOCGETVOL;

123