Home
last modified time | relevance | path

Searched refs:L_ICANON (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/tty/
H A Dtty_audit.c207 bool icanon = L_ICANON(tty); in tty_audit_add_data()
H A Dn_tty.c163 if (L_ICANON(tty) && !L_ECHO(tty)) in zero_buffer()
1812 if (!L_ICANON(tty) || !read_cnt(ldata)) { in n_tty_set_termios()
1825 ldata->icanon = (L_ICANON(tty) != 0); in n_tty_set_termios()
1828 I_ICRNL(tty) || I_INLCR(tty) || L_ICANON(tty) || in n_tty_set_termios()
1838 if (L_ICANON(tty)) { in n_tty_set_termios()
2519 if (L_ICANON(tty) && !L_EXTPROC(tty)) in n_tty_ioctl()
H A Dtty_ioctl.c571 if (!L_ICANON(tty)) { in get_sgflags()
/openbmc/linux/include/linux/
H A Dtty.h102 #define L_ICANON(tty) _L_FLAG((tty), ICANON) macro
/openbmc/linux/drivers/s390/char/
H A Dcon3270.c1865 if (L_ICANON(tty)) { in tty3270_set_termios()