Home
last modified time | relevance | path

Searched refs:MSGMARK (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dlogindmux.c784 if (mp->b_flag & MSGMARK) { in logdmuxlrput()
791 mp->b_flag &= ~MSGMARK; in logdmuxlrput()
H A Dtelmod.c410 mp->b_flag |= MSGMARK; in telmodrput()
H A Drlmod.c450 mp->b_flag |= MSGMARK; in rlmodrput()
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c1327 mark = bp->b_flag & (MSGMARK | MSGMARKNEXT | MSGNOTMARKNEXT); in strread()
1416 (MSGMARKNEXT|MSGNOTMARKNEXT|MSGMARK)) { in strread()
1716 (bp->b_flag & (MSGMARK|MSGDELIM)) == 0) { in strrput()
1735 !(lbp->b_flag & (MSGDELIM|MSGMARK|MSGMARKNEXT))) { in strrput()
1862 if (bp->b_flag & MSGMARK) in strrput()
5673 else if ((arg == ANYMARK) && (mp->b_flag & MSGMARK)) in strioctl()
6826 mark = bp->b_flag & (MSGMARK | MSGMARKNEXT | MSGNOTMARKNEXT); in strgetmsg()
7052 if (mark & (MSGMARKNEXT|MSGNOTMARKNEXT|MSGMARK)) { in strgetmsg()
7725 if (mark & (MSGMARKNEXT|MSGNOTMARKNEXT|MSGMARK)) { in kstrgetmsg()
8501 ((qfirst->b_flag & (MSGMARK|MSGDELIM)) == 0) && in putback()
[all …]
H A Dstrsubr.c7998 else if (rq->q_first != NULL && (rq->q_first->b_flag & MSGMARK)) in strwaitmark()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_notify.c64 mp->b_flag |= MSGMARK; in sctp_notify()
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h430 #define MSGMARK 0x01 /* last byte of message is "marked" */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c173 { SF(MSGMARK), "last byte of message is marked" },
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c1367 mp->b_flag |= MSGMARK; in so_oob_exdata()