CSIZE 303 arch/i386/i386/machdep.c #define KGDBMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */ CSIZE 947 arch/i386/isa/pccom.c switch (ISSET(t->c_cflag, CSIZE)) { CSIZE 104 arch/i386/stand/boot/crt0.c tc.c_cflag &= ~(CSIZE|PARENB); CSIZE 290 compat/common/tty_43.c else if (ISSET(cflag, CSIZE) == CS8) { CSIZE 396 compat/common/tty_43.c CLR(cflag, CSIZE|XCASE); CSIZE 407 compat/common/tty_43.c CLR(cflag, CSIZE); CSIZE 471 compat/common/tty_43.c CLR(cflag, CSIZE); CSIZE 484 compat/common/tty_43.c CLR(cflag, CSIZE); CSIZE 124 compat/hpux/hpux_tty.c switch (tios.c_cflag & CSIZE) { CSIZE 257 compat/hpux/hpux_tty.c ~(CSIZE|CSTOPB|CREAD|PARENB|PARODD|HUPCL|CLOCAL); CSIZE 244 compat/ibcs2/ibcs2_ioctl.c switch (l & CSIZE) { CSIZE 193 compat/linux/linux_termios.c switch (bts->c_cflag & CSIZE) { CSIZE 367 compat/linux/linux_termios.c switch (bts->c_cflag & CSIZE) { CSIZE 295 compat/sunos/sunos_ioctl.c switch (l & CSIZE) { CSIZE 317 compat/ultrix/ultrix_ioctl.c switch (l & CSIZE) { CSIZE 754 dev/ic/com.c switch (ISSET(t->c_cflag, CSIZE)) { CSIZE 751 dev/ic/cy.c switch (t->c_cflag & CSIZE) { CSIZE 726 dev/ic/z8530tty.c switch (cflag & CSIZE) { CSIZE 1369 dev/pci/cz.c switch (t->c_cflag & CSIZE) { CSIZE 1282 dev/sbus/magma.c switch( t->c_cflag & CSIZE) { CSIZE 621 dev/sbus/spif.c switch (t->c_cflag & CSIZE) { CSIZE 397 dev/usb/moscom.c switch (ISSET(t->c_cflag, CSIZE)) { CSIZE 295 dev/usb/uark.c switch (ISSET(t->c_cflag, CSIZE)) { CSIZE 585 dev/usb/ubsa.c switch (cflag & CSIZE) { CSIZE 441 dev/usb/ucycom.c switch (t->c_cflag & CSIZE) { CSIZE 617 dev/usb/uftdi.c switch (ISSET(t->c_cflag, CSIZE)) { CSIZE 530 dev/usb/umct.c switch (ISSET(t->c_cflag, CSIZE)) { CSIZE 535 dev/usb/umodem.c switch (ISSET(t->c_cflag, CSIZE)) { CSIZE 652 dev/usb/uplcom.c switch (ISSET(t->c_cflag, CSIZE)) { CSIZE 389 dev/usb/uslcom.c switch (ISSET(t->c_cflag, CSIZE)) { CSIZE 687 dev/usb/uvscom.c switch (ISSET(t->c_cflag, CSIZE)) {