Lines Matching refs:sop

1939 	struct stroptions *sop;  in strrput_nondata()  local
2280 sop = (struct stroptions *)bp->b_rptr; in strrput_nondata()
2282 if (sop->so_flags & SO_READOPT) { in strrput_nondata()
2283 switch (sop->so_readopt & RMODEMASK) { in strrput_nondata()
2300 switch (sop->so_readopt & RPROTMASK) { in strrput_nondata()
2317 switch (sop->so_readopt & RFLUSHMASK) { in strrput_nondata()
2327 if (sop->so_flags & SO_ERROPT) { in strrput_nondata()
2328 switch (sop->so_erropt & RERRMASK) { in strrput_nondata()
2336 switch (sop->so_erropt & WERRMASK) { in strrput_nondata()
2345 if (sop->so_flags & SO_COPYOPT) { in strrput_nondata()
2346 if (sop->so_copyopt & ZCVMSAFE) { in strrput_nondata()
2349 } else if (sop->so_copyopt & ZCVMUNSAFE) { in strrput_nondata()
2354 if (sop->so_copyopt & COPYCACHED) { in strrput_nondata()
2358 if (sop->so_flags & SO_WROFF) in strrput_nondata()
2359 stp->sd_wroff = sop->so_wroff; in strrput_nondata()
2360 if (sop->so_flags & SO_TAIL) in strrput_nondata()
2361 stp->sd_tail = sop->so_tail; in strrput_nondata()
2362 if (sop->so_flags & SO_MINPSZ) in strrput_nondata()
2363 q->q_minpsz = sop->so_minpsz; in strrput_nondata()
2364 if (sop->so_flags & SO_MAXPSZ) in strrput_nondata()
2365 q->q_maxpsz = sop->so_maxpsz; in strrput_nondata()
2366 if (sop->so_flags & SO_MAXBLK) in strrput_nondata()
2367 stp->sd_maxblk = sop->so_maxblk; in strrput_nondata()
2368 if (sop->so_flags & SO_HIWAT) { in strrput_nondata()
2369 if (sop->so_flags & SO_BAND) { in strrput_nondata()
2371 sop->so_band, sop->so_hiwat)) { in strrput_nondata()
2375 bpri = sop->so_band; in strrput_nondata()
2378 q->q_hiwat = sop->so_hiwat; in strrput_nondata()
2381 if (sop->so_flags & SO_LOWAT) { in strrput_nondata()
2382 if (sop->so_flags & SO_BAND) { in strrput_nondata()
2384 sop->so_band, sop->so_lowat)) { in strrput_nondata()
2388 bpri = sop->so_band; in strrput_nondata()
2391 q->q_lowat = sop->so_lowat; in strrput_nondata()
2394 if (sop->so_flags & SO_MREADON) in strrput_nondata()
2396 if (sop->so_flags & SO_MREADOFF) in strrput_nondata()
2398 if (sop->so_flags & SO_NDELON) in strrput_nondata()
2400 if (sop->so_flags & SO_NDELOFF) in strrput_nondata()
2402 if (sop->so_flags & SO_ISTTY) in strrput_nondata()
2404 if (sop->so_flags & SO_ISNTTY) in strrput_nondata()
2406 if (sop->so_flags & SO_TOSTOP) in strrput_nondata()
2408 if (sop->so_flags & SO_TONSTOP) in strrput_nondata()
2410 if (sop->so_flags & SO_DELIM) in strrput_nondata()
2412 if (sop->so_flags & SO_NODELIM) in strrput_nondata()