Searched refs:termios (Results 1 - 25 of 204) sorted by relevance

123456789

/illumos-gate/usr/src/head/
H A Dtermios.h31 #include <sys/termios.h>
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dtcgetattr.c35 #include <sys/termios.h>
40 * get parameters associated with fildes and store them in termios
44 tcgetattr(int fildes, struct termios *termios_p)
H A Dtcdrain.c33 #include <sys/termios.h>
H A Dcfgetispeed.c36 #include <sys/termios.h>
43 cfgetispeed(const struct termios *termios_p)
H A Dcfgetospeed.c36 #include <sys/termios.h>
43 cfgetospeed(const struct termios *termios_p)
H A Dcfsetospeed.c36 #include <sys/termios.h>
43 cfsetospeed(struct termios *termios_p, speed_t speed)
H A Dtcflow.c35 #include <sys/termios.h>
H A Dtcflush.c35 #include <sys/termios.h>
H A Dtcsendbreak.c36 #include <sys/termios.h>
H A Dcfsetispeed.c36 #include <sys/termios.h>
43 cfsetispeed(struct termios *termios_p, speed_t speed)
H A Dtcsetattr.c36 #include <sys/termios.h>
41 * set parameters associated with termios
45 tcsetattr(int fildes, int optional_actions, const struct termios *termios_p)
H A Dtcgetpgrp.c35 #include <sys/termios.h>
H A Dtcgetsid.c35 #include <sys/termios.h>
H A Dtcsetpgrp.c35 #include <sys/termios.h>
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promif.h32 #include <sys/termios.h>
47 extern ssize_t kmdb_prom_read(void *, size_t, struct termios *);
48 extern ssize_t kmdb_prom_write(const void *, size_t, struct termios *);
H A Dkmdb_promif_impl.h59 struct termios pif_tios; /* derived settings for console */
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmautobaud.c83 struct termios termios; local
85 if (ioctl(fd, TCGETS, &termios) == -1) {
106 termios.c_iflag &= 0xffff0000;
107 termios.c_cflag &= ~(CSIZE|PARENB);
108 termios.c_cflag |= CREAD|HUPCL|(CS8&CSIZE);
109 termios.c_lflag &= ~(ISIG|ICANON|ECHO|ECHOE|ECHOK);
110 termios.c_oflag &= 0xffff0000;
112 termios.c_cc[VMIN] = 5;
113 termios
[all...]
H A Dtmterm.c74 struct termios termios; local
92 if ((term = get_ttymode(fd, &termio, &termios, &stermio,
101 termios.c_cc[VEOF] = CEOF;
102 termios.c_cc[VEOL] = CNUL;
105 termios.c_lflag &= ECHO;
106 termios.c_cc[VMIN] = 1;
107 termios.c_cc[VTIME] = 0;
121 if ((uarg = sttyparse(cnt, argvp, term, &termio, &termios,
129 if (set_ttymode(fd, term, &termio, &termios,
228 struct termios termios; local
[all...]
/illumos-gate/usr/src/cmd/keyserv/
H A Ddetach.c42 #include <sys/termios.h>
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dposix_tty.c34 #include <termios.h>
42 cfgetospeed(struct termios *termios_p)
53 cfsetospeed(struct termios *termios_p, speed_t speed)
74 cfgetispeed(struct termios *termios_p)
86 cfsetispeed(struct termios *termios_p, speed_t speed)
106 tcgetattr(int fd, struct termios *termios_p)
115 tcsetattr(int fd, int option, struct termios *termios_p)
117 struct termios work_area;
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dtermio.h36 #include <sys/termios.h>
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dtermio.h36 #include <sys/termios.h>
/illumos-gate/usr/src/cmd/mdb/sparc/kmdb/
H A Dkmdb_promif_isadep.h32 #include <sys/termios.h>
/illumos-gate/usr/src/uts/common/sys/
H A Dptem.h31 #include <sys/termios.h>
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dterminal.h29 * This will use POSIX <termios.h> interface where available
33 # include <termios.h>
48 # include <sys/termios.h>
80 # if SHOPT_OLDTERMIO /* use both termios and termio */
104 # define termios termio macro
120 # define termios sgttyb macro
190 extern int tty_get(int,struct termios*);
193 extern int tty_set(int, int, struct termios*);

Completed in 102 milliseconds

123456789