Searched refs:STRATMARK (Results 1 – 4 of 4) sorted by relevance
1419 stp->sd_flag |= STRATMARK; in strread()1421 stp->sd_flag &= ~STRATMARK; in strread()1425 ~(STRATMARK|STRNOTATMARK); in strread()1427 } else if (rflg && (old_sd_flag & STRATMARK)) { in strread()1428 stp->sd_flag &= ~STRATMARK; in strread()1676 stp->sd_flag |= STRATMARK; in strrput()1688 stp->sd_flag &= ~STRATMARK; in strrput()5665 if ((stp->sd_flag & STRATMARK) && (arg == ANYMARK)) { in strioctl()7055 stp->sd_flag |= STRATMARK; in strgetmsg()7057 stp->sd_flag &= ~STRATMARK; in strgetmsg()[all …]
7986 !(stp->sd_flag & (STRATMARK|STRNOTATMARK|STREOF))) { in strwaitmark()7995 if (stp->sd_flag & STRATMARK) in strwaitmark()
301 #define STRATMARK 0x02000000 /* At mark (due to MSGMARKNEXT) */ macro
162 { SF(STRATMARK), "at mark (due to MSGMARKNEXT)" },