iflag             259 compat/common/tty_43.c 	register tcflag_t iflag = tp->t_iflag;
iflag             265 compat/common/tty_43.c 	if (ISSET(iflag, IXOFF))
iflag             267 compat/common/tty_43.c 	if (ISSET(iflag, ICRNL) || ISSET(oflag, ONLCR))
iflag             270 compat/common/tty_43.c 		if (ISSET(iflag, INPCK)) {
iflag             281 compat/common/tty_43.c 		if (ISSET(iflag, IXON) || ISSET(lflag, ISIG|IEXTEN) ||
iflag             293 compat/common/tty_43.c 		if (!ISSET(iflag, ISTRIP))
iflag             301 compat/common/tty_43.c 	if (ISSET(cflag, XCASE) && ISSET(iflag, IUCLC) && ISSET(oflag, OLCUC))
iflag             313 compat/common/tty_43.c 	if (!ISSET(iflag, IXANY))
iflag             327 compat/common/tty_43.c 	register tcflag_t iflag = t->c_iflag;
iflag             333 compat/common/tty_43.c 		SET(iflag, IXOFF);
iflag             335 compat/common/tty_43.c 		CLR(iflag, IXOFF);
iflag             341 compat/common/tty_43.c 		SET(iflag, ICRNL);
iflag             344 compat/common/tty_43.c 		CLR(iflag, ICRNL);
iflag             352 compat/common/tty_43.c 		SET(iflag, IUCLC);
iflag             357 compat/common/tty_43.c 		CLR(iflag, IUCLC);
iflag             364 compat/common/tty_43.c 		iflag &= IXOFF|IXANY;
iflag             368 compat/common/tty_43.c 		SET(iflag, BRKINT|IXON|IMAXBEL);
iflag             380 compat/common/tty_43.c 			CLR(iflag, INPCK);
iflag             384 compat/common/tty_43.c 			SET(iflag, INPCK);
iflag             389 compat/common/tty_43.c 			SET(iflag, INPCK);
iflag             399 compat/common/tty_43.c 			SET(iflag, ISTRIP);
iflag             401 compat/common/tty_43.c 			CLR(iflag, ISTRIP);
iflag             409 compat/common/tty_43.c 		if (ISSET(iflag, IUCLC) && ISSET(oflag, OLCUC))
iflag             411 compat/common/tty_43.c 		SET(iflag, ISTRIP);
iflag             415 compat/common/tty_43.c 	t->c_iflag = iflag;
iflag             427 compat/common/tty_43.c 	register tcflag_t iflag = t->c_iflag;
iflag             459 compat/common/tty_43.c 		SET(iflag, IXANY);
iflag             461 compat/common/tty_43.c 		CLR(iflag, IXANY);
iflag             464 compat/common/tty_43.c 		SET(iflag, IUCLC);
iflag             474 compat/common/tty_43.c 			SET(iflag, ISTRIP);
iflag             476 compat/common/tty_43.c 			CLR(iflag, ISTRIP);
iflag             486 compat/common/tty_43.c 		SET(iflag, ISTRIP);
iflag             488 compat/common/tty_43.c 		if (ISSET(oflag, OLCUC) && ISSET(iflag, IUCLC))
iflag             492 compat/common/tty_43.c 	t->c_iflag = iflag;
iflag             613 dev/usb/ubsa.c ubsa_flow(struct ubsa_softc *sc, tcflag_t cflag, tcflag_t iflag)
iflag             617 dev/usb/ubsa.c 	DPRINTF(("ubsa_flow: cflag = 0x%x, iflag = 0x%x\n", cflag, iflag));
iflag             622 dev/usb/ubsa.c 	if (iflag & (IXON|IXOFF))
iflag             234 kern/tty.c     	int iflag, lflag;
iflag             268 kern/tty.c     	iflag = tp->t_iflag;
iflag             272 kern/tty.c     			if (ISSET(iflag, IGNBRK))
iflag             275 kern/tty.c     			if (ISSET(iflag, BRKINT)) {
iflag             279 kern/tty.c     			else if (ISSET(iflag, PARMRK))
iflag             281 kern/tty.c     		} else if ((ISSET(error, TTY_PE) && ISSET(iflag, INPCK)) ||
iflag             283 kern/tty.c     			if (ISSET(iflag, IGNPAR))
iflag             285 kern/tty.c     			else if (ISSET(iflag, PARMRK)) {
iflag             287 kern/tty.c     				if (ISSET(iflag, ISTRIP) || c != 0377)
iflag             295 kern/tty.c     	if (c == 0377 && !ISSET(iflag, ISTRIP) && ISSET(iflag, PARMRK))
iflag             301 kern/tty.c     	if (ISSET(iflag, IXOFF) || ISSET(tp->t_cflag, CHWFLOW))
iflag             303 kern/tty.c     	if (!ISSET(tp->t_state, TS_TYPEN) && ISSET(iflag, ISTRIP))
iflag             373 kern/tty.c     		if (ISSET(iflag, IXON)) {
iflag             395 kern/tty.c     			if (ISSET(iflag, IGNCR))
iflag             397 kern/tty.c     			else if (ISSET(iflag, ICRNL))
iflag             399 kern/tty.c     		} else if (c == '\n' && ISSET(iflag, INLCR))
iflag             410 kern/tty.c     		if (ISSET(lflag, XCASE) && ISSET(iflag, IUCLC)) {
iflag             438 kern/tty.c     		else if (ISSET(iflag, IUCLC) && isupper(c))
iflag             530 kern/tty.c     		if (ISSET(iflag, IMAXBEL)) {
iflag             578 kern/tty.c     	    !ISSET(iflag, IXANY) && cc[VSTART] != cc[VSTOP])
iflag            1164 xfs/xfs_vnodeops-bsd.c 	 int iflag,