HomeSort by: relevance | last modified time | path
    Searched refs:mt_count (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/compat/linux/common/
linux_mtio.h 37 int mt_count; member in struct:linux_mtop
linux_mtio.c 105 mt.mt_count = lmtop.mt_count;
  /src/bin/dd/
position.c 150 t_op.mt_count = out.offset;
173 t_op.mt_count = 1;
  /src/sys/sys/
mtio.h 46 int32_t mt_count; /* how many of them */ member in struct:mtop
  /src/bin/mt/
mt.c 181 mt_com.mt_count = 1;
187 mt_com.mt_count = count;
194 mt_com.mt_count = count;
  /src/usr.sbin/rmt/
rmt.c 170 mtop.mt_count = atoi(count);
173 rval = mtop.mt_count;
  /src/bin/pax/
ar_io.c 988 mb.mt_count = 1;
1228 mb.mt_count = sksz/phyblk;
1237 (long) mb.mt_count);
1299 mb.mt_count = 1;
1316 mb.mt_count = 1;
1355 mb.mt_count = 1;
1392 mb.mt_count = padsz/phyblk;
1402 (long)mb.mt_count);
  /src/sys/dev/mscp/
mscp_tape.c 429 while (mtop->mt_count-- > 0)
433 error = mtcmd(mt, mtop->mt_op, mtop->mt_count, 0);
  /src/usr.bin/tcopy/
tcopy.c 321 op.mt_count = (daddr_t)1;
  /src/usr.bin/eject/
eject.c 388 m.mt_count = 0;
  /src/lib/librmt/
rmtlib.c 508 mtop->mt_op, mtop->mt_count);
  /src/sys/dev/qbus/
ts.c 962 callcount = mtop->mt_count;
971 scount = mtop->mt_count;
  /src/sbin/dump/
tape.c 413 offl.mt_count = 0;
  /src/sys/dev/scsipi/
st.c 1516 mt->mt_count));
1519 number = mt->mt_count;
  /src/sys/dev/gpib/
ct.c 872 cnt = op->mt_count;
mt.c 999 cnt = op->mt_count;
  /src/sys/dev/isa/
wt.c 579 for (count = ((struct mtop*)addr)->mt_count; count > 0;
  /src/sys/arch/hp300/dev/
mt.c 962 cnt = op->mt_count;
ct.c 915 cnt = op->mt_count;
  /src/sbin/restore/
tape.c 588 tcom.mt_count = dumpnum - 1;

Completed in 24 milliseconds