Lines Matching refs:sop
336 struct stroptions *sop; in sbioc() local
342 sop = (struct stroptions *)mop->b_rptr; in sbioc()
343 sop->so_flags = SO_HIWAT | SO_LOWAT; in sbioc()
344 sop->so_hiwat = SNIT_HIWAT(chunk, 1); in sbioc()
345 sop->so_lowat = SNIT_LOWAT(chunk, 1); in sbioc()
373 struct stroptions *sop; in sbioc() local
380 sop = (struct stroptions *)mop->b_rptr; in sbioc()
381 sop->so_flags = SO_HIWAT | SO_LOWAT; in sbioc()
385 sop->so_hiwat = SNIT_HIWAT(snap, fudge); in sbioc()
386 sop->so_lowat = SNIT_LOWAT(snap, fudge); in sbioc()
737 struct stroptions *sop; in sbioctl() local
743 sop = (struct stroptions *)mop->b_rptr; in sbioctl()
744 sop->so_flags = SO_HIWAT | SO_LOWAT; in sbioctl()
745 sop->so_hiwat = SNIT_HIWAT(chunk, 1); in sbioctl()
746 sop->so_lowat = SNIT_LOWAT(chunk, 1); in sbioctl()
813 struct stroptions *sop; in sbioctl() local
819 mop->b_wptr += sizeof (*sop); in sbioctl()
820 sop = (struct stroptions *)mop->b_rptr; in sbioctl()
821 sop->so_flags = SO_HIWAT | SO_LOWAT; in sbioctl()
824 sop->so_hiwat = SNIT_HIWAT(snap, fudge); in sbioctl()
825 sop->so_lowat = SNIT_LOWAT(snap, fudge); in sbioctl()