Lines Matching defs:sop
461 struct stroptions *sop;
499 sop = (struct stroptions *)(void *)mop->b_rptr;
501 sop->so_flags = SO_HIWAT | SO_LOWAT;
503 sop->so_flags = SO_HIWAT | SO_LOWAT | SO_ISTTY;
504 sop->so_hiwat = 512;
505 sop->so_lowat = 256;
521 struct stroptions *sop;
577 sop = (struct stroptions *)(void *)mop->b_rptr;
578 sop->so_flags = SO_HIWAT | SO_LOWAT | SO_ISTTY;
579 sop->so_hiwat = 512;
580 sop->so_lowat = 256;