Searched refs:speed_t (Results 1 – 17 of 17) sorted by relevance
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | baudrate.c | 52 speed_t speed; 73 { (speed_t) -1, -1 } 84 speed_t value; in baudrate() 88 for (i = 0; speeds[i].speed != (speed_t) -1; ++i) in baudrate()
|
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | baudrate.c | 47 speed_t speed; 68 { (speed_t) -1, -1 } 79 speed_t value; in baudrate() 87 for (i = 0; speeds[i].speed != (speed_t) -1; ++i) in baudrate()
|
/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | posix_tty.c | 41 speed_t 53 cfsetospeed(struct termios *termios_p, speed_t speed) in cfsetospeed() 73 speed_t 86 cfsetispeed(struct termios *termios_p, speed_t speed) in cfsetispeed()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | termios.h | 83 typedef unsigned int speed_t; typedef 103 extern speed_t cfgetospeed(const struct termios *); 104 extern int cfsetospeed(struct termios *, speed_t); 105 extern speed_t cfgetispeed(const struct termios *); 106 extern int cfsetispeed(struct termios *, speed_t);
|
H A D | sservice.h | 234 typedef uint32_t speed_t; /* memory speed in nanoseconds */ typedef
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 262 speed_t cfgetispeed(/* struct termios *termios_p */); 263 speed_t cfgetospeed(/* struct termios *termios_p */);
|
H A D | stdtypes.h | 47 typedef unsigned int speed_t; /* tty speeds */ typedef
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 262 speed_t cfgetispeed(/* struct termios *termios_p */); 263 speed_t cfgetospeed(/* struct termios *termios_p */);
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | cfgetospeed.c | 42 speed_t
|
H A D | cfgetispeed.c | 42 speed_t
|
H A D | cfsetospeed.c | 43 cfsetospeed(struct termios *termios_p, speed_t speed) in cfsetospeed()
|
H A D | cfsetispeed.c | 43 cfsetispeed(struct termios *termios_p, speed_t speed) in cfsetispeed()
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | ttymodes.c | 74 speed_to_baud(speed_t speed) in speed_to_baud() 170 static speed_t
|
/titanic_44/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_promif.c | 394 termios_setispeed(struct termios *tip, speed_t s) in termios_setispeed() 411 termios_setospeed(struct termios *tip, speed_t s) in termios_setospeed() 439 speed_t speed; in kmdb_parse_mode()
|
/titanic_44/usr/src/grub/grub-0.97/grub/ |
H A D | asmstub.c | 1073 static speed_t 1108 speed_t termios_speed; in serial_hw_init()
|
/titanic_44/usr/src/lib/libc/port/ |
H A D | llib-lc | 304 speed_t cfgetispeed(const struct termios *termios_p); 307 speed_t cfgetospeed(const struct termios *termios_p); 313 int cfsetispeed(struct termios *termios_p, speed_t speed); 316 int cfsetospeed(struct termios *termios_p, speed_t speed);
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rlogin.c | 282 speed_t speed = 0; in main()
|