Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dpckt.c329 if ((*mp->b_rptr & FLUSHRW) != FLUSHRW) in pcktrput()
330 if ((*mp->b_rptr & FLUSHRW) == FLUSHR) in pcktrput()
332 else if ((*mp->b_rptr & FLUSHRW) == FLUSHW) in pcktrput()
H A Dldterm.c1053 ldterm_dosig(q, SIGINT, '\0', M_PCSIG, FLUSHRW); in ldtermrput()
1348 M_PCSIG, FLUSHRW); in ldtermrput()
1353 M_PCSIG, FLUSHRW); in ldtermrput()
1365 M_PCSIG, FLUSHRW); in ldtermrput()
1382 M_PCSIG, FLUSHRW); in ldtermrput()
4259 (void) putnextctl1(q, M_FLUSH, FLUSHRW); in ldterm_do_ioctl()
4261 (void) putnextctl1(RD(q), M_FLUSH, FLUSHRW); in ldterm_do_ioctl()
H A Dwscons.c1251 if (*mp->b_rptr == FLUSHW || *mp->b_rptr == FLUSHRW) { in wclrput()
1259 if (*mp->b_rptr == FLUSHR || *mp->b_rptr == FLUSHRW) { in wclrput()
H A Dtl.c2790 (void) putnextctl1(RD(wq), M_FLUSH, FLUSHRW); in tl_unbind()
4083 (void) putnextctl1(RD(wq), M_FLUSH, FLUSHRW); in tl_discon_req()
4220 (void) putnextctl1(peer_tep->te_rq, M_FLUSH, FLUSHRW); in tl_discon_req()
5841 (void) putnextctl1(tep->te_rq, M_FLUSH, FLUSHRW); in tl_discon_ind()
H A Dconsconfig_dacf.c1106 (void) ldi_ioctl(new_lh, I_FLUSH, (intptr_t)FLUSHRW, in consconfig_prepare_dev()
H A Dgld.c5303 (void) putctl1(q, M_FLUSH, FLUSHRW); in gld_flushqueue()
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_unbind.c120 if (ioctl(fd, I_FLUSH, FLUSHRW) < 0) { in _tx_unbind_locked()
H A Dt_open.c176 retval = ioctl(fd, I_FLUSH, FLUSHRW); in _tx_open()
/illumos-gate/usr/src/uts/common/sys/
H A Dstropts.h125 #define FLUSHRW 0x03 /* flush both queues */ macro
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c331 (void) putnextctl1(connp->conn_rq, M_FLUSH, FLUSHRW); in tcp_tpi_unbind()
1093 (void) putnextctl1(q, M_FLUSH, FLUSHRW); in tcp_accept_finish()
H A Dtcp.c1913 (void) putnextctl1(connp->conn_rq, M_FLUSH, FLUSHRW); in tcp_disconnect()
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c2096 flushed_already = FLUSHRW; in strrput_nondata()
2123 if (flushed_already != FLUSHRW) { in strrput_nondata()
2125 *bp->b_rptr = FLUSHRW; in strrput_nondata()
4548 if (arg & ~FLUSHRW) in strioctl()
4584 if (binfo.bi_flag & ~FLUSHRW) in strioctl()
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1331 if (arg & ~FLUSHRW) { in fifo_fastioctl()
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c2272 case FLUSHRW: str = "FLUSHRW"; break; in strflush()
/illumos-gate/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.c1394 (void) putnextctl1(strvp2wq(SOTOV(so)), M_FLUSH, FLUSHRW); in sotpi_unbind()
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c2648 (void) putctl1(wq, M_FLUSH, FLUSHRW); in connmgr_connect()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c5369 (void) putnextctl1(RD(wq), M_FLUSH, FLUSHRW); in fcip_ubreq()