Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c1157 #define _LASTMARK 0x8000 /* Distinct from MSG*MARK */ in strread() macro
1265 mark |= _LASTMARK; in strread()
1318 if ((mark & _LASTMARK) && in strread()
1321 bp->b_flag |= mark & ~_LASTMARK; in strread()
1384 if ((uiop->uio_resid == 0) || (mark & _LASTMARK) || in strread()
1482 #undef _LASTMARK in strread()
6519 #define _LASTMARK 0x8000 /* Distinct from MSG*MARK */ in strgetmsg() macro
6704 mark |= _LASTMARK; in strgetmsg()
6713 if ((mark & _LASTMARK) && (stp->sd_mark == NULL)) in strgetmsg()
6715 bp->b_flag |= mark & ~_LASTMARK; in strgetmsg()
[all …]