Searched refs:mtop (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dmt.c58 struct mtop op;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmtio.h19 struct mtop { struct
127 #define MTIOCTOP _IOW('m', 1, struct mtop) /* do a mag tape op */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/paride/
H A Dpt.c696 struct mtop __user *p = (void __user *)arg;
697 struct mtop mtop; local
701 if (copy_from_user(&mtop, p, sizeof(struct mtop)))
704 switch (mtop.mt_op) {
720 mtop.mt_op);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dviotape.c520 struct mtop mtc;
541 memcpy(&mtc, (void *) arg, sizeof(struct mtop));
543 sizeof(struct mtop)))
1016 struct mtop write_eof = { MTWEOF, 1 };
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-tape.c1375 struct mtop mtop; local
1396 if (copy_from_user(&mtop, argp, sizeof(struct mtop)))
1398 return idetape_mtioctop(drive, mtop.mt_op, mtop.mt_count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dtape_char.c359 struct mtop op;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dst.c3355 struct mtop mtc;
3362 i = copy_from_user(&mtc, p, sizeof(struct mtop));
H A Dosst.c4983 struct mtop mtc;
4991 i = copy_from_user((char *) &mtc, p, sizeof(struct mtop));

Completed in 274 milliseconds