Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HDcdio.h125 #define CDIOCPLAYBLOCKS _IOW('c',2,struct ioc_play_blocks) macro
/freebsd-14-stable/usr.sbin/cdcontrol/
HDcdcontrol.c1072 return ioctl (fd, CDIOCPLAYBLOCKS, &t); in play_blocks()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_platform_limits_netbsd.cpp2008 unsigned IOCTL_CDIOCPLAYBLOCKS = CDIOCPLAYBLOCKS;
HDsanitizer_interceptors_ioctl_netbsd.inc911 _(CDIOCPLAYBLOCKS, READ, struct_ioc_play_blocks_sz);
/freebsd-14-stable/sys/cam/scsi/
HDscsi_cd.c1929 case CDIOCPLAYBLOCKS: in cdioctl()