Home
last modified time | relevance | path

Searched refs:mtop (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/cmd/rmt/
H A Drmt.c52 static struct mtop mtop; variable
231 mtop.mt_op = atoi(op); in main()
232 mtop.mt_count = atoi(count); in main()
238 switch (mtop.mt_op) { in main()
244 mtop.mt_op = MTRETEN; in main()
247 mtop.mt_op = MTERASE; in main()
250 mtop.mt_op = MTEOM; in main()
253 mtop.mt_op = MTNBSF; in main()
265 if (mtop.mt_op == RMTIVERSION) { in main()
266 mtop.mt_count = RMT_VERSION; in main()
[all …]
/titanic_41/usr/src/cmd/backup/dump/
H A Ddumptape.c1161 static struct mtop bsr = { MTBSR, 1 }; in just_rewind()
1162 static struct mtop eom = { MTEOM, 1 }; in just_rewind()
1163 static struct mtop fsf = { MTFSF, 1 }; in just_rewind()
1229 static struct mtop offl = { MTOFFL, 0 }; in close_rewind()
1564 static struct mtop bsf = { MTBSF, 2 }; in otape()
1565 static struct mtop fsf = { MTFSF, 1 }; in otape()
1566 static struct mtop nbsf = { MTNBSF, 1 }; in otape()
2396 static struct mtop rew = { MTREW, 1 }; in positiontape()
2397 static struct mtop fsf = { MTFSF, 1 }; in positiontape()
/titanic_41/usr/src/cmd/tcopy/
H A Dtcopy.c70 struct mtop op;
/titanic_41/usr/src/uts/common/sys/
H A Dmtio.h52 struct mtop { struct
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dst.c514 static int st_do_mtioctop(struct scsi_tape *un, struct mtlop *mtop);
5567 struct mtop passed; in st_mtioctop()
5681 st_do_mtioctop(struct scsi_tape *un, struct mtlop *mtop) in st_do_mtioctop() argument
5690 "st_do_mtioctop(): mt_op=%x\n", mtop->mt_op); in st_do_mtioctop()
5704 switch (mtop->mt_op) { in st_do_mtioctop()
5743 switch (mtop->mt_op) { in st_do_mtioctop()
5775 switch (mtop->mt_op) { in st_do_mtioctop()
5783 un->un_err_resid = mtop->mt_count; in st_do_mtioctop()
5792 mtop->mt_count = mtop->mt_count ? 1 : 0; in st_do_mtioctop()
5795 st_cmd(un, SCMD_ERASE, mtop->mt_count, SYNC_CMD)) { in st_do_mtioctop()
[all …]
/titanic_41/usr/src/cmd/backup/restore/
H A Dtape.c678 struct mtop tcom; in setdumpnum()
1692 static struct mtop mtop = { MTOFFL, 0 }; in closemt() local
1716 (void) ioctl(mt, MTIOCTOP, &mtop); in closemt()
/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.c664 smb_t2_placedata(mblk_t *mtop, u_int16_t offset, u_int16_t count, in smb_t2_placedata() argument
669 n = m_copym(mtop, offset, count, M_WAITOK); in smb_t2_placedata()
/titanic_41/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tape.c356 struct mtop tapeop; in ndmpd_tape_mtio_v2()
H A Dndmpd_util.c883 struct mtop mp; in ndmp_mtioctl()
/titanic_41/usr/src/cmd/tar/
H A Dtar.c5219 struct mtop mtcmd; in backtape()