Home
last modified time | relevance | path

Searched refs:ioc_toc_header (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/sys/
H A Dcdio.h142 struct ioc_toc_header { struct
147 #define CDIOREADTOCHEADER _IOR('c',4,struct ioc_toc_header) argument
/freebsd/usr.sbin/cdcontrol/
H A Dcdcontrol.c473 struct ioc_toc_header h; in play()
757 struct ioc_toc_header h; in next_prev()
913 struct ioc_toc_header h; in dbprog_discid()
960 struct ioc_toc_header h; in info()
/freebsd/sys/cam/scsi/
H A Dscsi_cd.c138 struct ioc_toc_header header;
143 struct ioc_toc_header header;
1052 struct ioc_toc_header *toch; in cdstart()
1510 struct ioc_toc_header *toch; in cddone()
1553 sizeof(struct ioc_toc_header))) { in cddone()
1829 struct ioc_toc_header *th; in cdioctl()
2005 struct ioc_toc_header *th; in cdioctl()
2007 th = malloc(sizeof(struct ioc_toc_header), M_SCSICD, in cdioctl()
2044 struct ioc_toc_header *th; in cdioctl()
2175 struct ioc_toc_header *th; in cdioctl()
/freebsd/sbin/mount_cd9660/
H A Dmount_cd9660.c202 struct ioc_toc_header h; in get_ssector()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp841 unsigned struct_ioc_toc_header_sz = sizeof(ioc_toc_header);
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c1454 struct ioc_toc_header th; in linux_ioctl_cdrom()