Searched refs:speed_t (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dbaudrate.c47 speed_t speed;
68 { (speed_t) -1, -1 }
79 speed_t value;
87 for (i = 0; speeds[i].speed != (speed_t) -1; ++i)
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dbaudrate.c52 speed_t speed;
73 { (speed_t) -1, -1 }
84 speed_t value;
88 for (i = 0; speeds[i].speed != (speed_t) -1; ++i)
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dstdtypes.h47 typedef unsigned int speed_t; /* tty speeds */ typedef
H A Dtermios.h262 speed_t cfgetispeed(/* struct termios *termios_p */);
263 speed_t cfgetospeed(/* struct termios *termios_p */);
264 int cfsetispeed(/* struct termios *termios_p, speed_t speed */);
265 int cfsetospeed(/* struct termios *termios_p, speed_t speed */);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcfgetispeed.c42 speed_t
H A Dcfgetospeed.c42 speed_t
H A Dcfsetospeed.c43 cfsetospeed(struct termios *termios_p, speed_t speed)
H A Dcfsetispeed.c43 cfsetispeed(struct termios *termios_p, speed_t speed)
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dposix_tty.c41 speed_t
53 cfsetospeed(struct termios *termios_p, speed_t speed)
73 speed_t
86 cfsetispeed(struct termios *termios_p, speed_t speed)
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h83 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 Dsservice.h234 typedef uint32_t speed_t; /* memory speed in nanoseconds */ typedef
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dtermios.h262 speed_t cfgetispeed(/* struct termios *termios_p */);
263 speed_t cfgetospeed(/* struct termios *termios_p */);
264 int cfsetispeed(/* struct termios *termios_p, speed_t speed */);
265 int cfsetospeed(/* struct termios *termios_p, speed_t speed */);
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promif.c394 termios_setispeed(struct termios *tip, speed_t s)
411 termios_setospeed(struct termios *tip, speed_t s)
439 speed_t speed;
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c1076 static speed_t
1111 speed_t termios_speed;
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc306 speed_t cfgetispeed(const struct termios *termios_p);
309 speed_t cfgetospeed(const struct termios *termios_p);
315 int cfsetispeed(struct termios *termios_p, speed_t speed);
318 int cfsetospeed(struct termios *termios_p, speed_t speed);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c282 speed_t speed = 0;

Completed in 125 milliseconds