/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...] |