Searched refs:q_to_b (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | tty.h | 286 int q_to_b(struct clist *q, u_char *cp, int cc);
|
| /xnu-12377.41.6/bsd/dev/i386/ |
| H A D | km.c | 360 (void) q_to_b(&tp->t_outq, buf, cc); in kmoutput()
|
| /xnu-12377.41.6/bsd/dev/arm/ |
| H A D | km.c | 356 (void) q_to_b(&tp->t_outq, buf, cc); in kmoutput()
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | tty_subr.c | 180 q_to_b(struct clist *clp, u_char *cp, int count) in q_to_b() function
|
| H A D | tty_dev.c | 700 cc = q_to_b(&tp->t_outq, (u_char *)buf, MIN((int)uio_resid(uio), BUFSIZ));
|
| H A D | tty.c | 2321 icc = q_to_b(qp, (u_char *)ibuf, icc); in ttread()
|