L_ICANON         1788 drivers/s390/char/tty3270.c 	if (L_ICANON(tty)) {
L_ICANON          160 drivers/tty/n_tty.c 	bool icanon = !!L_ICANON(tty);
L_ICANON         1801 drivers/tty/n_tty.c 		if (!L_ICANON(tty) || !read_cnt(ldata)) {
L_ICANON         1815 drivers/tty/n_tty.c 	ldata->icanon = (L_ICANON(tty) != 0);
L_ICANON         1818 drivers/tty/n_tty.c 	    I_ICRNL(tty) || I_INLCR(tty) || L_ICANON(tty) ||
L_ICANON         1828 drivers/tty/n_tty.c 		if (L_ICANON(tty)) {
L_ICANON         2459 drivers/tty/n_tty.c 		if (L_ICANON(tty) && !L_EXTPROC(tty))
L_ICANON          204 drivers/tty/tty_audit.c 	unsigned int icanon = !!L_ICANON(tty);
L_ICANON          501 drivers/tty/tty_ioctl.c 	if (!L_ICANON(tty)) {