Searched refs:ioc_read_toc_single_entry (Results 1 – 5 of 5) sorted by relevance
165 struct ioc_read_toc_single_entry { struct170 #define CDIOREADTOCENTRY _IOWR('c',6,struct ioc_read_toc_single_entry) argument
139 static int scd_toc_entry(struct scd_softc *, struct ioc_read_toc_single_entry *te);368 error = scd_toc_entry (sc, (struct ioc_read_toc_single_entry*) addr); in scdioctl()1397 scd_toc_entry (struct scd_softc *sc, struct ioc_read_toc_single_entry *te) in scd_toc_entry()
143 static int mcd_toc_entry(struct mcd_softc *, struct ioc_read_toc_single_entry *te);1249 mcd_toc_entry(struct mcd_softc *sc, struct ioc_read_toc_single_entry *te)
1726 struct ioc_read_toc_single_entry *te = in cdioctl()1727 (struct ioc_read_toc_single_entry *) addr; in cdioctl()
1490 struct ioc_read_toc_single_entry irtse; in linux_ioctl_cdrom()