Home
last modified time | relevance | path

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

1234

/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dcdrom.h61 #define CDROMVOLCTRL CDIOCSETVOL
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dcdrom.h61 #define CDROMVOLCTRL CDIOCSETVOL
/dports/audio/etcd/etcd-1.0.1/
H A Dtcd.c176 ioctl(state.cdrom->id, CDIOCSETVOL, &arg); in inc_volume()
186 ioctl(state.cdrom->id, CDIOCSETVOL, &arg); in dec_volume()
/dports/audio/tcd/tcd-2.2.0/src/
H A Dtcd.c188 ioctl(state.cdrom->id, CDIOCSETVOL, &arg); in inc_volume()
198 ioctl(state.cdrom->id, CDIOCSETVOL, &arg); in dec_volume()
/dports/audio/libcdaudio/libcdaudio-0.99.12p2/src/
H A Dcompat.h335 #ifdef CDIOCSETVOL
336 #define CDAUDIO_SET_VOLUME CDIOCSETVOL
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dcd_bsd.c380 if (ioctl(cdfile, CDIOCSETVOL, vol) == -1) in CD_SetVolume()
382 IOCTL_FAILURE(CDIOCSETVOL); in CD_SetVolume()
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dcd_bsd.c120 if (ioctl (cdfile, CDIOCSETVOL, &vol) == -1) in CDAudio_SysSetVolume()
/dports/audio/grip/grip-4.2.2/src/
H A Dcddev.c705 #ifdef CDIOCSETVOL in CDSetVolume()
722 #ifdef CDIOCSETVOL in CDSetVolume()
728 if(ioctl(disc->cd_desc,CDIOCSETVOL,&volume)<0) in CDSetVolume()
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dcd_bsd.c120 if (ioctl (cdfile, CDIOCSETVOL, &vol) == -1) in CDAudio_SysSetVolume()
/dports/games/darkplaces/darkplaces/
H A Dcd_bsd.c120 if (ioctl (cdfile, CDIOCSETVOL, &vol) == -1) in CDAudio_SysSetVolume()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/linux_x/
H A Di_cdmus_fbsd.c467 if(ioctl(cdfile, CDIOCSETVOL, &volctrl) == -1){ in I_SetVolumeCD()
/dports/audio/libkcompactdisc/libkcompactdisc-21.12.3/src/wmlib/
H A Dplat_openbsd.c445 if (ioctl(d->fd, CDIOCSETVOL, &vol)) in gen_set_volume()
H A Dplat_freebsd.c478 if (ioctl(d->fd, CDIOCSETVOL, &vol)) in gen_set_volume()
/dports/audio/libworkman/libworkman/
H A Dplat_openbsd.c264 if (ioctl(d->fd, CDIOCSETVOL, &vol)) in gen_set_volume()
H A Dplat_freebsd.c293 if (ioctl(d->fd, CDIOCSETVOL, &vol)) in gen_set_volume()
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dcdio.h219 #define CDIOCSETVOL _IOW('c', 11, struct ioc_vol) macro
/dports/audio/xcdplayer/xcdplayer-2.2/
H A Dcdrom_freebsd.c241 if (ioctl(cdrom_fd, CDIOCSETVOL, &vol) == -1) {
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/linux/common/
H A Dlinux_cdrom.c233 error = ioctlf(fp, CDIOCSETVOL, &t_vol); in linux_ioctl_cdrom()
/dports/audio/xcd/xcd/
H A Dcdplayer.cc249 ioctl (cd_fd, CDIOCSETVOL, &v); in setvol()
/dports/sysutils/libcdio/libcdio-2.1.0/lib/driver/
H A Dnetbsd.c562 return (ioctl(p_env->gen.fd, CDIOCSETVOL, p_volume)); in audio_set_volume_netbsd()
/dports/sysutils/libcdio/libcdio-2.1.0/lib/driver/FreeBSD/
H A Dfreebsd.c464 return ioctl(p_env->gen.fd, CDIOCSETVOL, p_volume); in audio_set_volume_freebsd()
/dports/audio/xmcd/xmcd-3.3.2/libdi_d/
H A Dfbioc.c98 { CDIOCSETVOL, "CDIOCSETVOL" },
1491 if (fbioc_send(DI_ROLE_MAIN, CDIOCSETVOL, &volctrl, TRUE)) in fbioc_cfg_vol()
1503 if (fbioc_send(DI_ROLE_MAIN, CDIOCSETVOL, in fbioc_cfg_vol()
/dports/audio/autocd/autocd-3.02.12b/
H A Dauto_cd.c1057 if(ioctl(device->dev, CDIOCSETVOL, &volume) == -1) in autocd_changevolume()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/scsipi/
H A Dcd.c1297 case CDIOCSETVOL: in cdioctl()
1510 case CDIOCSETVOL: { in cdioctl()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/isa/
H A Dmcd.c685 case CDIOCSETVOL: in mcdioctl()

1234