Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dtty_io.c1988 int *noctty, int *index) in tty_lookup_driver() argument
1998 *noctty = 1; in tty_lookup_driver()
2009 *noctty = 1; in tty_lookup_driver()
2051 int noctty, retval; in tty_open() local
2064 noctty = filp->f_flags & O_NOCTTY; in tty_open()
2071 driver = tty_lookup_driver(device, filp, &noctty, &index); in tty_open()
2112 noctty = 1; in tty_open()
2148 if (!noctty && in tty_open()