Searched refs:ct_set_rts (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/dev/ctau/
H A Dif_ct.c868 /* ct_set_rts (d->chan, 0);*/
947 ct_set_rts (d->chan, 0);
961 ct_set_rts (d->chan, 1);
1032 ct_set_rts (d->chan, 1);
1053 ct_set_rts (d->chan, 1);
1682 ct_set_rts (c, (*(int*)data & TIOCM_RTS) ? 1 : 0);
1691 if (*(int*)data & TIOCM_RTS) ct_set_rts (c, 1);
1700 if (*(int*)data & TIOCM_RTS) ct_set_rts (c, 0);
H A Dctddk.c385 ct_set_rts (c, 0);
407 ct_set_rts (c, 1);
409 ct_set_rts (c, 0);
H A Dctddk.h504 void ct_set_rts (ct_chan_t *c, int on);
H A Dctau.c1161 ct_set_rts (c, 0);
1466 void ct_set_rts (ct_chan_t *c, int on) function

Completed in 61 milliseconds