Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c380 stp->sd_mark = NULL; in stropen()
1260 if (mark != 0 && bp == stp->sd_mark) { in strread()
1266 stp->sd_mark = NULL; in strread()
1319 (stp->sd_mark == NULL)) in strread()
1320 stp->sd_mark = bp; in strread()
1793 stp->sd_mark = bp; in strrput()
5549 else if ((arg == LASTMARK) && (mp == stp->sd_mark)) in strioctl()
6703 if (mark != 0 && bp == stp->sd_mark) { in strgetmsg()
6705 stp->sd_mark = NULL; in strgetmsg()
6713 if ((mark & _LASTMARK) && (stp->sd_mark == NULL)) in strgetmsg()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dstrsubr.h192 struct msgb *sd_mark; /* "marked" message on read queue */ member