Searched refs:sd_mark (Results 1 – 2 of 2) sorted by relevance
428 stp->sd_mark = NULL; in stropen()1330 if (mark != 0 && bp == stp->sd_mark) { in strread()1336 stp->sd_mark = NULL; in strread()1389 (stp->sd_mark == NULL)) in strread()1390 stp->sd_mark = bp; in strread()1863 stp->sd_mark = bp; in strrput()5675 else if ((arg == LASTMARK) && (mp == stp->sd_mark)) in strioctl()6829 if (mark != 0 && bp == stp->sd_mark) { in strgetmsg()6831 stp->sd_mark = NULL; in strgetmsg()6839 if ((mark & _LASTMARK) && (stp->sd_mark == NULL)) in strgetmsg()[all …]
199 struct msgb *sd_mark; /* "marked" message on read queue */ member