Searched refs:ndflush (Results 1 – 14 of 14) sorted by relevance
| /openbsd/src/sys/sys/ |
| D | tty.h | 258 void ndflush(struct clist *q, int cc);
|
| /openbsd/src/sys/kern/ |
| D | tty_subr.c | 196 ndflush(struct clist *clp, int count) in ndflush() function
|
| D | tty_pty.c | 859 ndflush(&tp->t_outq, tp->t_outq.c_cc); in ptyioctl()
|
| D | tty.c | 220 ndflush(q, (q)->c_cc); \
|
| /openbsd/src/sys/arch/luna88k/dev/ |
| D | siotty.c | 302 ndflush(&tp->t_outq, (int)(sc->sc_tba - tp->t_outq.c_cf)); in siotty_txsoft()
|
| /openbsd/src/sys/arch/sh/dev/ |
| D | scif.c | 1031 ndflush(&tp->t_outq, (int)(sc->sc_tba - tp->t_outq.c_cf)); in scif_txsoft()
|
| /openbsd/src/sys/dev/sbus/ |
| D | spif.c | 941 ndflush(&tp->t_outq, in spifsoftintr()
|
| D | magma.c | 726 ndflush(&tp->t_outq, mp->mp_txp - tp->t_outq.c_cf); in magma_soft()
|
| /openbsd/src/sys/dev/pci/ |
| D | cz.c | 1570 ndflush(&tp->t_outq, move); in cztty_transmit()
|
| /openbsd/src/sys/dev/ic/ |
| D | z8530tty.c | 1563 ndflush(&tp->t_outq, (int)(zst->zst_tba - tp->t_outq.c_cf)); in zstty_txsoft()
|
| /openbsd/src/sys/dev/usb/ |
| D | ucom.c | 1112 ndflush(&tp->t_outq, cc); in ucomwritecb()
|
| D | ugen.c | 460 ndflush(&sce->q, sce->q.c_cc); in ugen_do_close()
|
| /openbsd/src/sys/arch/sparc64/dev/ |
| D | sab.c | 624 ndflush(&tp->t_outq, sc->sc_txp - tp->t_outq.c_cf); in sabtty_softintr()
|
| /openbsd/src/sys/dev/wscons/ |
| D | wsdisplay.c | 1497 ndflush(&tp->t_outq, done); in wsdisplaystart() 1508 ndflush(&tp->t_outq, done); in wsdisplaystart()
|