Home
last modified time | relevance | path

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

/dflybsd-src/sys/sys/
H A Dcdio.h146 struct ioc_toc_header { struct
151 #define CDIOREADTOCHEADER _IOR('c',4,struct ioc_toc_header) argument
/dflybsd-src/usr.sbin/cdcontrol/
H A Dcdcontrol.c460 struct ioc_toc_header h; in play()
744 struct ioc_toc_header h; in next_prev()
900 struct ioc_toc_header h; in dbprog_discid()
947 struct ioc_toc_header h; in info()
/dflybsd-src/sys/dev/disk/nata/
H A Datapi-cd.h36 struct ioc_toc_header hdr;
H A Datapi-cd.c1001 len = sizeof(struct ioc_toc_header) + sizeof(struct cd_toc_entry); in acd_read_toc()
1016 len = sizeof(struct ioc_toc_header)+(ntracks+1)*sizeof(struct cd_toc_entry); in acd_read_toc()
/dflybsd-src/sbin/mount_cd9660/
H A Dmount_cd9660.c266 struct ioc_toc_header h; in get_ssector()
/dflybsd-src/sys/bus/cam/scsi/
H A Dscsi_cd.c137 struct ioc_toc_header header;
142 struct ioc_toc_header header;
2187 struct ioc_toc_header *th; in cdioctl()
2189 th = kmalloc(sizeof(struct ioc_toc_header), M_SCSICD, in cdioctl()
2223 struct ioc_toc_header *th; in cdioctl()
2353 struct ioc_toc_header *th; in cdioctl()
2821 struct ioc_toc_header *toch; in cdcheckmedia()
/dflybsd-src/usr.sbin/burncd/
H A Dburncd.c156 struct ioc_toc_header header; in main()
/dflybsd-src/sys/vfs/isofs/cd9660/
H A Dcd9660_vfsops.c117 struct ioc_toc_header h; in iso_get_ssector()