Lines Matching refs:sop

1938 	struct stroptions *sop;  in strrput_nondata()  local
2279 sop = (struct stroptions *)bp->b_rptr; in strrput_nondata()
2281 if (sop->so_flags & SO_READOPT) { in strrput_nondata()
2282 switch (sop->so_readopt & RMODEMASK) { in strrput_nondata()
2299 switch (sop->so_readopt & RPROTMASK) { in strrput_nondata()
2316 switch (sop->so_readopt & RFLUSHMASK) { in strrput_nondata()
2326 if (sop->so_flags & SO_ERROPT) { in strrput_nondata()
2327 switch (sop->so_erropt & RERRMASK) { in strrput_nondata()
2335 switch (sop->so_erropt & WERRMASK) { in strrput_nondata()
2344 if (sop->so_flags & SO_COPYOPT) { in strrput_nondata()
2345 if (sop->so_copyopt & ZCVMSAFE) { in strrput_nondata()
2348 } else if (sop->so_copyopt & ZCVMUNSAFE) { in strrput_nondata()
2353 if (sop->so_copyopt & COPYCACHED) { in strrput_nondata()
2357 if (sop->so_flags & SO_WROFF) in strrput_nondata()
2358 stp->sd_wroff = sop->so_wroff; in strrput_nondata()
2359 if (sop->so_flags & SO_TAIL) in strrput_nondata()
2360 stp->sd_tail = sop->so_tail; in strrput_nondata()
2361 if (sop->so_flags & SO_MINPSZ) in strrput_nondata()
2362 q->q_minpsz = sop->so_minpsz; in strrput_nondata()
2363 if (sop->so_flags & SO_MAXPSZ) in strrput_nondata()
2364 q->q_maxpsz = sop->so_maxpsz; in strrput_nondata()
2365 if (sop->so_flags & SO_MAXBLK) in strrput_nondata()
2366 stp->sd_maxblk = sop->so_maxblk; in strrput_nondata()
2367 if (sop->so_flags & SO_HIWAT) { in strrput_nondata()
2368 if (sop->so_flags & SO_BAND) { in strrput_nondata()
2370 sop->so_band, sop->so_hiwat)) { in strrput_nondata()
2374 bpri = sop->so_band; in strrput_nondata()
2377 q->q_hiwat = sop->so_hiwat; in strrput_nondata()
2380 if (sop->so_flags & SO_LOWAT) { in strrput_nondata()
2381 if (sop->so_flags & SO_BAND) { in strrput_nondata()
2383 sop->so_band, sop->so_lowat)) { in strrput_nondata()
2387 bpri = sop->so_band; in strrput_nondata()
2390 q->q_lowat = sop->so_lowat; in strrput_nondata()
2393 if (sop->so_flags & SO_MREADON) in strrput_nondata()
2395 if (sop->so_flags & SO_MREADOFF) in strrput_nondata()
2397 if (sop->so_flags & SO_NDELON) in strrput_nondata()
2399 if (sop->so_flags & SO_NDELOFF) in strrput_nondata()
2401 if (sop->so_flags & SO_ISTTY) in strrput_nondata()
2403 if (sop->so_flags & SO_ISNTTY) in strrput_nondata()
2405 if (sop->so_flags & SO_TOSTOP) in strrput_nondata()
2407 if (sop->so_flags & SO_TONSTOP) in strrput_nondata()
2409 if (sop->so_flags & SO_DELIM) in strrput_nondata()
2411 if (sop->so_flags & SO_NODELIM) in strrput_nondata()