q_to_b            919 dev/ic/com.c   		int n = q_to_b(&tp->t_outq, buffer, sc->sc_fifolen);
q_to_b           1596 dev/pci/cz.c   			error = q_to_b(&tp->t_outq, 0, move);
q_to_b            551 dev/usb/ugen.c 			q_to_b(&sce->q, buffer, n);
q_to_b            346 dev/usb/uhid.c 		(void) q_to_b(&sc->sc_q, buffer, length);
q_to_b            504 kern/tty_pty.c 		cc = q_to_b(&tp->t_outq, buf, min(uio->uio_resid, BUFSIZ));
q_to_b            262 sys/tty.h      int	 q_to_b(struct clist *q, u_char *cp, int cc);