/titanic_44/usr/src/cmd/lp/filter/postscript/postcomm/ |
H A D | postcomm.h | 141 #define BAUDRATE B9600 172 "9600", B9600, \ 173 "B9600", B9600, \ 182 NULL, B9600 \
|
/titanic_44/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | postio.h | 177 #define BAUDRATE B9600 204 "9600", B9600, \ 205 "B9600", B9600, \ 236 NULL, B9600 \
|
H A D | README | 66 where /dev/tty?? is the line that's connected to the printer, 9600 (or B9600) is
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | ttymodes.c | 103 case B9600: in speed_to_baud() 201 return B9600; in baud_to_speed() 260 return B9600; in baud_to_speed()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | ttydev.h | 55 #define B9600 13 macro
|
H A D | termios.h | 536 #define B9600 13 macro
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | ttydev.h | 47 #define B9600 13 macro
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | baudrate.c | 70 { B9600, 9600 },
|
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | baudrate.c | 65 { B9600, 9600 },
|
/titanic_44/usr/src/head/ |
H A D | sgtty.h | 116 #define B9600 13 macro
|
/titanic_44/usr/src/uts/sun/io/ |
H A D | ms.c | 346 cb->c_cflag = CREAD|CS8|B9600; 356 msd->msd_baud_rate = B9600; 952 case B9600: 965 msd->msd_baud_rate = B9600; 972 msd->msd_baud_rate = B9600; 977 msd->msd_baud_rate = B9600;
|
/titanic_44/usr/src/head/rpcsvc/ |
H A D | rex.x | 92 const B9600 = 13; variable
|
/titanic_44/usr/src/cmd/rexd/ |
H A D | rex.x | 86 const B9600 = 13; variable
|
/titanic_44/usr/src/uts/sun/sys/ |
H A D | ser_async.h | 66 #define ISPEED B9600
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | line.c | 53 {9600, B9600}, 303 case B9600:
|
/titanic_44/usr/src/lib/libnsl/dial/ |
H A D | line.c | 54 {9600, B9600},
|
/titanic_44/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 957 async->async_ttycommon.t_cflag = B9600 & CBAUD; in asyopen() 958 async->async_ttycommon.t_cflag |= ((B9600 << IBSHIFT) in asyopen() 1352 if (baudrate >= N_SU_SPEEDS) baudrate = B9600; in asy_program() 1365 async->async_ttycommon.t_cflag |= B9600; in asy_program() 1366 async->async_ttycommon.t_cflag |= B9600 << IBSHIFT; in asy_program() 1367 baudrate = B9600; in asy_program() 2453 rate = B9600; in async_restart() 2615 rate = B9600; in async_nstart() 3032 if (rate >= N_SU_SPEEDS) rate = B9600; in async_ioctl()
|
/titanic_44/usr/src/cmd/mailx/ |
H A D | main.c | 120 baud = B9600; in main()
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | sttytable.c | 55 "9600", B9600, 9600,
|
/titanic_44/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 53 "9600", B9600,
|
/titanic_44/usr/src/uts/common/io/ |
H A D | tty_common.c | 36 B9600|CS8|CREAD, /* c_cflag */
|
H A D | asy.c | 894 asy->asy_bidx = B9600; /* default to 9600 */ in asyattach() 4428 asy->asy_cflag = CREAD|B9600; /* initial default */ in asy_parse_mode() 4451 asy->asy_bidx = B9600; in asy_parse_mode() 4461 asy->asy_bidx = B9600; in asy_parse_mode()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | sys_bsd.c | 560 { 4800, B4800 }, { 9600, B9600 }, { 19200, B19200 },
|
/titanic_44/usr/src/grub/grub-0.97/grub/ |
H A D | asmstub.c | 1080 case 9600: return B9600; in get_termios_speed()
|
/titanic_44/usr/src/uts/common/io/usb/clients/usbser/usbftdi/ |
H A D | uftdi_dsd.c | 657 case B9600: in uftdi_param2regs() 2016 { DS_PARAM_BAUD, .val.ui = B9600 }, in uftdi_open_hw_port()
|