Searched defs:_LASTMARK (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c1157 uint_t mark; /* Contains MSG*MARK and _LASTMARK */
1158 #define _LASTMARK 0x8000 /* Distinct from MSG*MARK */ macro
1266 mark |= _LASTMARK;
1319 if ((mark & _LASTMARK) &&
1322 bp->b_flag |= mark & ~_LASTMARK;
1385 if ((uiop->uio_resid == 0) || (mark & _LASTMARK) ||
1483 #undef _LASTMARK macro
6519 uint_t mark; /* Contains MSG*MARK and _LASTMARK */
6520 #define _LASTMARK 0x8000 /* Distinct from MSG*MARK */ macro
6705 mark |= _LASTMARK;
7041 #undef _LASTMARK macro
7086 #define _LASTMARK macro
7714 #undef _LASTMARK macro
[all...]

Completed in 72 milliseconds