Home
last modified time | relevance | path

Searched refs:ioc_read_toc_entry (Results 1 – 7 of 7) sorted by relevance

/NextBSD/sys/sys/
HDcdio.h156 struct ioc_read_toc_entry { struct
162 #define CDIOREADTOCENTRYS _IOWR('c',5,struct ioc_read_toc_entry) argument
/NextBSD/sbin/mount_cd9660/
HDmount_cd9660.c199 struct ioc_read_toc_entry t; in get_ssector()
/NextBSD/sys/dev/scd/
HDscd.c138 static int scd_toc_entrys(struct scd_softc *, struct ioc_read_toc_entry *te);
366 return scd_toc_entrys (sc, (struct ioc_read_toc_entry*) addr); in scdioctl()
1352 scd_toc_entrys (struct scd_softc *sc, struct ioc_read_toc_entry *te) in scd_toc_entrys()
/NextBSD/sys/dev/mcd/
HDmcd.c141 static int mcd_toc_entrys(struct mcd_softc *, struct ioc_read_toc_entry *te);
491 return mcd_toc_entrys(sc, (struct ioc_read_toc_entry *) addr); in mcdioctl()
1300 mcd_toc_entrys(struct mcd_softc *sc, struct ioc_read_toc_entry *te) in mcd_toc_entrys()
/NextBSD/sys/compat/freebsd32/
HDfreebsd32_ioctl.c164 struct ioc_read_toc_entry toce; in freebsd32_ioctl_ioc_read_toc()
/NextBSD/usr.sbin/cdcontrol/
HDcdcontrol.c1096 struct ioc_read_toc_entry t; in read_toc_entrys()
/NextBSD/sys/cam/scsi/
HDscsi_cd.c1596 struct ioc_read_toc_entry *te = in cdioctl()
1597 (struct ioc_read_toc_entry *) addr; in cdioctl()