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

  /src/sys/sys/
mtio.h 57 #define MTNOP 7 /* no operation, sets status only */
  /src/sys/compat/linux/common/
linux_mtio.c 63 { LINUX_MTNOP, MTNOP },
  /src/bin/mt/
mt.c 101 { CMD("status"), MTIOCGET, MTNOP, 1, 0 },
  /src/sys/dev/gpib/
mt.c 367 if ((error = mtcommand(dev, MTNOP, 0)) != 0)
646 if (bp->b_cmd != MTNOP || !(bp->b_flags & B_CMD)) {
708 case MTNOP:
1004 case MTNOP:
  /src/sys/dev/qbus/
ts.c 443 case MTNOP:
845 * (ie. MTNOP) once and check the actual status.)
852 tscommand(sc, dev, MTNOP, 1);
862 tscommand(sc, dev, MTNOP, 1);
975 case MTNOP: /* no operation, sets status only */
  /src/sys/arch/hp300/dev/
mt.c 349 if ((error = mtcommand(dev, MTNOP, 0)) != 0)
589 if (bp->b_cmd != MTNOP || !(bp->b_flags & B_CMD)) {
651 case MTNOP:
967 case MTNOP:
  /src/sys/dev/mscp/
mscp_tape.c 511 case MTNOP:
  /src/sys/dev/isa/
wt.c 566 case MTNOP: /* no operation, sets status only */
  /src/sys/dev/scsipi/
st.c 1547 case MTNOP: /* no operation, sets status only */

Completed in 19 milliseconds