Symbol: FLUSHRW
usr/src/cmd/truss/codes.c
2513
case FLUSHRW: str = "FLUSHRW"; break;
usr/src/lib/libnsl/nsl/t_open.c
176
retval = ioctl(fd, I_FLUSH, FLUSHRW);
usr/src/lib/libnsl/nsl/t_unbind.c
120
if (ioctl(fd, I_FLUSH, FLUSHRW) < 0) {
usr/src/uts/common/fs/fifofs/fifovnops.c
1332
if (arg & ~FLUSHRW) {
usr/src/uts/common/fs/sockfs/sockstr.c
1598
(void) putnextctl1(strvp2wq(SOTOV(so)), M_FLUSH, FLUSHRW);
usr/src/uts/common/fs/sockfs/socktpi.c
1379
(void) putnextctl1(strvp2wq(SOTOV(so)), M_FLUSH, FLUSHRW);
usr/src/uts/common/inet/tcp/tcp.c
1913
(void) putnextctl1(connp->conn_rq, M_FLUSH, FLUSHRW);
usr/src/uts/common/inet/tcp/tcp_tpi.c
1092
(void) putnextctl1(q, M_FLUSH, FLUSHRW);
usr/src/uts/common/inet/tcp/tcp_tpi.c
331
(void) putnextctl1(connp->conn_rq, M_FLUSH, FLUSHRW);
usr/src/uts/common/io/consconfig_dacf.c
1106
(void) ldi_ioctl(new_lh, I_FLUSH, (intptr_t)FLUSHRW,
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
5369
(void) putnextctl1(RD(wq), M_FLUSH, FLUSHRW);
usr/src/uts/common/io/gld.c
5303
(void) putctl1(q, M_FLUSH, FLUSHRW);
usr/src/uts/common/io/ldterm.c
1053
ldterm_dosig(q, SIGINT, '\0', M_PCSIG, FLUSHRW);
usr/src/uts/common/io/ldterm.c
1348
M_PCSIG, FLUSHRW);
usr/src/uts/common/io/ldterm.c
1353
M_PCSIG, FLUSHRW);
usr/src/uts/common/io/ldterm.c
1365
M_PCSIG, FLUSHRW);
usr/src/uts/common/io/ldterm.c
1382
M_PCSIG, FLUSHRW);
usr/src/uts/common/io/ldterm.c
4259
(void) putnextctl1(q, M_FLUSH, FLUSHRW);
usr/src/uts/common/io/ldterm.c
4261
(void) putnextctl1(RD(q), M_FLUSH, FLUSHRW);
usr/src/uts/common/io/pckt.c
329
if ((*mp->b_rptr & FLUSHRW) != FLUSHRW)
usr/src/uts/common/io/pckt.c
330
if ((*mp->b_rptr & FLUSHRW) == FLUSHR)
usr/src/uts/common/io/pckt.c
332
else if ((*mp->b_rptr & FLUSHRW) == FLUSHW)
usr/src/uts/common/io/tl.c
2790
(void) putnextctl1(RD(wq), M_FLUSH, FLUSHRW);
usr/src/uts/common/io/tl.c
4083
(void) putnextctl1(RD(wq), M_FLUSH, FLUSHRW);
usr/src/uts/common/io/tl.c
4220
(void) putnextctl1(peer_tep->te_rq, M_FLUSH, FLUSHRW);
usr/src/uts/common/io/tl.c
5854
(void) putnextctl1(tep->te_rq, M_FLUSH, FLUSHRW);
usr/src/uts/common/io/wscons.c
1251
if (*mp->b_rptr == FLUSHW || *mp->b_rptr == FLUSHRW) {
usr/src/uts/common/io/wscons.c
1259
if (*mp->b_rptr == FLUSHR || *mp->b_rptr == FLUSHRW) {
usr/src/uts/common/os/streamio.c
2096
flushed_already = FLUSHRW;
usr/src/uts/common/os/streamio.c
2123
if (flushed_already != FLUSHRW) {
usr/src/uts/common/os/streamio.c
2125
*bp->b_rptr = FLUSHRW;
usr/src/uts/common/os/streamio.c
4548
if (arg & ~FLUSHRW)
usr/src/uts/common/os/streamio.c
4584
if (binfo.bi_flag & ~FLUSHRW)
usr/src/uts/common/rpc/clnt_cots.c
2698
(void) putctl1(wq, M_FLUSH, FLUSHRW);