Searched refs:q_to_b (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/arm/
H A Dkm.c360 (void) q_to_b(&tp->t_outq, buf, cc);
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dkm.c359 (void) q_to_b(&tp->t_outq, buf, cc);
/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h279 int q_to_b(struct clist *q, u_char *cp, int cc);
/darwin-on-arm/xnu/bsd/kern/
H A Dtty_subr.c173 q_to_b(struct clist *clp, u_char *cp, int count) function
H A Dtty_pty.c336 cc = q_to_b(&tp->t_canq, (u_char *)buf, cc);
546 cc = q_to_b(&tp->t_outq, (u_char *)buf, min(uio_resid(uio), BUFSIZ));
H A Dtty_ptmx.c719 cc = q_to_b(&tp->t_canq, (u_char *)buf, cc);
945 cc = q_to_b(&tp->t_outq, (u_char *)buf, min(uio_resid(uio), BUFSIZ));
H A Dtty.c2149 icc = q_to_b(qp, (u_char *)ibuf, icc);

Completed in 98 milliseconds