Searched refs:mtop (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/rmt/ |
H A D | rmt.c | 52 static struct mtop mtop; variable in typeref:struct:mtop 81 * servers heterogeneously. The 'i' command taks an mtop structure as 231 mtop.mt_op = atoi(op); 232 mtop.mt_count = atoi(count); 238 switch (mtop.mt_op) { 244 mtop.mt_op = MTRETEN; 247 mtop.mt_op = MTERASE; 250 mtop.mt_op = MTEOM; 253 mtop [all...] |
/illumos-gate/usr/src/cmd/tcopy/ |
H A D | tcopy.c | 70 struct mtop op;
|
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | dumptape.c | 1161 static struct mtop bsr = { MTBSR, 1 }; 1162 static struct mtop eom = { MTEOM, 1 }; 1163 static struct mtop fsf = { MTFSF, 1 }; 1229 static struct mtop offl = { MTOFFL, 0 }; 1564 static struct mtop bsf = { MTBSF, 2 }; 1565 static struct mtop fsf = { MTFSF, 1 }; 1566 static struct mtop nbsf = { MTNBSF, 1 }; 2396 static struct mtop rew = { MTREW, 1 }; 2397 static struct mtop fsf = { MTFSF, 1 };
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | mtio.h | 52 struct mtop { struct
|
/illumos-gate/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 514 static int st_do_mtioctop(struct scsi_tape *un, struct mtlop *mtop); 5567 struct mtop passed; 5681 st_do_mtioctop(struct scsi_tape *un, struct mtlop *mtop) argument 5690 "st_do_mtioctop(): mt_op=%x\n", mtop->mt_op); 5704 switch (mtop->mt_op) { 5743 switch (mtop->mt_op) { 5775 switch (mtop->mt_op) { 5783 un->un_err_resid = mtop->mt_count; 5792 mtop->mt_count = mtop [all...] |
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | tape.c | 678 struct mtop tcom; 1692 static struct mtop mtop = { MTOFFL, 0 }; local 1716 (void) ioctl(mt, MTIOCTOP, &mtop);
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_rq.c | 661 * Extract data [offset,count] from mtop and add to mdp. 664 smb_t2_placedata(mblk_t *mtop, u_int16_t offset, u_int16_t count, argument 669 n = m_copym(mtop, offset, count, M_WAITOK);
|
/illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_tape.c | 356 struct mtop tapeop;
|
H A D | ndmpd_util.c | 883 struct mtop mp;
|
/illumos-gate/usr/src/cmd/tar/ |
H A D | tar.c | 5266 struct mtop mtcmd;
|
Completed in 760 milliseconds