OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
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
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 30 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026