Searched defs:flow_ctl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c3108 int flow_ctl, ctl_val; local
3136 flow_ctl = tp->t_iflag & (IXON | IXANY | IXOFF);
3138 flow_ctl |= CTSXON;
3141 flow_ctl |= RTSXOFF;
3171 pe[5].val.ui = flow_ctl;

Completed in 65 milliseconds