Searched refs:MTF_PASTEOT (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/gpib/
H A Dmtreg.h132 #define MTF_PASTEOT 0x0200 /* tape is beyond EOT - force backward motion */ macro
H A Dmt.c635 if (sc->sc_flags & MTF_PASTEOT) {
647 sc->sc_flags &= ~(MTF_PASTEOT | MTF_ATEOT);
743 if (sc->sc_flags & MTF_PASTEOT) {
886 sc->sc_flags |= MTF_PASTEOT;
/netbsd-6-1-5-RELEASE/sys/arch/hp300/dev/
H A Dmtreg.h131 #define MTF_PASTEOT 0x0200 /* tape is beyond EOT - force backward motion */ macro
H A Dmt.c583 if (sc->sc_flags & MTF_PASTEOT) {
595 sc->sc_flags &= ~(MTF_PASTEOT | MTF_ATEOT);
691 if (sc->sc_flags & MTF_PASTEOT) {
851 sc->sc_flags |= MTF_PASTEOT;

Completed in 56 milliseconds