Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dtty.h277 int b_to_q(const u_char *cp, int cc, struct clist *q);
/xnu-12377.41.6/bsd/kern/
H A Dtty_subr.c390 b_to_q(const u_char *cp, int count, struct clist *clp) in b_to_q() function
H A Dtty.c914 c -= b_to_q((const u_char *)" ", c, &tp->t_outq); in ttyoutput()
2609 i = b_to_q((u_char *)cp, ce, &tp->t_outq); in ttwrite()