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