Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/kern/ !
H A Dtty.c131 static int ttywflush(struct tty *tp);
1808 ttywflush(struct tty *tp) in ttywflush() function
1987 if ((flag & FNONBLOCK) || ttywflush(tp)) { in ttylclose()