Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rmt/
H A Drmt.c50 static struct mtop mtop; variable
229 mtop.mt_op = atoi(op); in main()
230 mtop.mt_count = atoi(count); in main()
236 switch (mtop.mt_op) { in main()
242 mtop.mt_op = MTRETEN; in main()
245 mtop.mt_op = MTERASE; in main()
248 mtop.mt_op = MTEOM; in main()
251 mtop.mt_op = MTNBSF; in main()
263 if (mtop.mt_op == RMTIVERSION) { in main()
264 mtop.mt_count = RMT_VERSION; in main()
[all …]
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/
H A Dfake_ktli.c376 mblk_t *mtop = NULL; in tli_recv() local
392 if (mtop == NULL) in tli_recv()
393 mtop = m; in tli_recv()
419 *bp = mtop; in tli_recv()
423 if (m == mtop) { in tli_recv()
424 freemsg(mtop); in tli_recv()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c1099 static struct mtop bsr = { MTBSR, 1 }; in just_rewind()
1100 static struct mtop eom = { MTEOM, 1 }; in just_rewind()
1101 static struct mtop fsf = { MTFSF, 1 }; in just_rewind()
1159 static struct mtop offl = { MTOFFL, 0 }; in close_rewind()
1490 static struct mtop bsf = { MTBSF, 2 }; in otape()
1491 static struct mtop fsf = { MTFSF, 1 }; in otape()
1492 static struct mtop nbsf = { MTNBSF, 1 }; in otape()
2302 static struct mtop rew = { MTREW, 1 }; in positiontape()
2303 static struct mtop fsf = { MTFSF, 1 }; in positiontape()
/illumos-gate/usr/src/cmd/tcopy/
H A Dtcopy.c67 struct mtop op; in main()
/illumos-gate/usr/src/uts/common/sys/
H A Dmtio.h50 struct mtop { struct
/illumos-gate/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 …]
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c679 struct mtop tcom; in setdumpnum()
1689 static struct mtop mtop = { MTOFFL, 0 }; in closemt() local
1713 (void) ioctl(mt, MTIOCTOP, &mtop); in closemt()
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.c784 smb_t2_placedata(mblk_t *mtop, u_int16_t offset, u_int16_t count, in smb_t2_placedata() argument
789 n = m_copym(mtop, offset, count, M_WAITOK); in smb_t2_placedata()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c5268 struct mtop mtcmd; in backtape()