Searched refs:FLUSHRW (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dstropts.h48 #define FLUSHRW 3 /* flush both queues */ macro
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_open.c178 retval = ioctl(fd, I_FLUSH, FLUSHRW);
H A Dt_unbind.c122 if (ioctl(fd, I_FLUSH, FLUSHRW) < 0) {
/illumos-gate/usr/src/uts/common/io/
H A Dpckt.c329 if ((*mp->b_rptr & FLUSHRW) != FLUSHRW)
330 if ((*mp->b_rptr & FLUSHRW) == FLUSHR)
332 else if ((*mp->b_rptr & FLUSHRW) == FLUSHW)
H A Dwscons.c1345 if (*mp->b_rptr == FLUSHW || *mp->b_rptr == FLUSHRW) {
1353 if (*mp->b_rptr == FLUSHR || *mp->b_rptr == FLUSHRW) {
H A Dldterm.c1038 ldterm_dosig(q, SIGINT, '\0', M_PCSIG, FLUSHRW);
1333 M_PCSIG, FLUSHRW);
1338 M_PCSIG, FLUSHRW);
1350 M_PCSIG, FLUSHRW);
1367 M_PCSIG, FLUSHRW);
4237 (void) putnextctl1(q, M_FLUSH, FLUSHRW);
4239 (void) putnextctl1(RD(q), M_FLUSH, FLUSHRW); local
H A Dconsconfig_dacf.c1087 (void) ldi_ioctl(new_lh, I_FLUSH, (intptr_t)FLUSHRW,
H A Dtl.c2702 (void) putnextctl1(RD(wq), M_FLUSH, FLUSHRW); local
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);
H A Dgld.c5598 (void) putctl1(q, M_FLUSH, FLUSHRW);
/illumos-gate/usr/src/uts/common/sys/
H A Dstropts.h127 #define FLUSHRW 0x03 /* flush both queues */ macro
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c327 (void) putnextctl1(connp->conn_rq, M_FLUSH, FLUSHRW);
1087 (void) putnextctl1(q, M_FLUSH, FLUSHRW);
H A Dtcp.c1884 (void) putnextctl1(connp->conn_rq, M_FLUSH, FLUSHRW);
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c2027 flushed_already = FLUSHRW;
2054 if (flushed_already != FLUSHRW) {
2056 *bp->b_rptr = FLUSHRW;
4419 * FLUSHRW - flush read/write queue
4423 if (arg & ~FLUSHRW)
4459 if (binfo.bi_flag & ~FLUSHRW)
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1315 if (arg & ~FLUSHRW) {
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c1598 (void) putnextctl1(strvp2wq(SOTOV(so)), M_FLUSH, FLUSHRW);
H A Dsocktpi.c1435 (void) putnextctl1(strvp2wq(SOTOV(so)), M_FLUSH, FLUSHRW);
/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux.c1857 (void) putnextctl1(OTHERQ(q), M_FLUSH, FLUSHRW); local
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c2239 case FLUSHRW: str = "FLUSHRW"; break;
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c2648 (void) putctl1(wq, M_FLUSH, FLUSHRW);
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c3851 * we have both FLUSHW and FLUSHR set with FLUSHRW
5549 (void) putnextctl1(RD(wq), M_FLUSH, FLUSHRW); local

Completed in 215 milliseconds