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

  /src/sys/arch/luna68k/dev/
siotty.c 121 static int siomctl(struct siotty_softc *, int, int);
461 siomctl(struct siotty_softc *sc, int control, int op) function in typeref:typename:int
574 siomctl(sc, TIOCM_BREAK, DMBIC);
578 siomctl(sc, TIOCM_DTR, DMBIC);
580 siomctl(sc, TIOCM_DTR, DMBIS);
640 siomctl(sc, TIOCM_BREAK, DMBIS);
643 siomctl(sc, TIOCM_BREAK, DMBIC);
646 siomctl(sc, TIOCM_DTR|TIOCM_RTS, DMBIS);
649 siomctl(sc, TIOCM_DTR|TIOCM_RTS, DMBIC);
652 siomctl(sc, *(int *)data, DMSET)
    [all...]
siotty.c 121 static int siomctl(struct siotty_softc *, int, int);
461 siomctl(struct siotty_softc *sc, int control, int op) function in typeref:typename:int
574 siomctl(sc, TIOCM_BREAK, DMBIC);
578 siomctl(sc, TIOCM_DTR, DMBIC);
580 siomctl(sc, TIOCM_DTR, DMBIS);
640 siomctl(sc, TIOCM_BREAK, DMBIS);
643 siomctl(sc, TIOCM_BREAK, DMBIC);
646 siomctl(sc, TIOCM_DTR|TIOCM_RTS, DMBIS);
649 siomctl(sc, TIOCM_DTR|TIOCM_RTS, DMBIC);
652 siomctl(sc, *(int *)data, DMSET)
    [all...]

Completed in 83 milliseconds