Lines Matching +full:baud +full:- +full:rate
80 functions are provided for getting and setting the baud rate values in
86 Certain values for baud rates set in the termios structure and passed to
92 .Sh GETTING AND SETTING THE BAUD RATE
93 The input and output baud rates are found in the termios structure.
98 The value of the integer corresponds directly to the baud rate being
100 .Bd -literal
125 function returns the input baud rate in the termios structure referenced by
130 function sets the input baud rate in the termios structure referenced by
137 function returns the output baud rate in the termios structure referenced by
142 function sets the output baud rate in the termios structure referenced by
149 function sets both the input and output baud rate in the termios structure
161 Otherwise, a value of -1 is returned and the global variable
191 re-enabled and the correct method is for an application to snapshot the
224 .Bl -tag -width "TCSADRAIN"
254 The 0 baud rate is used to terminate the connection.
262 the input baud rate will be set to the same value as that specified by
263 the output baud rate.
267 is unable to make any of the requested changes, it returns -1 and
270 If the specified input and output baud rates differ and are a combination
271 that is not supported, neither baud rate is changed.
279 return -1 and the global variable
282 .Bl -tag -width Er
324 .St -p1003.1-88
337 .St -p1003.1-88