Home | History | Annotate | Download | only in i2o

Lines Matching defs:im

351 	struct iop_msg *im;
358 im = iop_msg_alloc(iop, IM_WAIT);
363 mf.msgtctx = im->im_tctx;
365 rv = iop_msg_post(iop, im, &mf, 5*60*1000);
366 iop_msg_free(iop, im);
388 struct iop_msg *im;
431 im = iop_msg_alloc(iop, IM_POLL_INTR |
433 im->im_dvcontext = xs;
439 mf->msgtctx = im->im_tctx;
460 error = iop_msg_map_bio(iop, im, mb, xs->data,
464 iop_msg_free(iop, im);
474 if (iop_msg_post(iop, im, mb, xs->timeout)) {
476 iop_msg_unmap(iop, im);
477 iop_msg_free(iop, im);
505 struct iop_msg *im;
511 im = iop_msg_alloc(iop, IM_POLL);
516 mf.msgtctx = im->im_tctx;
519 rv = iop_msg_post(iop, im, &mf, 30000);
520 iop_msg_free(iop, im);
531 iopsp_intr(device_t dv, struct iop_msg *im, void *reply)
540 xs = im->im_dvcontext;
598 iop_msg_unmap(iop, im);
599 iop_msg_free(iop, im);