Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dtty.h306 int ttypause(struct tty *, int);
/netbsd-src/sys/kern/
H A Dtty.c1079 error = ttypause(tp, hz); in ttioctl()
2008 error = ttypause(tp, hz); in ttread()
2130 error = ttypause(tp, hz); in ttread()
2274 error = ttypause(tp, hz); in ttwrite()
2876 ttypause(struct tty *tp, int timo) in ttypause() function
H A Dtty_pty.c449 error = ttypause(tp, hz); in ptsread()