HomeSort by: relevance | last modified time | path
    Searched refs:CDIOCPLAYBLOCKS (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/sys/
cdio.h 155 #define CDIOCPLAYBLOCKS _IOW('c', 2, struct ioc_play_blocks)
  /src/sys/compat/linux/common/
linux_cdrom.c 306 error = ioctlf(fp, CDIOCPLAYBLOCKS, &t_blocks);
  /src/usr.bin/cdplay/
cdplay.c 1165 if ((rv = ioctl(fd, CDIOCPLAYBLOCKS, &t)) < 0)
1166 warn("ioctl(CDIOCPLAYBLOCKS");
  /src/sys/dev/isa/
mcd.c 648 case CDIOCPLAYBLOCKS:
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 1845 unsigned IOCTL_CDIOCPLAYBLOCKS = CDIOCPLAYBLOCKS;
sanitizer_interceptors_ioctl_netbsd.inc 912 _(CDIOCPLAYBLOCKS, READ, struct_ioc_play_blocks_sz);
  /src/sys/dev/scsipi/
cd.c 1249 case CDIOCPLAYBLOCKS: {

Completed in 24 milliseconds