Symbol: t_iflag
sys/arch/hppa/dev/pdc.c
206
tp->t_iflag = TTYDEF_IFLAG;
sys/arch/luna88k/dev/siotty.c
482
tp->t_iflag = TTYDEF_IFLAG;
sys/arch/powerpc64/dev/opalcons.c
158
tp->t_iflag = TTYDEF_IFLAG;
sys/arch/riscv64/dev/sfuart.c
384
tp->t_iflag = TTYDEF_IFLAG;
sys/arch/sh/dev/scif.c
734
tp->t_iflag = TTYDEF_IFLAG;
sys/arch/sparc64/dev/pcons.c
226
tp->t_iflag = TTYDEF_IFLAG;
sys/arch/sparc64/dev/sab.c
657
tp->t_iflag = TTYDEF_IFLAG;
sys/arch/sparc64/dev/sbbc.c
525
tp->t_iflag = TTYDEF_IFLAG;
sys/arch/sparc64/dev/vcctty.c
330
tp->t_iflag = TTYDEF_IFLAG;
sys/arch/sparc64/dev/vcons.c
197
tp->t_iflag = TTYDEF_IFLAG;
sys/dev/fdt/amluart.c
389
tp->t_iflag = TTYDEF_IFLAG;
sys/dev/fdt/cduart.c
398
tp->t_iflag = TTYDEF_IFLAG;
sys/dev/fdt/exuart.c
700
tp->t_iflag = TTYDEF_IFLAG;
sys/dev/fdt/imxuart.c
509
tp->t_iflag = TTYDEF_IFLAG;
sys/dev/fdt/mvuart.c
409
tp->t_iflag = TTYDEF_IFLAG;
sys/dev/ic/com.c
261
tp->t_iflag = TTYDEF_IFLAG;
sys/dev/ic/cy.c
293
tp->t_iflag = TTYDEF_IFLAG;
sys/dev/ic/pluart.c
584
tp->t_iflag = TTYDEF_IFLAG;
sys/dev/ic/qcuart.c
331
tp->t_iflag = TTYDEF_IFLAG;
sys/dev/ic/z8530tty.c
548
tp->t_iflag = TTYDEF_IFLAG;
sys/dev/ic/z8530tty.c
552
tp->t_iflag = 0;
sys/dev/pci/cz.c
1012
tp->t_iflag = TTYDEF_IFLAG;
sys/dev/pv/viocon.c
519
tp->t_iflag = TTYDEF_IFLAG;
sys/dev/sbus/magma.c
854
tp->t_iflag = TTYDEF_IFLAG;
sys/dev/sbus/spif.c
350
tp->t_iflag = TTYDEF_IFLAG;
sys/dev/usb/ucom.c
466
tp->t_iflag = TTYDEF_IFLAG;
sys/dev/wscons/wsdisplay.c
873
tp->t_iflag = TTYDEF_IFLAG;
sys/kern/tty.c
1333
if (ISSET(tp->t_iflag, IXOFF) &&
sys/kern/tty.c
1671
if (ISSET(tp->t_iflag, IXOFF) &&
sys/kern/tty.c
269
iflag = tp->t_iflag;
sys/kern/tty.c
921
tp->t_iflag = t->c_iflag;
sys/kern/tty_pty.c
244
tp->t_iflag = TTYDEF_IFLAG;
sys/kern/tty_pty.c
925
stop = (tp->t_iflag & IXON) && CCEQ(cc[VSTOP], CTRL('s')) &&
sys/net/ppp_tty.c
814
if (tp->t_iflag & IXON) {