Home
last modified time | relevance | path

Searched refs:ndflush (Results 1 – 14 of 14) sorted by relevance

/openbsd/src/sys/sys/
Dtty.h258 void ndflush(struct clist *q, int cc);
/openbsd/src/sys/kern/
Dtty_subr.c196 ndflush(struct clist *clp, int count) in ndflush() function
Dtty_pty.c859 ndflush(&tp->t_outq, tp->t_outq.c_cc); in ptyioctl()
Dtty.c220 ndflush(q, (q)->c_cc); \
/openbsd/src/sys/arch/luna88k/dev/
Dsiotty.c302 ndflush(&tp->t_outq, (int)(sc->sc_tba - tp->t_outq.c_cf)); in siotty_txsoft()
/openbsd/src/sys/arch/sh/dev/
Dscif.c1031 ndflush(&tp->t_outq, (int)(sc->sc_tba - tp->t_outq.c_cf)); in scif_txsoft()
/openbsd/src/sys/dev/sbus/
Dspif.c941 ndflush(&tp->t_outq, in spifsoftintr()
Dmagma.c726 ndflush(&tp->t_outq, mp->mp_txp - tp->t_outq.c_cf); in magma_soft()
/openbsd/src/sys/dev/pci/
Dcz.c1570 ndflush(&tp->t_outq, move); in cztty_transmit()
/openbsd/src/sys/dev/ic/
Dz8530tty.c1563 ndflush(&tp->t_outq, (int)(zst->zst_tba - tp->t_outq.c_cf)); in zstty_txsoft()
/openbsd/src/sys/dev/usb/
Ducom.c1112 ndflush(&tp->t_outq, cc); in ucomwritecb()
Dugen.c460 ndflush(&sce->q, sce->q.c_cc); in ugen_do_close()
/openbsd/src/sys/arch/sparc64/dev/
Dsab.c624 ndflush(&tp->t_outq, sc->sc_txp - tp->t_outq.c_cf); in sabtty_softintr()
/openbsd/src/sys/dev/wscons/
Dwsdisplay.c1497 ndflush(&tp->t_outq, done); in wsdisplaystart()
1508 ndflush(&tp->t_outq, done); in wsdisplaystart()