ndqb             1160 arch/i386/isa/pccom.c 	count = ndqb(&tp->t_outq, 0);
ndqb              611 dev/ic/z8530tty.c 	nch = ndqb(&tp->t_outq, 0);	/* XXX */
ndqb             1605 dev/pci/cz.c   			move = min(ndqb(&tp->t_outq, 0), move);
ndqb             1137 dev/sbus/magma.c 			mp->mp_txc = ndqb(&tp->t_outq, 0);
ndqb              751 dev/sbus/spif.c 			sp->sp_txc = ndqb(&tp->t_outq, 0);
ndqb              965 dev/usb/ucom.c 	cnt = ndqb(&tp->t_outq, 0);
ndqb             1429 dev/wscons/wsdisplay.c 	n = ndqb(&tp->t_outq, 0);
ndqb             1450 dev/wscons/wsdisplay.c 	if ((n = ndqb(&tp->t_outq, 0)) > 0) {
ndqb              259 sys/tty.h      int	 ndqb(struct clist *q, int flag);