Searched refs:_LASTMARK (Results 1 – 1 of 1) sorted by relevance
1157 #define _LASTMARK 0x8000 /* Distinct from MSG*MARK */ in strread() macro1265 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() macro6704 mark |= _LASTMARK; in strgetmsg()6713 if ((mark & _LASTMARK) && (stp->sd_mark == NULL)) in strgetmsg()6715 bp->b_flag |= mark & ~_LASTMARK; in strgetmsg()[all …]