Searched refs:CDIOCREADSUBCHANNEL (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/sys/ |
H A D | cdio.h | 140 #define CDIOCREADSUBCHANNEL _IOWR('c', 3 , struct ioc_read_subchannel ) macro
|
/freebsd/usr.sbin/cdcontrol/ |
H A D | cdcontrol.c | 841 rc = ioctl (fd, CDIOCREADSUBCHANNEL, (char *) &ss); in pstatus() 1133 if (ioctl (fd, CDIOCREADSUBCHANNEL, (char *) &s) < 0) in status()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 2009 unsigned IOCTL_CDIOCREADSUBCHANNEL = CDIOCREADSUBCHANNEL;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 912 _(CDIOCREADSUBCHANNEL, READWRITE, struct_ioc_read_subchannel_sz);
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_cd.c | 1954 case CDIOCREADSUBCHANNEL: in cdioctl()
|
/freebsd/sys/compat/linux/ |
H A D | linux_ioctl.c | 1524 error = fo_ioctl(fp, CDIOCREADSUBCHANNEL, (caddr_t)&bsdsc, in linux_ioctl_cdrom()
|