Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c1227 #define _LASTMARK 0x8000 /* Distinct from MSG*MARK */ in strread() macro
1335 mark |= _LASTMARK; in strread()
1388 if ((mark & _LASTMARK) && in strread()
1391 bp->b_flag |= mark & ~_LASTMARK; in strread()
1454 if ((uiop->uio_resid == 0) || (mark & _LASTMARK) || in strread()
1552 #undef _LASTMARK in strread()
6645 #define _LASTMARK 0x8000 /* Distinct from MSG*MARK */ in strgetmsg() macro
6830 mark |= _LASTMARK; in strgetmsg()
6839 if ((mark & _LASTMARK) && (stp->sd_mark == NULL)) in strgetmsg()
6841 bp->b_flag |= mark & ~_LASTMARK; in strgetmsg()
[all …]