Home
last modified time | relevance | path

Searched refs:noctty (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/
H A Dtty_io.c1898 /* noctty = 1; */ in tty_open_current_tty()
2103 int noctty, retval; in tty_open() local
2159 noctty = (filp->f_flags & O_NOCTTY) || in tty_open()
2164 if (!noctty) in tty_open()
/kernel/linux/linux-6.6/drivers/tty/
H A Dtty_io.c1887 /* noctty = 1; */ in tty_open_current_tty()
2114 int noctty, retval; in tty_open() local
2170 noctty = (filp->f_flags & O_NOCTTY) || in tty_open()
2175 if (!noctty) in tty_open()

Completed in 9 milliseconds