Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/
Dtty_io.c1974 int *noctty, int *index) in tty_lookup_driver() argument
1984 *noctty = 1; in tty_lookup_driver()
1995 *noctty = 1; in tty_lookup_driver()
2037 int noctty, retval; in tty_open() local
2050 noctty = filp->f_flags & O_NOCTTY; in tty_open()
2057 driver = tty_lookup_driver(device, filp, &noctty, &index); in tty_open()
2107 noctty = 1; in tty_open()
2141 if (!noctty && in tty_open()