Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dtty.h281 void ndflush(struct clist *q, int cc);
/xnu-10002.41.9/bsd/kern/
H A Dtty_subr.c263 ndflush(struct clist *clp, int count) in ndflush() function
H A Dtty_dev.c1061 ndflush(&tp->t_outq, tp->t_outq.c_cc);
H A Dtty.c464 ndflush(q, (q)->c_cc); \