Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dpckt.c332 if ((*mp->b_rptr & FLUSHRW) != FLUSHRW) in pcktrput()
333 if ((*mp->b_rptr & FLUSHRW) == FLUSHR) in pcktrput()
335 else if ((*mp->b_rptr & FLUSHRW) == FLUSHW) in pcktrput()
H A Dldterm.c1038 ldterm_dosig(q, SIGINT, '\0', M_PCSIG, FLUSHRW); in ldtermrput()
1333 M_PCSIG, FLUSHRW); in ldtermrput()
1338 M_PCSIG, FLUSHRW); in ldtermrput()
1350 M_PCSIG, FLUSHRW); in ldtermrput()
1367 M_PCSIG, FLUSHRW); in ldtermrput()
4237 (void) putnextctl1(q, M_FLUSH, FLUSHRW); in ldterm_do_ioctl()
4239 (void) putnextctl1(RD(q), M_FLUSH, FLUSHRW); in ldterm_do_ioctl()
H A Dwscons.c1345 if (*mp->b_rptr == FLUSHW || *mp->b_rptr == FLUSHRW) { in wclrput()
1353 if (*mp->b_rptr == FLUSHR || *mp->b_rptr == FLUSHRW) { in wclrput()
H A Dtl.c2701 (void) putnextctl1(RD(wq), M_FLUSH, FLUSHRW); in tl_unbind()
3992 (void) putnextctl1(RD(wq), M_FLUSH, FLUSHRW); in tl_discon_req()
4129 (void) putnextctl1(peer_tep->te_rq, M_FLUSH, FLUSHRW); in tl_discon_req()
5696 (void) putnextctl1(tep->te_rq, M_FLUSH, FLUSHRW); in tl_discon_ind()
H A Dconsconfig_dacf.c1087 (void) ldi_ioctl(new_lh, I_FLUSH, (intptr_t)FLUSHRW, in consconfig_prepare_dev()
H A Dgld.c5598 (void) putctl1(q, M_FLUSH, FLUSHRW); in gld_flushqueue()
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dstropts.h48 #define FLUSHRW 3 /* flush both queues */ macro
/titanic_41/usr/src/lib/libnsl/nsl/
H A Dt_unbind.c122 if (ioctl(fd, I_FLUSH, FLUSHRW) < 0) { in _tx_unbind_locked()
H A Dt_open.c178 retval = ioctl(fd, I_FLUSH, FLUSHRW); in _tx_open()
/titanic_41/usr/src/uts/common/sys/
H A Dstropts.h127 #define FLUSHRW 0x03 /* flush both queues */ macro
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c327 (void) putnextctl1(connp->conn_rq, M_FLUSH, FLUSHRW); in tcp_tpi_unbind()
1087 (void) putnextctl1(q, M_FLUSH, FLUSHRW); in tcp_accept_finish()
H A Dtcp.c1884 (void) putnextctl1(connp->conn_rq, M_FLUSH, FLUSHRW); in tcp_disconnect()
/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c2026 flushed_already = FLUSHRW; in strrput_nondata()
2053 if (flushed_already != FLUSHRW) { in strrput_nondata()
2055 *bp->b_rptr = FLUSHRW; in strrput_nondata()
4422 if (arg & ~FLUSHRW) in strioctl()
4458 if (binfo.bi_flag & ~FLUSHRW) in strioctl()
/titanic_41/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1313 if (arg & ~FLUSHRW) { in fifo_fastioctl()
/titanic_41/usr/src/cmd/truss/
H A Dcodes.c2229 case FLUSHRW: str = "FLUSHRW"; break; in strflush()
/titanic_41/usr/src/uts/sun/io/ttymux/
H A Dttymux.c1857 (void) putnextctl1(OTHERQ(q), M_FLUSH, FLUSHRW); in sm_sendup()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c1598 (void) putnextctl1(strvp2wq(SOTOV(so)), M_FLUSH, FLUSHRW); in strsock_discon_ind()
H A Dsocktpi.c1426 (void) putnextctl1(strvp2wq(SOTOV(so)), M_FLUSH, FLUSHRW); in sotpi_unbind()
/titanic_41/usr/src/uts/common/rpc/
H A Dclnt_cots.c2639 (void) putctl1(wq, M_FLUSH, FLUSHRW); in connmgr_connect()
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c5549 (void) putnextctl1(RD(wq), M_FLUSH, FLUSHRW); in fcip_ubreq()