Home | History | Annotate | Download | only in i2o

Lines Matching defs:im

453 	struct iop_msg *im;
461 im = NULL;
676 im = iop_msg_alloc(iop, IM_WAIT | IM_NOSTATUS);
677 im->im_rb = (struct i2o_reply *)rbtmp;
680 mf->msgtctx = im->im_tctx;
689 rv = iop_msg_map(iop, im, mbtmp, bufs[i].db_ptr,
702 if ((rv = iop_msg_post(iop, im, mbtmp, 5*60*1000)) != 0)
717 if (im != NULL) {
719 iop_msg_unmap(iop, im);
720 iop_msg_free(iop, im);