Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c1384 if (stp->sd_read_opt & RD_MSGDIS) { in strread()
1456 (stp->sd_read_opt & (RD_MSGDIS|RD_MSGNODIS))) { in strread()
1474 if (stp->sd_read_opt & RD_PROTDAT) { in strread()
1495 } else if (stp->sd_read_opt & RD_PROTDIS) { in strread()
1525 (stp->sd_read_opt & RD_PROTDIS)) { in strread()
2245 stp->sd_read_opt & RFLUSHPCPROT); in strrput_nondata()
2354 stp->sd_read_opt &= ~(RD_MSGDIS | RD_MSGNODIS); in strrput_nondata()
2358 stp->sd_read_opt = in strrput_nondata()
2359 ((stp->sd_read_opt & ~RD_MSGNODIS) | in strrput_nondata()
2364 stp->sd_read_opt = in strrput_nondata()
[all …]
H A Dstrsubr.c3321 stp->sd_read_opt = 0; in shalloc()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h223 uint_t sd_read_opt; /* options/flags for strread */ member