/src/sys/sys/ |
tty.h | 265 int b_to_q(const u_char *, int, struct clist *);
|
/src/sys/arch/arc/dev/ |
opms.c | 423 (void) b_to_q(buffer, sizeof buffer, &sc->sc_q);
|
/src/sys/kern/ |
tty_subr.c | 330 b_to_q(const u_char *cp, int count, struct clist *clp) function in typeref:typename:int 346 printf("b_to_q: required clalloc\n");
|
tty_pty.c | 773 cc = b_to_q(cp, cc, &tp->t_outq);
|
tty.c | 962 notout = b_to_q(" ", c, &tp->t_outq); 2354 i = b_to_q(cp, ce, &tp->t_outq);
|
/src/sys/dev/pci/ |
oboe.c | 557 (void)b_to_q(sc->sc_recv_bufs[sc->sc_rxs],
|
/src/sys/dev/usb/ |
uhid.c | 252 (void)b_to_q(data, len, &sc->sc_q);
|
ugen.c | 1365 (void)b_to_q(ibuf, count, &sce->q);
|
/src/sys/net/ |
if_sl.c | 828 if (b_to_q(bp, cp - bp, &tp->t_outq))
|
ppp_tty.c | 594 ndone = n - b_to_q(start, n, &tp->t_outq);
|