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

  /src/sys/dev/scsipi/
scsi_tape.h 110 #define ERASE 0x19
st.c 1565 case MTERASE: /* erase volume */
1705 /* issue an erase command */
1713 * Full erase means set LONG bit in erase command, which asks
1714 * the drive to erase the entire unit. Without this bit, we're
1715 * asking the drive to write an erase gap.
1718 cmd.opcode = ERASE;
  /src/libexec/getty/
main.c 132 #define ERASE tmode.c_cc[VERASE]
478 else if (c == ERASE || c == '#' || c == '\b') {

Completed in 50 milliseconds