Home
last modified time | relevance | path

Searched refs:cfsetospeed (Results 1 – 25 of 35) sorted by relevance

12

/titanic_53/usr/src/cmd/tip/aculib/
H A Ddf.c67 (void) cfsetospeed(&buf, B0); in df_dialer()
69 (void) cfsetospeed(&buf, B1200); in df_dialer()
88 (void) cfsetospeed(&buf, B0); in df_dialer()
90 (void) cfsetospeed(&buf, speed); in df_dialer()
H A Dv831.c116 (void) cfsetospeed(&cntrl, B0); in v831_disconnect()
187 (void) cfsetospeed(&cntrl, B0); in dialit()
190 (void) cfsetospeed(&cntrl, B2400); in dialit()
/titanic_53/usr/src/lib/libc/port/gen/
H A Dcfsetospeed.c32 #pragma weak _cfsetospeed = cfsetospeed
43 cfsetospeed(struct termios *termios_p, speed_t speed) in cfsetospeed() function
/titanic_53/usr/src/lib/libnsl/dial/
H A Dline.c141 (void) cfsetospeed(&ttbufs, speed); in fixline()
145 (void) cfsetospeed(&ttbufs, ospeed); in fixline()
/titanic_53/usr/src/cmd/bnu/
H A Dline.c151 cfsetospeed(&ttbufs, speed);
155 cfsetospeed(&ttbufs, ospeed);
424 cfsetospeed(&ttbufs, speed);
H A Dcu.c818 cfsetospeed(&_Lvs, B0);
/titanic_53/usr/src/ucbcmd/stty/
H A Dsttyparse.c165 cfsetospeed(cb, speeds[i].speed);
186 cfsetospeed(cb, B0);
188 cfsetospeed(cb, speeds[i].speed);
/titanic_53/usr/src/cmd/ttymon/
H A Dtmautobaud.c114 cfsetospeed(&termios, B2400); in auto_termio()
H A Dtmterm.c246 cfsetospeed(&termios, B0); in hang_up_line()
H A Dsttyparse.c184 (void) cfsetospeed(cb,
209 (void) cfsetospeed(cb,
/titanic_53/usr/src/lib/libbc/libc/gen/common/
H A Dposix_tty.c53 cfsetospeed(struct termios *termios_p, speed_t speed) in cfsetospeed() function
/titanic_53/usr/src/lib/libbc/inc/include/
H A Dtermios.h265 int cfsetospeed(/* struct termios *termios_p, speed_t speed */);
/titanic_53/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h265 int cfsetospeed(/* struct termios *termios_p, speed_t speed */);
/titanic_53/usr/src/contrib/ast/src/lib/libast/features/
H A Dtty52 # define cfsetospeed(tp,val) ((tp)->c_cflag &=~ CBAUD,(tp)->c_cflag|=(val))
/titanic_53/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dtty58 # define cfsetospeed(tp,val) ((tp)->c_cflag &=~ CBAUD,(tp)->c_cflag|=(val))
/titanic_53/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dtty58 # define cfsetospeed(tp,val) ((tp)->c_cflag &=~ CBAUD,(tp)->c_cflag|=(val))
/titanic_53/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dtty58 # define cfsetospeed(tp,val) ((tp)->c_cflag &=~ CBAUD,(tp)->c_cflag|=(val))
/titanic_53/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dtty58 # define cfsetospeed(tp,val) ((tp)->c_cflag &=~ CBAUD,(tp)->c_cflag|=(val))
/titanic_53/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c441 cfsetospeed(sp, i); in gin()
748 cfsetospeed(sp, c); in set()
759 cfsetospeed(sp, tp->mask); in set()
/titanic_53/usr/src/uts/common/sys/
H A Dtermios.h104 extern int cfsetospeed(struct termios *, speed_t);
/titanic_53/usr/src/cmd/tip/
H A Dtip.c510 (void) cfsetospeed(&buf, speed); in ttysetup()
/titanic_53/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c1154 cfsetospeed (&termios, termios_speed); in serial_hw_init()
/titanic_53/usr/src/lib/c_synonyms/
H A Dsyn_common181 cfsetospeed
/titanic_53/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c1385 (void) cfsetospeed(&tb, cfgetospeed(&savetty)); in compat_ioctl()
/titanic_53/usr/src/lib/libc/amd64/
H A DMakefile367 cfsetospeed.o \

12