Lines Matching refs:stroptions
672 struct stroptions *strop; in ldtermopen()
780 if ((bp = open_mblk(q, sizeof (struct stroptions))) == NULL) in ldtermopen()
791 if ((bp = open_mblk(q, sizeof (struct stroptions))) == NULL) in ldtermopen()
793 strop = (struct stroptions *)bp->b_wptr; in ldtermopen()
798 bp->b_wptr += sizeof (struct stroptions); in ldtermopen()
834 struct stroptions *strop; in ldtermclose()
858 strop = (struct stroptions *)bp->b_wptr; in ldtermclose()
861 bp->b_wptr += sizeof (struct stroptions); in ldtermclose()
4782 struct stroptions optbuf; in chgstropts()
4824 if ((bp = allocb(sizeof (struct stroptions), BPRI_HI)) == in chgstropts()
4828 *(struct stroptions *)bp->b_wptr = optbuf; in chgstropts()
4829 bp->b_wptr += sizeof (struct stroptions); in chgstropts()