TTYDEF_CFLAG      303 arch/i386/i386/machdep.c #define KGDBMODE ((TTYDEF_CFLAG & ~(CSIZE | CSTOPB | PARENB)) | CS8) /* 8N1 */
TTYDEF_CFLAG      152 arch/i386/isa/pccom.c tcflag_t comconscflag = TTYDEF_CFLAG;
TTYDEF_CFLAG      522 arch/i386/isa/pccom.c 			tp->t_cflag = TTYDEF_CFLAG;
TTYDEF_CFLAG      132 dev/ic/com.c   tcflag_t comconscflag = TTYDEF_CFLAG;
TTYDEF_CFLAG      311 dev/ic/com.c   			tp->t_cflag = TTYDEF_CFLAG;
TTYDEF_CFLAG      317 dev/ic/cy.c    		tp->t_cflag = TTYDEF_CFLAG;
TTYDEF_CFLAG       90 dev/ic/z8530tty.c #define	ZSTTY_DEF_CFLAG	TTYDEF_CFLAG
TTYDEF_CFLAG     1005 dev/pci/cz.c   		t.c_cflag = TTYDEF_CFLAG;
TTYDEF_CFLAG      864 dev/sbus/magma.c 		tp->t_cflag = TTYDEF_CFLAG;
TTYDEF_CFLAG      364 dev/sbus/spif.c 		tp->t_cflag = TTYDEF_CFLAG;
TTYDEF_CFLAG      437 dev/usb/ucom.c 		t.c_cflag = TTYDEF_CFLAG;
TTYDEF_CFLAG      846 dev/wscons/wsdisplay.c 			tp->t_cflag = TTYDEF_CFLAG;
TTYDEF_CFLAG      257 kern/tty_pty.c 		tp->t_cflag = TTYDEF_CFLAG;