Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/libefi/
H A Defiserialio.c637 port->stopbits = port->io.sio->Mode->StopBits; in efi_serial_create_port()
861 switch (sp->stopbits) { in efi_serial_asprint_mode()
888 int stopbits = OneStopBit; in efi_serial_parse_mode() local
940 case '1': stopbits = OneStopBit; in efi_serial_parse_mode()
943 stopbits = OneFiveStopBits; in efi_serial_parse_mode()
946 case '2': stopbits = TwoStopBits; in efi_serial_parse_mode()
973 sp->stopbits = stopbits; in efi_serial_parse_mode()
1065 EFI_STOP_BITS_TYPE stopbits; in efi_serial_setup() local
1108 if (sp->stopbits == sp->io.sio->Mode->StopBits) { in efi_serial_setup()
1109 stopbits = DefaultStopBits; in efi_serial_setup()
[all …]
H A Defiisaio.c348 port->stopbits = OneStopBit; in efi_isa_create_port()
441 port->stopbits = OneStopBit; in efi_isa_create_io_ports()
684 sp->stopbits = (lcr & STOP2) == STOP2? TwoStopBits:OneStopBit; in efi_isa_probe()
852 switch (sp->stopbits) { in efi_isa_asprint_mode()
879 EFI_STOP_BITS_TYPE stopbits; in efi_isa_parse_mode() local
935 stopbits = OneStopBit; in efi_isa_parse_mode()
938 stopbits = TwoStopBits; in efi_isa_parse_mode()
965 sp->stopbits = stopbits; in efi_isa_parse_mode()
1125 switch (sp->stopbits) { in efi_isa_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 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()
H A Difdef.h89 extern int stopbits; /* and expects this many stop bits */
/illumos-gate/usr/src/boot/efi/include/
H A Defilib.h61 EFI_STOP_BITS_TYPE stopbits; member
/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c131 int stopbits = 1; /* number of stop bits */ variable