PARODD            963 arch/i386/isa/pccom.c 		if (!ISSET(t->c_cflag, PARODD))
PARODD            271 compat/common/tty_43.c 			if (ISSET(cflag, PARODD))
PARODD            385 compat/common/tty_43.c 			CLR(cflag, PARODD);
PARODD            390 compat/common/tty_43.c 			SET(cflag, PARODD);
PARODD            140 compat/hpux/hpux_tty.c 		if (tios.c_cflag & PARODD)
PARODD            257 compat/hpux/hpux_tty.c 			~(CSIZE|CSTOPB|CREAD|PARENB|PARODD|HUPCL|CLOCAL);
PARODD            275 compat/hpux/hpux_tty.c 			tios.c_cflag |= PARODD;
PARODD            159 compat/ibcs2/ibcs2_ioctl.c 	if (l & IBCS2_PARODD)	r |= PARODD;
PARODD            253 compat/ibcs2/ibcs2_ioctl.c 	if (l & PARODD)		r |= IBCS2_PARODD;
PARODD            132 compat/linux/linux_termios.c 	bts->c_cflag |= cvtto_bsd_mask(lt->c_cflag, LINUX_PARODD, PARODD);
PARODD            210 compat/linux/linux_termios.c 	lt->c_cflag |= cvtto_linux_mask(bts->c_cflag, PARODD, LINUX_PARODD);
PARODD            297 compat/linux/linux_termios.c 	bts->c_cflag |= cvtto_bsd_mask(lts->c_cflag, LINUX_PARODD, PARODD);
PARODD            388 compat/linux/linux_termios.c 	lts->c_cflag |= cvtto_linux_mask(bts->c_cflag, PARODD, LINUX_PARODD);
PARODD            189 compat/sunos/sunos_ioctl.c 	r |=	((l & 0x00000200) ? PARODD	: 0);
PARODD            312 compat/sunos/sunos_ioctl.c 	r |=	((l &  PARODD) ? 0x00000200	: 0);
PARODD            202 compat/ultrix/ultrix_ioctl.c 	r |=	((l & 0x00000200) ? PARODD	: 0);
PARODD            334 compat/ultrix/ultrix_ioctl.c 	r |=	((l &  PARODD) ? 0x00000200	: 0);
PARODD            770 dev/ic/com.c   		if (!ISSET(t->c_cflag, PARODD))
PARODD            740 dev/ic/cy.c    		if (ISSET(t->c_cflag, PARODD))
PARODD            750 dev/ic/z8530tty.c 	if ((cflag & PARODD) == 0)
PARODD           1398 dev/pci/cz.c   		if (t->c_cflag & PARODD)
PARODD           1274 dev/sbus/magma.c 		opt |= (ISSET(t->c_cflag, PARODD) ? CD1400_COR1_PARODD : CD1400_COR1_PARNORMAL);
PARODD            608 dev/sbus/spif.c 		opt |= (ISSET(t->c_cflag, PARODD) ?
PARODD            391 dev/usb/moscom.c 		if (ISSET(t->c_cflag, PARODD))
PARODD            288 dev/usb/uark.c 		if (ISSET(t->c_cflag, PARODD))
PARODD            571 dev/usb/ubsa.c 		value = (cflag & PARODD) ? UBSA_PARITY_ODD : UBSA_PARITY_EVEN;
PARODD            461 dev/usb/ucycom.c 		cfg |= ISSET(t->c_cflag, PARODD) ?
PARODD            611 dev/usb/uftdi.c 		if (ISSET(t->c_cflag, PARODD))
PARODD            524 dev/usb/umct.c 		if (ISSET(t->c_cflag, PARODD))
PARODD            529 dev/usb/umodem.c 		if (ISSET(t->c_cflag, PARODD))
PARODD            646 dev/usb/uplcom.c 		if (ISSET(t->c_cflag, PARODD))
PARODD            383 dev/usb/uslcom.c 		if (ISSET(t->c_cflag, PARODD))
PARODD            680 dev/usb/uvscom.c 		if (ISSET(t->c_cflag, PARODD))