Home
last modified time | relevance | path

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

/netbsd/src/sys/sys/
Dcdio.h189 struct ioc_read_toc_entry { struct
195 #define CDIOREADTOCENTRIES _IOWR('c', 5, struct ioc_read_toc_entry) argument
201 struct ioc_read_toc_entry req;
/netbsd/src/usr.sbin/mscdlabel/
Dmain.c66 struct ioc_read_toc_entry te; in getcdtoc()
/netbsd/src/sys/dev/isa/
Dmcd.c174 int mcd_toc_entries(struct mcd_softc *, struct ioc_read_toc_entry *,
666 struct ioc_read_toc_entry *te = addr; in mcdioctl()
1470 mcd_toc_entries(struct mcd_softc *sc, struct ioc_read_toc_entry *te, in mcd_toc_entries()
/netbsd/src/usr.bin/cdplay/
Dcdplay.c1201 struct ioc_read_toc_entry t; in read_toc_entries()
/netbsd/src/sys/dev/scsipi/
Dcd.c1159 do_cdioreadentries(struct cd_softc *cd, struct ioc_read_toc_entry *te, in do_cdioreadentries()
1296 struct ioc_read_toc_entry *te = addr; in cdioctl()