Home
last modified time | relevance | path

Searched refs:speed_t (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dbaudrate.c39 speed_t speed;
76 { (speed_t)-1, -1 }
87 speed_t value; in baudrate()
91 for (i = 0; speeds[i].speed != (speed_t) -1; ++i) { in baudrate()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dbaudrate.c39 speed_t speed;
76 { (speed_t)-1, -1 }
87 speed_t value; in baudrate()
95 for (i = 0; speeds[i].speed != (speed_t) -1; ++i) { in baudrate()
/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.h232 typedef uint32_t speed_t; /* memory speed in nanoseconds */ typedef
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcfgetispeed.c40 speed_t
H A Dcfgetospeed.c40 speed_t
H A Dcfsetospeed.c41 cfsetospeed(struct termios *termios_p, speed_t speed) in cfsetospeed()
H A Dcfsetispeed.c41 cfsetispeed(struct termios *termios_p, speed_t speed) in cfsetispeed()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promif.c394 termios_setispeed(struct termios *tip, speed_t s) in termios_setispeed()
411 termios_setospeed(struct termios *tip, speed_t s) in termios_setospeed()
441 speed_t speed; in kmdb_parse_mode()
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c1076 static speed_t
1111 speed_t termios_speed; in serial_hw_init()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c282 speed_t speed = 0; in main()