Symbol: t_oflag
sys/arch/hppa/dev/pdc.c
207
tp->t_oflag = TTYDEF_OFLAG;
sys/arch/luna88k/dev/siotty.c
483
tp->t_oflag = TTYDEF_OFLAG;
sys/arch/powerpc64/dev/opalcons.c
159
tp->t_oflag = TTYDEF_OFLAG;
sys/arch/riscv64/dev/sfuart.c
385
tp->t_oflag = TTYDEF_OFLAG;
sys/arch/sh/dev/scif.c
735
tp->t_oflag = TTYDEF_OFLAG;
sys/arch/sparc64/dev/pcons.c
227
tp->t_oflag = TTYDEF_OFLAG;
sys/arch/sparc64/dev/sab.c
658
tp->t_oflag = TTYDEF_OFLAG;
sys/arch/sparc64/dev/sbbc.c
526
tp->t_oflag = TTYDEF_OFLAG;
sys/arch/sparc64/dev/vcctty.c
331
tp->t_oflag = TTYDEF_OFLAG;
sys/arch/sparc64/dev/vcons.c
198
tp->t_oflag = TTYDEF_OFLAG;
sys/dev/fdt/amluart.c
390
tp->t_oflag = TTYDEF_OFLAG;
sys/dev/fdt/cduart.c
399
tp->t_oflag = TTYDEF_OFLAG;
sys/dev/fdt/exuart.c
701
tp->t_oflag = TTYDEF_OFLAG;
sys/dev/fdt/imxuart.c
510
tp->t_oflag = TTYDEF_OFLAG;
sys/dev/fdt/mvuart.c
410
tp->t_oflag = TTYDEF_OFLAG;
sys/dev/ic/com.c
257
tp->t_oflag = TTYDEF_OFLAG;
sys/dev/ic/cy.c
294
tp->t_oflag = TTYDEF_OFLAG;
sys/dev/ic/pluart.c
585
tp->t_oflag = TTYDEF_OFLAG;
sys/dev/ic/qcuart.c
332
tp->t_oflag = TTYDEF_OFLAG;
sys/dev/ic/z8530tty.c
549
tp->t_oflag = TTYDEF_OFLAG;
sys/dev/ic/z8530tty.c
553
tp->t_oflag = 0;
sys/dev/pci/cz.c
1013
tp->t_oflag = TTYDEF_OFLAG;
sys/dev/pv/viocon.c
520
tp->t_oflag = TTYDEF_OFLAG;
sys/dev/sbus/magma.c
855
tp->t_oflag = TTYDEF_OFLAG;
sys/dev/sbus/spif.c
351
tp->t_oflag = TTYDEF_OFLAG;
sys/dev/usb/ucom.c
467
tp->t_oflag = TTYDEF_OFLAG;
sys/dev/wscons/wsdisplay.c
874
tp->t_oflag = TTYDEF_OFLAG;
sys/kern/tty.c
1823
if (!ISSET(tp->t_oflag, OPOST))
sys/kern/tty.c
2427
if (ISSET(tp->t_oflag, OPOST))
sys/kern/tty.c
605
oflag = tp->t_oflag;
sys/kern/tty.c
644
if (c == '\n' && ISSET(tp->t_oflag, ONLCR)) {
sys/kern/tty.c
651
else if (c == '\r' && ISSET(tp->t_oflag, OCRNL))
sys/kern/tty.c
654
if (ISSET(tp->t_oflag, OLCUC) && islower(c))
sys/kern/tty.c
656
else if (ISSET(tp->t_oflag, OLCUC) && ISSET(tp->t_lflag, XCASE)) {
sys/kern/tty.c
683
if (ISSET(tp->t_oflag, ONOCR) && c == '\r' && tp->t_column == 0)
sys/kern/tty.c
700
if (ISSET(tp->t_oflag, ONLRET) || ISSET(tp->t_oflag, OCRNL))
sys/kern/tty.c
922
tp->t_oflag = t->c_oflag;
sys/kern/tty_pty.c
245
tp->t_oflag = TTYDEF_OFLAG;