Home
last modified time | relevance | path

Searched refs:CDIOCALLOW (Results 1 – 25 of 91) sorted by relevance

1234

/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/linux_x/
H A Di_cdmus_fbsd.c76 ioctl( cdfile, CDIOCALLOW); in CDAudio_GetAudioDiskInfo()
79 ioctl( cdfile, CDIOCALLOW); in CDAudio_GetAudioDiskInfo()
101 ioctl(cdfile, CDIOCALLOW); in I_EjectCD()
218 ioctl(cdfile, CDIOCALLOW); in I_StopCD()
234 ioctl(cdfile, CDIOCALLOW); in I_PauseCD()
363 ioctl(cdfile, CDIOCALLOW); in I_UpdateCD()
409 ioctl( cdfile, CDIOCALLOW); in I_PlayCD()
438 ioctl(cdfile, CDIOCALLOW); in I_PlayCD()
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dcd_bsd.c54 ioctl(cdfile, CDIOCALLOW); in CDAudio_SysEject()
65 ioctl(cdfile, CDIOCALLOW); in CDAudio_SysCloseDoor()
184 ioctl(cdfile, CDIOCALLOW); in CDAudio_SysStop()
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dcd_bsd.c54 ioctl(cdfile, CDIOCALLOW); in CDAudio_SysEject()
65 ioctl(cdfile, CDIOCALLOW); in CDAudio_SysCloseDoor()
184 ioctl(cdfile, CDIOCALLOW); in CDAudio_SysStop()
/dports/games/darkplaces/darkplaces/
H A Dcd_bsd.c54 ioctl(cdfile, CDIOCALLOW); in CDAudio_SysEject()
65 ioctl(cdfile, CDIOCALLOW); in CDAudio_SysCloseDoor()
184 ioctl(cdfile, CDIOCALLOW); in CDAudio_SysStop()
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dcd_bsd.c77 ioctl(cdfile, CDIOCALLOW); in CDAudio_Eject()
87 ioctl(cdfile, CDIOCALLOW); in CDAudio_CloseDoor()
208 ioctl(cdfile, CDIOCALLOW); in CDAudio_Stop()
/dports/multimedia/libxine/xine-lib-1.2.11/src/input/
H A Dmedia_helper.c135 if (ioctl(fd, CDIOCALLOW) == -1) { in media_eject_media()
/dports/sysutils/unieject/unieject-6/lib/
H A Deject.c92 if ( UNLIKELY(ioctl(devfd, CDIOCALLOW) == -1) ) { in libunieject_eject()
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/linux/common/
H A Dlinux_cdrom.c313 ncom = CDIOCALLOW; in linux_ioctl_cdrom()
378 ncom = SCARG(uap, data) != 0 ? CDIOCPREVENT : CDIOCALLOW; in linux_ioctl_cdrom()
/dports/sysutils/lineakd/lineakd-0.9/lineak/
H A Dcdromctrl.cpp220 retcode = ioctl(fp, CDIOCALLOW); in autoEject()
/dports/sysutils/libcdio/libcdio-2.1.0/lib/driver/FreeBSD/
H A Dfreebsd_ioctl.c180 if (ioctl(p_obj->gen.fd, CDIOCALLOW) == -1) { in eject_media_freebsd_ioctl()
H A Dfreebsd_cam.c140 if (ioctl(p_env->gen.fd, CDIOCALLOW) == -1) { in init_freebsd_cam()
/dports/sysutils/mcweject/mcweject-1.1/
H A Deject.c255 status = ioctl(fd, CDIOCALLOW); in control_dev()
/dports/sysutils/eject/eject-1.5/
H A Deject.c310 sts = ioctl(fd, CDIOCALLOW);
/dports/audio/libkcompactdisc/libkcompactdisc-21.12.3/src/wmlib/
H A Dplat_openbsd.c337 rval = ioctl(d->fd, CDIOCALLOW); in gen_eject()
H A Dplat_freebsd.c365 rval = ioctl(d->fd, CDIOCALLOW); in gen_eject()
/dports/audio/grip/grip-4.2.2/src/
H A Dcddev.c630 #ifdef CDIOCALLOW in CDEject()
631 if(ioctl(disc->cd_desc,CDIOCALLOW)<0) in CDEject()
/dports/audio/libworkman/libworkman/
H A Dplat_openbsd.c339 rval = ioctl(d->fd, CDIOCALLOW); in gen_eject()
H A Dplat_freebsd.c368 rval = ioctl(d->fd, CDIOCALLOW); in gen_eject()
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dcdio.h233 #define CDIOCALLOW _IO('c', 25) macro
/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/sysdeps/
H A Dbsd-common.c350 (void) ioctl(d, CDIOCALLOW); in eject_bsd_cdrom()
/dports/devel/sdl12/SDL-1.2.15/src/cdrom/openbsd/
H A DSDL_syscdrom.c394 SDL_SYS_CDioctl(cdrom->id, CDIOCALLOW, 0); in SDL_SYS_CDEject()
/dports/emulators/bochs/bochs-2.7/iodev/hdimage/
H A Dcdrom_misc.cc137 (void) ioctl (fd, CDIOCALLOW); in eject_cdrom()
/dports/audio/xcdplayer/xcdplayer-2.2/
H A Dcdrom_freebsd.c187 if (ioctl(cdrom_fd, CDIOCALLOW) == -1) { in cdrom_eject()
/dports/audio/xcd/xcd/
H A Dcdplayer.cc151 i = ioctl (cd_fd, CDIOCALLOW); in main()
/dports/audio/autocd/autocd-3.02.12b/
H A Dauto_cd.c776 if(ioctl(device->dev, CDIOCALLOW) == -1) in autocd_eject()
828 if(ioctl(device->dev, CDIOCALLOW) == -1) in autocd_close()

1234