Lines Matching refs:stroptions
673 struct stroptions *strop; in ldtermopen()
781 if ((bp = open_mblk(q, sizeof (struct stroptions))) == NULL) in ldtermopen()
792 if ((bp = open_mblk(q, sizeof (struct stroptions))) == NULL) in ldtermopen()
794 strop = (struct stroptions *)bp->b_wptr; in ldtermopen()
799 bp->b_wptr += sizeof (struct stroptions); in ldtermopen()
835 struct stroptions *strop; in ldtermclose()
859 strop = (struct stroptions *)bp->b_wptr; in ldtermclose()
862 bp->b_wptr += sizeof (struct stroptions); in ldtermclose()
4772 struct stroptions optbuf; in chgstropts()
4814 if ((bp = allocb(sizeof (struct stroptions), BPRI_HI)) == in chgstropts()
4818 *(struct stroptions *)bp->b_wptr = optbuf; in chgstropts()
4819 bp->b_wptr += sizeof (struct stroptions); in chgstropts()