Lines Matching defs:optbuf
4782 struct stroptions optbuf;
4785 optbuf.so_flags = 0;
4796 optbuf.so_flags = SO_READOPT|SO_MREADOFF;
4797 optbuf.so_readopt = RMSGN;
4810 optbuf.so_flags = SO_READOPT|SO_MREADON;
4811 optbuf.so_readopt = RNORM;
4819 optbuf.so_flags |= SO_TOSTOP;
4821 optbuf.so_flags |= SO_TONSTOP;
4823 if (optbuf.so_flags != 0) {
4828 *(struct stroptions *)bp->b_wptr = optbuf;