Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtty.h513 extern int tty_alloc_file(struct file *file);
/linux-4.4.14/drivers/tty/
Dpty.c751 retval = tty_alloc_file(filp); in ptmx_open()
Dtty_io.c186 int tty_alloc_file(struct file *file) in tty_alloc_file() function
2046 retval = tty_alloc_file(filp); in tty_open()