Home
last modified time | relevance | path

Searched refs:stopbits (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/efi/loader/
H A Defiserialio.c61 EFI_STOP_BITS_TYPE stopbits; member
233 port->stopbits = OneStopBit; /* 8,n,1 */ in comc_probe()
423 switch (sp->stopbits) { in comc_asprint_mode()
449 int stopbits = OneStopBit; in comc_parse_mode() local
501 case '1': stopbits = OneStopBit; in comc_parse_mode()
504 stopbits = OneFiveStopBits; in comc_parse_mode()
507 case '2': stopbits = TwoStopBits; in comc_parse_mode()
534 sp->stopbits = stopbits; in comc_parse_mode()
651 sp->databits, sp->stopbits); in comc_setup()
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c115 stopbits = (stopbits == 1) ? 0 : CSTOPB; in setupline()
119 termio.c_cflag = HUPCL | CREAD | CS8 | stopbits | in setupline()
127 stopbits = (stopbits == 1) ? 0 : CSTOPB; in setupline()
131 termios.c_cflag = HUPCL | CREAD | CS8 | stopbits | in setupline()
H A Difdef.h89 extern int stopbits; /* and expects this many stop bits */
H A Dpostio.c172 int stopbits = 1; /* number of stop bits */ variable
343 if ((stopbits = atoi(optarg)) < 1 || stopbits > 2) in options()
344 stopbits = 1; in options()
/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c131 int stopbits = 1; /* number of stop bits */ variable