Home
last modified time | relevance | path

Searched refs:initial_termio (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ttymon/
H A Dtmextern.h134 extern int initial_termio(int, struct pmtab *);
H A Dtmterm.c242 initial_termio(int fd, struct pmtab *pmptr) in initial_termio() function
H A Dtmexpress.c130 if (initial_termio(0, pmtab) == -1) in ttymon_express()
H A Dttymon.c499 if (initial_termio(fd, pmptr) == -1) { in open_device()