Home
last modified time | relevance | path

Searched refs:ioc_read_subchannel (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/sys/
HDcdio.h132 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/
HDscd.c133 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/
HDmcd.c137 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/
HDcdcontrol.c805 struct ioc_read_subchannel ss; in pstatus()
1125 struct ioc_read_subchannel s; in status()
/NextBSD/sys/cam/scsi/
HDscsi_cd.c1507 struct ioc_read_subchannel *args in cdioctl()
1508 = (struct ioc_read_subchannel *) addr; in cdioctl()
/NextBSD/sys/compat/linux/
HDlinux_ioctl.c1528 struct ioc_read_subchannel bsdsc; in linux_ioctl_cdrom()