Home
last modified time | relevance | path

Searched refs:ioc_read_toc_single_entry (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/sys/
HDcdio.h165 struct ioc_read_toc_single_entry { struct
170 #define CDIOREADTOCENTRY _IOWR('c',6,struct ioc_read_toc_single_entry) argument
/NextBSD/sys/dev/scd/
HDscd.c139 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()
/NextBSD/sys/dev/mcd/
HDmcd.c143 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)
/NextBSD/sys/cam/scsi/
HDscsi_cd.c1726 struct ioc_read_toc_single_entry *te = in cdioctl()
1727 (struct ioc_read_toc_single_entry *) addr; in cdioctl()
/NextBSD/sys/compat/linux/
HDlinux_ioctl.c1490 struct ioc_read_toc_single_entry irtse; in linux_ioctl_cdrom()