Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tty/
A Dtty_audit.c205 unsigned int icanon = !!L_ICANON(tty); in tty_audit_add_data()
A Dn_tty.c164 bool icanon = !!L_ICANON(tty); in zero_buffer()
1768 if (!L_ICANON(tty) || !read_cnt(ldata)) { in n_tty_set_termios()
1782 ldata->icanon = (L_ICANON(tty) != 0); in n_tty_set_termios()
1785 I_ICRNL(tty) || I_INLCR(tty) || L_ICANON(tty) || in n_tty_set_termios()
1795 if (L_ICANON(tty)) { in n_tty_set_termios()
2476 if (L_ICANON(tty) && !L_EXTPROC(tty)) in n_tty_ioctl()
A Dtty_ioctl.c559 if (!L_ICANON(tty)) { in get_sgflags()
/linux-6.3-rc2/include/linux/
A Dtty.h102 #define L_ICANON(tty) _L_FLAG((tty), ICANON) macro
/linux-6.3-rc2/drivers/s390/char/
A Dcon3270.c1865 if (L_ICANON(tty)) { in tty3270_set_termios()

Completed in 15 milliseconds