Symbol: ndflush
sys/arch/arc/dev/opms.c
132
#define FLUSHQ(q) { if((q)->c_cc) ndflush(q, (q)->c_cc); }
sys/arch/arc/dev/opms.c
349
ndflush(&sc->sc_q, sc->sc_q.c_cc);
sys/arch/arm/at91/at91dbgu.c
915
ndflush(&tp->t_outq, (int)(sc->sc_tba - tp->t_outq.c_cf));
sys/arch/arm/at91/at91usart.c
465
ndflush(&tp->t_outq, len);
sys/arch/arm/clps711x/clpscom.c
409
ndflush(&tp->t_outq,
sys/arch/arm/ep93xx/epcom.c
909
ndflush(&tp->t_outq, (int)(sc->sc_tba - tp->t_outq.c_cf));
sys/arch/arm/imx/imxuart.c
1631
ndflush(&tp->t_outq, (int)(sc->sc_tba - tp->t_outq.c_cf));
sys/arch/arm/ixp12x0/ixp12x0_com.c
913
ndflush(&tp->t_outq, (int)(sc->sc_tba - tp->t_outq.c_cf));
sys/arch/arm/s3c2xx0/sscom.c
1470
ndflush(&tp->t_outq, (int)(sc->sc_tba - tp->t_outq.c_cf));
sys/arch/arm/sa11x0/sa11x0_com.c
1227
ndflush(&tp->t_outq, (int)(sc->sc_tba - tp->t_outq.c_cf));
sys/arch/arm/xilinx/zynq_uart.c
1581
ndflush(&tp->t_outq, (int)(sc->sc_tba - tp->t_outq.c_cf));
sys/arch/atari/dev/ser.c
1129
ndflush(&tp->t_outq, (int)(sc->sc_tba - tp->t_outq.c_cf));
sys/arch/atari/dev/zs.c
822
ndflush(&tp->t_outq,
sys/arch/emips/ebus/dz_ebus.c
594
ndflush(&tp->t_outq, cl->c_cc);
sys/arch/epoc32/windermere/wmcom.c
339
ndflush(&tp->t_outq,
sys/arch/evbarm/dev/plcom.c
1981
ndflush(&tp->t_outq, (int)(sc->sc_tba - tp->t_outq.c_cf));
sys/arch/evbppc/virtex/dev/xlcom.c
261
ndflush(&tp->t_outq,
sys/arch/hpcmips/tx/txcom.c
771
ndflush(&tp->t_outq, (int)(sc->sc_tba - tp->t_outq.c_cf));
sys/arch/luna68k/dev/siotty.c
350
ndflush(&tp->t_outq, (int)(sc->sc_tba - tp->t_outq.c_cf));
sys/arch/mips/adm5120/dev/uart.c
313
ndflush(&tp->t_outq, cnt);
sys/arch/mips/sibyte/dev/sbjcn.c
1312
ndflush(&tp->t_outq, (int)(ch->ch_tba - tp->t_outq.c_cf));
sys/arch/mips/sibyte/dev/sbscn.c
1418
ndflush(&tp->t_outq, (int)(ch->ch_tba - tp->t_outq.c_cf));
sys/arch/powerpc/mpc5200/psc.c
410
ndflush(&tp->t_outq,
sys/arch/sh3/dev/sci.c
994
ndflush(&tp->t_outq, (int)(sc->sc_tba - tp->t_outq.c_cf));
sys/arch/sh3/dev/scif.c
1117
ndflush(&tp->t_outq, (int)(sc->sc_tba - tp->t_outq.c_cf));
sys/arch/sparc64/dev/kd.c
347
ndflush(cl, cl->c_cc);
sys/arch/sparc64/dev/sab.c
666
ndflush(&tp->t_outq, sc->sc_txp - tp->t_outq.c_cf);
sys/arch/sun2/dev/kd.c
393
ndflush(cl, cl->c_cc);
sys/arch/sun3/dev/kd.c
321
ndflush(cl, cl->c_cc);
sys/arch/vax/uba/qvaux.c
502
ndflush (&tp->t_outq, cl->c_cc);
sys/dev/arcbios/arcbios_tty.c
205
ndflush(&tp->t_outq, count);
sys/dev/dec/dz.c
363
ndflush (&tp->t_outq, cl->c_cc);
sys/dev/goldfish/gftty.c
690
ndflush(&tp->t_outq, n);
sys/dev/goldfish/gftty.c
695
ndflush(&tp->t_outq, n);
sys/dev/ic/cd18xx.c
1440
ndflush(&tp->t_outq, (int)(p->p_tba - tp->t_outq.c_cf));
sys/dev/ic/clmpcc.c
1405
ndflush(&tp->t_outq,
sys/dev/ic/com.c
2293
ndflush(&tp->t_outq, (int)(sc->sc_tba - tp->t_outq.c_cf));
sys/dev/ic/z8530tty.c
1651
ndflush(&tp->t_outq, (int)(zst->zst_tba - tp->t_outq.c_cf));
sys/dev/marvell/gtmpsc.c
511
ndflush(&tp->t_outq, (int)(sc->sc_tba - tp->t_outq.c_cf));
sys/dev/pci/cz.c
1604
ndflush(&tp->t_outq, move);
sys/dev/qbus/dhu.c
414
ndflush(&tp->t_outq, sc->sc_dhu[line].dhu_cc);
sys/dev/sbus/magma.c
787
ndflush(&tp->t_outq, mp->mp_txp - tp->t_outq.c_cf);
sys/dev/sbus/spif.c
949
ndflush(&tp->t_outq,
sys/dev/usb/ucom.c
1737
ndflush(&tp->t_outq, cc);
sys/dev/usb/ucycom.c
661
ndflush(&tp->t_outq, sc->sc_wlen);
sys/dev/usb/ugen.c
784
ndflush(&sce->q, sce->q.c_cc);
sys/dev/wscons/wsdisplay.c
1719
ndflush(&tp->t_outq, n);
sys/dev/wscons/wsdisplay.c
1739
ndflush(&tp->t_outq, n);
sys/kern/tty.c
521
ndflush(q, (q)->c_cc); \
sys/kern/tty_pty.c
1157
ndflush(&tp->t_outq, tp->t_outq.c_cc);
sys/sys/tty.h
269
void ndflush(struct clist *, int);