Searched defs:M_FLUSH (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtty_common.c88 * Check whether IMAXBEL is set; if so, output a ^G, otherwise send an M_FLUSH
105 (void) putnextctl1(q, M_FLUSH, FLUSHR);
140 * Flush the driver's queue, and send an M_FLUSH upstream
144 (void) putnextctl1(RD(q), M_FLUSH, FLUSHR); local
172 * Flush the driver's queue, and send an M_FLUSH upstream
176 (void) putnextctl1(RD(q), M_FLUSH, FLUSHR); local
H A Dtty_pts.c383 * Respond to M_STOP, M_START, M_IOCTL, and M_FLUSH messages here;
422 case M_FLUSH:
695 (void) putnextctl1(RD(q), M_FLUSH, FLUSHR); local
724 (void) putnextctl1(RD(q), M_FLUSH, FLUSHR); local
H A Dldterm.c1155 case M_FLUSH:
1560 (void) putctl1(q, M_FLUSH, FLUSHR);
1612 (void) putnextctl1(q, M_FLUSH, FLUSHW);
1620 (void) putctl1(WR(q), M_FLUSH, FLUSHR); local
3053 case M_FLUSH:
3997 (void) putnextctl1(q, M_FLUSH, FLUSHW);
4013 * Signal generated by the reader: M_PCSIG and M_FLUSH messages sent.
4037 (void) putnextctl1(WR(q), M_FLUSH, mode); local
4047 * Since we can't be sure our M_FLUSH
4054 * flushed by the M_FLUSH sen
4227 (void) putctl1(RD(q), M_FLUSH, FLUSHR); local
4232 (void) putnextctl1(RD(q), M_FLUSH, FLUSHW); local
4239 (void) putnextctl1(RD(q), M_FLUSH, FLUSHRW); local
[all...]
H A Dtl.c1760 case M_FLUSH:
1762 * do canonical M_FLUSH processing
2699 * send up a M_FLUSH to flush both
2702 (void) putnextctl1(RD(wq), M_FLUSH, FLUSHRW); local
3634 (void) putnextctl1(acc_ep->te_rq, M_FLUSH, FLUSHR);
3993 (void) putnextctl1(RD(wq), M_FLUSH, FLUSHRW); local
4130 (void) putnextctl1(peer_tep->te_rq, M_FLUSH, FLUSHRW);
5747 (void) putnextctl1(tep->te_rq, M_FLUSH, FLUSHRW);
/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux.c1100 case M_FLUSH:
1135 (void) putnextctl1(SM_WQ(plqi), M_FLUSH, local
1593 case M_FLUSH:
1849 (void) putnextctl1(OTHERQ(q), M_FLUSH, local
1857 (void) putnextctl1(OTHERQ(q), M_FLUSH, FLUSHRW); local
1867 case M_FLUSH:
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c3845 case M_FLUSH:
5549 (void) putnextctl1(RD(wq), M_FLUSH, FLUSHRW); local
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h453 #define M_FLUSH 0x86 /* flush your queues */ macro

Completed in 103 milliseconds