Home
last modified time | relevance | path

Searched refs:sd_read_opt (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c1314 if (stp->sd_read_opt & RD_MSGDIS) { in strread()
1386 (stp->sd_read_opt & (RD_MSGDIS|RD_MSGNODIS))) { in strread()
1404 if (stp->sd_read_opt & RD_PROTDAT) { in strread()
1425 } else if (stp->sd_read_opt & RD_PROTDIS) { in strread()
1455 (stp->sd_read_opt & RD_PROTDIS)) { in strread()
2175 stp->sd_read_opt & RFLUSHPCPROT); in strrput_nondata()
2284 stp->sd_read_opt &= ~(RD_MSGDIS | RD_MSGNODIS); in strrput_nondata()
2288 stp->sd_read_opt = in strrput_nondata()
2289 ((stp->sd_read_opt & ~RD_MSGNODIS) | in strrput_nondata()
2294 stp->sd_read_opt = in strrput_nondata()
[all …]
H A Dstrsubr.c3296 stp->sd_read_opt = 0; in shalloc()
/titanic_41/usr/src/uts/common/sys/
H A Dstrsubr.h216 uint_t sd_read_opt; /* options/flags for strread */ member