Home
last modified time | relevance | path

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

/xnu-10002.41.9/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()