Lines Matching refs:mop
286 mblk_t *mop;
334 if ((mop = allocb(sizeof (struct stroptions),
340 mop->b_datap->db_type = M_SETOPTS;
341 mop->b_wptr += sizeof (struct stroptions);
342 sop = (struct stroptions *)mop->b_rptr;
346 qreply(wq, mop);
371 if ((mop = allocb(sizeof (struct stroptions),
378 mop->b_datap->db_type = M_SETOPTS;
379 mop->b_wptr += sizeof (struct stroptions);
380 sop = (struct stroptions *)mop->b_rptr;
387 qreply(wq, mop);
574 mblk_t *mop;
735 if ((mop = allocb(sizeof (struct stroptions),
741 mop->b_datap->db_type = M_SETOPTS;
742 mop->b_wptr += sizeof (struct stroptions);
743 sop = (struct stroptions *)mop->b_rptr;
747 qreply(wq, mop);
811 if ((mop = allocb(sizeof (struct stroptions),
818 mop->b_datap->db_type = M_SETOPTS;
819 mop->b_wptr += sizeof (*sop);
820 sop = (struct stroptions *)mop->b_rptr;
826 qreply(wq, mop);