/titanic_41/usr/src/uts/common/io/ |
H A D | pckt.c | 332 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 D | ldterm.c | 1038 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 D | wscons.c | 1345 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 D | tl.c | 2701 (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 D | consconfig_dacf.c | 1087 (void) ldi_ioctl(new_lh, I_FLUSH, (intptr_t)FLUSHRW, in consconfig_prepare_dev()
|
H A D | gld.c | 5598 (void) putctl1(q, M_FLUSH, FLUSHRW); in gld_flushqueue()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | stropts.h | 48 #define FLUSHRW 3 /* flush both queues */ macro
|
/titanic_41/usr/src/lib/libnsl/nsl/ |
H A D | t_unbind.c | 122 if (ioctl(fd, I_FLUSH, FLUSHRW) < 0) { in _tx_unbind_locked()
|
H A D | t_open.c | 178 retval = ioctl(fd, I_FLUSH, FLUSHRW); in _tx_open()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | stropts.h | 127 #define FLUSHRW 0x03 /* flush both queues */ macro
|
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_tpi.c | 327 (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 D | tcp.c | 1884 (void) putnextctl1(connp->conn_rq, M_FLUSH, FLUSHRW); in tcp_disconnect()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | streamio.c | 2026 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 D | fifovnops.c | 1313 if (arg & ~FLUSHRW) { in fifo_fastioctl()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | codes.c | 2229 case FLUSHRW: str = "FLUSHRW"; break; in strflush()
|
/titanic_41/usr/src/uts/sun/io/ttymux/ |
H A D | ttymux.c | 1857 (void) putnextctl1(OTHERQ(q), M_FLUSH, FLUSHRW); in sm_sendup()
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | sockstr.c | 1598 (void) putnextctl1(strvp2wq(SOTOV(so)), M_FLUSH, FLUSHRW); in strsock_discon_ind()
|
H A D | socktpi.c | 1426 (void) putnextctl1(strvp2wq(SOTOV(so)), M_FLUSH, FLUSHRW); in sotpi_unbind()
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | clnt_cots.c | 2639 (void) putctl1(wq, M_FLUSH, FLUSHRW); in connmgr_connect()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcip.c | 5549 (void) putnextctl1(RD(wq), M_FLUSH, FLUSHRW); in fcip_ubreq()
|