Searched refs:ioc_read_subchannel (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/sys/ |
| HD | cdio.h | 132 struct ioc_read_subchannel { struct 145 #define CDIOCREADSUBCHANNEL _IOWR('c', 3 , struct ioc_read_subchannel ) argument 282 #define CDIOCREADSUBCHANNEL_SYSSPACE _IOWR('c', 31, struct ioc_read_subchannel)
|
| /NextBSD/sys/dev/scd/ |
| HD | scd.c | 133 static int scd_subchan(struct scd_softc *, struct ioc_read_subchannel *sch, int nocopyout); 359 return scd_subchan(sc, (struct ioc_read_subchannel *) addr, 1); in scdioctl() 361 return scd_subchan(sc, (struct ioc_read_subchannel *) addr, 0); in scdioctl() 565 scd_subchan(struct scd_softc *sc, struct ioc_read_subchannel *sch, int nocopyout) in scd_subchan()
|
| /NextBSD/sys/dev/mcd/ |
| HD | mcd.c | 137 static int mcd_subchan(struct mcd_softc *, struct ioc_read_subchannel *sc, 484 return mcd_subchan(sc, (struct ioc_read_subchannel *) addr, 1); in mcdioctl() 486 return mcd_subchan(sc, (struct ioc_read_subchannel *) addr, 0); in mcdioctl() 1412 mcd_subchan(struct mcd_softc *sc, struct ioc_read_subchannel *sch, int nocopyout) in mcd_subchan()
|
| /NextBSD/usr.sbin/cdcontrol/ |
| HD | cdcontrol.c | 805 struct ioc_read_subchannel ss; in pstatus() 1125 struct ioc_read_subchannel s; in status()
|
| /NextBSD/sys/cam/scsi/ |
| HD | scsi_cd.c | 1507 struct ioc_read_subchannel *args in cdioctl() 1508 = (struct ioc_read_subchannel *) addr; in cdioctl()
|
| /NextBSD/sys/compat/linux/ |
| HD | linux_ioctl.c | 1528 struct ioc_read_subchannel bsdsc; in linux_ioctl_cdrom()
|