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

  /src/sys/sys/
cdio.h 235 #define CDIOCCLOSE _IO('c', 27)
  /src/usr.bin/eject/
eject.c 424 if (ioctl(fd, CDIOCCLOSE, NULL) == -1)
425 err(1, "ioctl: CDIOCCLOSE: %s", dn);
  /src/sys/compat/linux/common/
linux_cdrom.c 376 error = ioctlf(fp, CDIOCCLOSE, NULL);
  /src/usr.bin/cdplay/
cdplay.c 498 IOCTL_SIMPLE(fd, CDIOCCLOSE);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 1868 unsigned IOCTL_CDIOCCLOSE = CDIOCCLOSE;
sanitizer_interceptors_ioctl_netbsd.inc 935 _(CDIOCCLOSE, NONE, 0);
  /src/sys/dev/scsipi/
cd.c 1376 case CDIOCCLOSE:

Completed in 21 milliseconds