Home
last modified time | relevance | path

Searched refs:CONSOLE_IS_3270 (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/asm-s390x/
Dsetup.h46 #define CONSOLE_IS_3270 (console_mode == 3) macro
/linux-2.4.37.9/include/asm-s390/
Dsetup.h47 #define CONSOLE_IS_3270 (console_mode == 3) macro
/linux-2.4.37.9/drivers/s390/char/
Dtubtty.c131 if (CONSOLE_IS_3270) { in tty3270_init()
171 if (CONSOLE_IS_3270 && con3270_major != -1) { in tty3270_fini()
271 if (CONSOLE_IS_3270 && tub3270_con_tubp == tubp) in tty3270_write()
472 if (CONSOLE_IS_3270 && tubp == tub3270_con_tubp) in tty3270_read_proc()
546 if (CONSOLE_IS_3270 && device == S390_CONSOLE_DEV) in tty3270_write_proc()
782 if (CONSOLE_IS_3270 && tub3270_con_tubp == tubp) in tty3270_try_logging()
Dtuball.c132 if (!CONSOLE_IS_3270) in tub3270_con_init()
287 if (d.sid_data.cu_type == 0x3215 && CONSOLE_IS_3270) { in tub3270_init()
455 if (CONSOLE_IS_3270) { in tubmakemin()