Searched refs:ISIG (Results 1 – 19 of 19) sorted by relevance
108 | ISIG /* disable interrupt, quit, and suspend special characters */ in empeg_init_termios()
158 tty->termios.c_iflag &= ~(ISIG | ICANON | ECHO | IEXTEN | XCASE); in kobil_init_termios()
941 | ISIG /* disable interrupt, quit, and suspend in cypress_set_termios()
185 #define ISIG 0000001 macro
169 #define ISIG 0000001 macro
178 #define ISIG 0x00000080 macro
176 #define ISIG 0000001 macro
167 #define ISIG 0000001 macro
191 #define ISIG 0000001 /* Enable signals. */ macro
190 #define ISIG 0x00000080 macro
210 #define ISIG 0x00000001 macro
297 tty_driver->init_termios.c_lflag = ISIG | ICANON | IEXTEN; in register_lte_tty_driver()
513 termios->c_lflag = ISIG | ICANON; in set_sgflags()527 termios->c_lflag &= ~(ISIG | ICANON); in set_sgflags()
127 .c_lflag = ISIG | ICANON | ECHO | ECHOE | ECHOK |
133 ktermios.c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN); in ttyport_open()
550 driver->init_termios.c_lflag = ISIG | ECHO; in sclp_tty_init()
1103 driver->init_termios.c_lflag = ISIG; in tty3215_init()
101 #define L_ISIG(tty) _L_FLAG((tty), ISIG)
1066 | ISIG /* disable interrupt, quit, and suspend special in hso_init_termios()
Completed in 41 milliseconds