Home
last modified time | relevance | path

Searched refs:nocopyout (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/scd/
HDscd.c133 static int scd_subchan(struct scd_softc *, struct ioc_read_subchannel *sch, int nocopyout);
565 scd_subchan(struct scd_softc *sc, struct ioc_read_subchannel *sch, int nocopyout) in scd_subchan() argument
595 if (nocopyout == 0) { in scd_subchan()
/NextBSD/sys/dev/mcd/
HDmcd.c138 int nocopyout);
1412 mcd_subchan(struct mcd_softc *sc, struct ioc_read_subchannel *sch, int nocopyout) in mcd_subchan() argument
1479 if (nocopyout == 0) in mcd_subchan()
/NextBSD/sys/cam/scsi/
HDscsi_cd.c1284 int nocopyout, error = 0; in cdioctl() local
1326 nocopyout = 0; in cdioctl()
1503 nocopyout = 1; in cdioctl()
1549 if (nocopyout == 0) { in cdioctl()