Home | History | Annotate | Download | only in dev

Lines Matching defs:siomctl

121 static int  siomctl(struct siotty_softc *, int, int);
461 siomctl(struct siotty_softc *sc, int control, int op)
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);
655 *(int *)data = siomctl(sc, 0, DMGET);
658 siomctl(sc, *(int *)data, DMBIS);
661 siomctl(sc, *(int *)data, DMBIC);