Home
last modified time | relevance | path

Searched refs:CDIOCPLAYBLOCKS (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/sys/
H A Dcdio.h125 #define CDIOCPLAYBLOCKS _IOW('c',2,struct ioc_play_blocks) macro
/freebsd/usr.sbin/cdcontrol/
H A Dcdcontrol.c1072 return ioctl (fd, CDIOCPLAYBLOCKS, &t); in play_blocks()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2008 unsigned IOCTL_CDIOCPLAYBLOCKS = CDIOCPLAYBLOCKS;
H A Dsanitizer_interceptors_ioctl_netbsd.inc911 _(CDIOCPLAYBLOCKS, READ, struct_ioc_play_blocks_sz);
/freebsd/sys/cam/scsi/
H A Dscsi_cd.c1919 case CDIOCPLAYBLOCKS: in cdioctl()