Searched defs:mtop (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/rmt/
H A Drmt.c52 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/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.c661 * 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/backup/restore/
H A Dtape.c678 struct mtop tcom;
1692 static struct mtop mtop = { MTOFFL, 0 }; local
1716 (void) ioctl(mt, MTIOCTOP, &mtop);
/illumos-gate/usr/src/uts/common/sys/
H A Dmtio.h52 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;
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...]

Completed in 96 milliseconds