Searched refs:b_to_q (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h270 int b_to_q(const u_char *cp, int cc, struct clist *q);
/darwin-on-arm/xnu/bsd/kern/
H A Dtty_subr.c358 b_to_q(const u_char *cp, int count, struct clist *clp) function
370 printf("b_to_q: required clalloc\n");
H A Dtty_pty.c690 cc = b_to_q((u_char *)cp, cc, &tp->t_canq);
693 * is >= TTYHOG, so the above b_to_q() may
H A Dtty.c909 c -= b_to_q((const u_char *)" ", c, &tp->t_outq);
2419 i = b_to_q((u_char *)cp, ce, &tp->t_outq);
H A Dtty_ptmx.c1205 cc = b_to_q((u_char *)cp, cc, &tp->t_canq);
1208 * is >= TTYHOG, so the above b_to_q() may

Completed in 77 milliseconds