Lines Matching defs:mop
460 mblk_t *mop;
470 if ((mop = allocb(sizeof (struct stroptions), BPRI_MED)) == NULL) {
471 DBG("zc_master_open(): mop allocation failed\n");
497 mop->b_datap->db_type = M_SETOPTS;
498 mop->b_wptr += sizeof (struct stroptions);
499 sop = (struct stroptions *)(void *)mop->b_rptr;
506 putnext(rqp, mop);
520 mblk_t *mop;
551 if ((mop = allocb(sizeof (struct stroptions), BPRI_MED)) == NULL) {
552 DBG("zc_slave_open(): mop allocation failed\n");
575 mop->b_datap->db_type = M_SETOPTS;
576 mop->b_wptr += sizeof (struct stroptions);
577 sop = (struct stroptions *)(void *)mop->b_rptr;
581 putnext(rqp, mop);