Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dtty.h285 int q_to_b(struct clist *q, u_char *cp, int cc);
/xnu-8796.121.2/bsd/dev/i386/
H A Dkm.c366 (void) q_to_b(&tp->t_outq, buf, cc); in kmoutput()
/xnu-8796.121.2/bsd/dev/arm/
H A Dkm.c362 (void) q_to_b(&tp->t_outq, buf, cc); in kmoutput()
/xnu-8796.121.2/bsd/kern/
H A Dtty_subr.c180 q_to_b(struct clist *clp, u_char *cp, int count) in q_to_b() function
H A Dtty_dev.c665 cc = q_to_b(&tp->t_outq, (u_char *)buf, MIN((int)uio_resid(uio), BUFSIZ));
H A Dtty.c2211 icc = q_to_b(qp, (u_char *)ibuf, icc); in ttread()