Home
last modified time | relevance | path

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

/freebsd-src/sys/sys/
H A Dcdio.h142 struct ioc_toc_header { struct
147 #define CDIOREADTOCHEADER _IOR('c',4,struct ioc_toc_header) argument
/freebsd-src/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-src/sys/cam/scsi/
H A Dscsi_cd.c140 struct ioc_toc_header header;
145 struct ioc_toc_header header;
1064 struct ioc_toc_header *toch; in cdstart()
1522 struct ioc_toc_header *toch; in cddone()
1565 sizeof(struct ioc_toc_header))) { in cddone()
1841 struct ioc_toc_header *th; in cdioctl()
2017 struct ioc_toc_header *th; in cdioctl()
2019 th = malloc(sizeof(struct ioc_toc_header), M_SCSICD, in cdioctl()
2056 struct ioc_toc_header *th; in cdioctl()
2187 struct ioc_toc_header *t in cdioctl()
[all...]
/freebsd-src/sbin/mount_cd9660/
H A Dmount_cd9660.c202 struct ioc_toc_header h; in get_ssector()
/freebsd-src/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-src/sys/compat/linux/
H A Dlinux_ioctl.c1454 struct ioc_toc_header th; in linux_ioctl_cdrom()