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

  /src/sys/dev/scsipi/
scsi_tape.h 88 #define REWIND 0x01
st.c 941 * Rewind, and optionally eject the tape.
1541 case MTREW: /* rewind */
1544 case MTOFFL: /* rewind and put the drive offline */
1943 * If we ignore loads, at least we should try a rewind.
1965 /* Rewind the device */
1978 "rewind, errno=%d\n", error);
1991 cmd.opcode = REWIND;
1997 aprint_error_dev(st->sc_dev, "error %d trying to rewind\n",
2417 * density and 1024-byte blocks), then read and rewind to get it to sense the
2422 * We know we can do a rewind because we just did a load, which implies rewind
    [all...]

Completed in 24 milliseconds