Searched refs:tty_write_lock (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtty.h483 extern int tty_write_lock(struct tty_struct *tty, int ndelay);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dtty_io.c966 int tty_write_lock(struct tty_struct *tty, int ndelay) function
991 ret = tty_write_lock(tty, file->f_flags & O_NDELAY);
2382 if (tty_write_lock(tty, 0) < 0)
H A Dtty_ioctl.c888 if (tty_write_lock(tty, 0) < 0)

Completed in 62 milliseconds