Searched refs:stop_bits (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/ntp/ntpd/
H A Drefclock_ripencc.c276 unsigned char *stop_bits, unsigned char *tx_mode_index,
347 unsigned char *stop_bits, unsigned char *flow_control,
1987 unsigned char *stop_bits,
1999 *stop_bits = (unsigned char)((buf[3] == 0x07) ? 1 : 2);
2819 unsigned char *stop_bits,
2835 *stop_bits = buf[5];
3264 char_format_index, stop_bits, local
3273 &stop_bits, &tx_mode_index, &rx_mode_index)) {
3296 databits, old_parity_text[parity], stop_bits);
4402 port_num, in_baud, out_baud, data_bits, parity, stop_bits, flow_contro local
1982 rpt_0x3D( TSIPPKT *rpt, unsigned char *tx_baud_index, unsigned char *rx_baud_index, unsigned char *char_format_index, unsigned char *stop_bits, unsigned char *tx_mode_index, unsigned char *rx_mode_index ) argument
2812 rpt_0xBC( TSIPPKT *rpt, unsigned char *port_num, unsigned char *in_baud, unsigned char *out_baud, unsigned char *data_bits, unsigned char *parity, unsigned char *stop_bits, unsigned char *flow_control, unsigned char *protocols_in, unsigned char *protocols_out, unsigned char *reserved ) argument
[all...]
/freebsd-10.3-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c2672 u_int8_t bit_rate, data_bits, stop_bits, parity, local
2691 stop_bits = RFCOMM_RPN_STOP_1;
2713 stop_bits = RFCOMM_RPN_STOP_BITS(rpn->line_settings);
2715 stop_bits != RFCOMM_RPN_STOP_1) {
2716 stop_bits = RFCOMM_RPN_STOP_1;
2751 stop_bits, parity);

Completed in 119 milliseconds