Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/tty/
Dtty_io.c272 int tty_paranoia_check(struct tty_struct *tty, struct inode *inode, in tty_paranoia_check() function
972 if (tty_paranoia_check(tty, inode, "tty_read")) in tty_read()
1151 if (tty_paranoia_check(tty, inode, "tty_write")) in tty_write()
1637 if (tty_paranoia_check(tty, inode, __func__)) in tty_release()
2049 if (tty_paranoia_check(tty, filp->f_path.dentry->d_inode, "tty_poll")) in tty_poll()
2065 if (tty_paranoia_check(tty, filp->f_path.dentry->d_inode, "tty_fasync")) in __tty_fasync()
2638 if (tty_paranoia_check(tty, inode, "tty_ioctl")) in tty_ioctl()
2779 if (tty_paranoia_check(tty, inode, "tty_ioctl")) in tty_compat_ioctl()
/linux-3.4.99/include/linux/
Dtty.h402 extern int tty_paranoia_check(struct tty_struct *tty, struct inode *inode,