Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c1327 mark = bp->b_flag & (MSGMARK | MSGMARKNEXT | MSGNOTMARKNEXT); in strread()
1328 ASSERT((mark & (MSGMARKNEXT|MSGNOTMARKNEXT)) != in strread()
1329 (MSGMARKNEXT|MSGNOTMARKNEXT)); in strread()
1416 (MSGMARKNEXT|MSGNOTMARKNEXT|MSGMARK)) { in strread()
1420 } else if (mark & MSGNOTMARKNEXT) { in strread()
1672 q->q_last->b_flag &= ~MSGNOTMARKNEXT; in strrput()
1678 } else if (bp->b_flag & MSGNOTMARKNEXT) { in strrput()
1686 q->q_last->b_flag |= MSGNOTMARKNEXT; in strrput()
1754 lbp->b_flag &= ~MSGNOTMARKNEXT; in strrput()
1756 } else if (bp->b_flag & MSGNOTMARKNEXT) { in strrput()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h436 #define MSGNOTMARKNEXT 0x20 /* Private: ... not marked */ macro
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c3336 mp1->b_flag |= MSGNOTMARKNEXT; in tcp_input_data()
3630 mp1->b_flag |= MSGNOTMARKNEXT; in tcp_input_data()
3775 ~MSGNOTMARKNEXT; in tcp_input_data()
3837 ~MSGNOTMARKNEXT; in tcp_input_data()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c178 { SF(MSGNOTMARKNEXT), "Private: ... not marked" },
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c2180 mp->b_flag = atmark ? MSGMARKNEXT : MSGNOTMARKNEXT; in so_quiesced_cb()