Searched refs:mtget (Results 1 - 13 of 13) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ftape/zftape/
H A Dzftape-ctl.c902 static int mtiocget(struct mtget *mtget, int arg_size) argument
908 if (arg_size != sizeof(struct mtget)) {
912 mtget->mt_type = ft_drive_type.vendor_id + 0x800000;
913 mtget->mt_dsreg = ft_last_status.space;
914 mtget->mt_erreg = ft_last_error.space; /* error register */
915 mtget->mt_resid = zft_resid; /* residuum of writes, reads and
919 mtget->mt_gstat = GMT_ONLINE(~0UL);
925 mtget->mt_gstat |= GMT_WR_PROT(~0UL);
929 mtget
1397 struct mtget mtget; member in union:__anon1223
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dmtio.h70 struct mtget { struct
287 #define MTIOCGET _IOR('m', 2, struct mtget) /* get tape status */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dmtio.h70 struct mtget { struct
287 #define MTIOCGET _IOR('m', 2, struct mtget) /* get tape status */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dide-tape.c4918 * MTIOCGET - The mt_dsreg field in the returned mtget structure
4923 * The other mtget fields are not supported.
4936 struct mtget mtget; local
4961 memset (&mtget, 0, sizeof (struct mtget));
4962 mtget.mt_type = MT_ISSCSI2;
4964 mtget.mt_blkno = position / tape->user_bs_factor - block_offset;
4967 mtget.mt_blkno = -1;
4969 mtget
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/char/
H A Dtapechar.c545 struct mtget get;
639 if (copy_to_user ((char *) arg, &get, sizeof (struct mtget)))
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dtpqic02.c136 static volatile struct mtget ioctl_status; /* current generic status */
2578 CHECK_IOC_SIZE(mtget);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dioctl32.c654 struct mtget get;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dst.c3308 struct mtget mt_status;
3310 if (_IOC_SIZE(cmd_in) != sizeof(struct mtget)) {
3366 sizeof(struct mtget));
H A Dosst.c4892 struct mtget mt_status;
4894 if (_IOC_SIZE(cmd_in) != sizeof(struct mtget)) {
4945 sizeof(struct mtget));
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dioctl32.c1057 struct mtget get;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dioctl32.c1519 struct mtget get;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/ia32/
H A Dia32_ioctl.c1391 struct mtget get;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dioctl32.c1865 struct mtget get;

Completed in 295 milliseconds