b_to_q            836 dev/usb/ugen.c 	(void)b_to_q(ibuf, count, &sce->q);
b_to_q            236 dev/usb/uhid.c 	(void)b_to_q(data, len, &sc->sc_q);
b_to_q            621 kern/tty.c     			notout = b_to_q("        ", c, &tp->t_outq);
b_to_q           1784 kern/tty.c     			i = b_to_q(cp, ce, &tp->t_outq);
b_to_q            550 kern/tty_pty.c 				(void) b_to_q((char *)cp, cc, &tp->t_canq);
b_to_q            637 net/if_sl.c    					if (b_to_q((u_char *)bp, cp - bp,
b_to_q            639 net/if_sl.c    					if (b_to_q((char *)bp, cp - bp,
b_to_q            597 net/if_strip.c 	if (b_to_q((ttychar_t *)sc->sc_txbuf,
b_to_q            633 net/if_strip.c 	if (b_to_q((ttychar_t *)hdr, STRIP_HDRLEN, &tp->t_outq)) {
b_to_q           1377 net/if_strip.c 	if ((i = b_to_q(InitString, sizeof(InitString) - 1, &tp->t_outq))) {
b_to_q           1426 net/if_strip.c 	overflow = b_to_q((ttychar_t *)strip_probestr, 2, &tp->t_outq);
b_to_q            576 net/ppp_tty.c  		    ndone = n - b_to_q(start, n, &tp->t_outq);
b_to_q            254 sys/tty.h      int	 b_to_q(u_char *cp, int cc, struct clist *q);