Home
last modified time | relevance | path

Searched refs:MSGNOLOOP (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_pkt.c42 mp->b_flag |= MSGNOLOOP; in softmac_m_tx()
53 mp->b_flag |= MSGNOLOOP; in softmac_m_tx()
H A Dsoftmac_dev.c351 if (mp->b_flag & MSGNOLOOP) { in softmac_mod_rput()
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h431 #define MSGNOLOOP 0x02 /* don't loop message around to */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c174 { SF(MSGNOLOOP), "don't loop message to write side" },
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c880 if ((*bp->b_rptr & FLUSHW) && !(bp->b_flag & MSGNOLOOP)) { in strsink()
882 bp->b_flag |= MSGNOLOOP; in strsink()
2254 if ((*bp->b_rptr & FLUSHW) && !(bp->b_flag & MSGNOLOOP)) { in strrput_nondata()
2256 bp->b_flag |= MSGNOLOOP; in strrput_nondata()