Home
last modified time | relevance | path

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

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