Searched refs:sd_read_opt (Results 1 – 3 of 3) sorted by relevance
1314 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 …]
3296 stp->sd_read_opt = 0; in shalloc()
216 uint_t sd_read_opt; /* options/flags for strread */ member