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

/netbsd-6-1-5-RELEASE/sys/dev/gpib/
H A Dmtreg.h125 #define MTF_ALIVE 0x0004 /* drive actually talks to us */ macro
H A Dmt.c339 if ((sc->sc_flags & MTF_ALIVE) == 0) {
341 if (error != 0 || (sc->sc_flags & MTF_ALIVE) == 0)
596 if ((sc->sc_flags & MTF_ALIVE) == 0 &&
906 sc->sc_flags |= MTF_ALIVE;
/netbsd-6-1-5-RELEASE/sys/arch/hp300/dev/
H A Dmtreg.h124 #define MTF_ALIVE 0x0004 /* drive actually talks to us */ macro
H A Dmt.c324 if ((sc->sc_flags & MTF_ALIVE) == 0) {
326 if (error != 0 || (sc->sc_flags & MTF_ALIVE) == 0)
544 if ((sc->sc_flags & MTF_ALIVE) == 0 &&
871 sc->sc_flags |= MTF_ALIVE;

Completed in 89 milliseconds