Home
last modified time | relevance | path

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

/openbmc/linux/fs/proc/
H A Dproc_tty.c44 else if (p->subtype == SYSTEM_TYPE_CONSOLE) in show_tty_range()
/openbmc/linux/arch/um/drivers/
H A Dstdio_console.c55 .subtype = SYSTEM_TYPE_CONSOLE,
/openbmc/linux/include/linux/
H A Dtty_driver.h565 #define SYSTEM_TYPE_CONSOLE 0x0002 macro
/openbmc/linux/drivers/tty/
H A Dehv_bytechan.c787 driver->subtype = SYSTEM_TYPE_CONSOLE; in ehv_bc_init()