sys/dev/i2o/dpti.c
676
im = iop_msg_alloc(iop, IM_WAIT | IM_NOSTATUS);
sys/dev/i2o/iop.c
1075
im = iop_msg_alloc(sc, IM_WAIT);
sys/dev/i2o/iop.c
1134
im = iop_msg_alloc(sc, IM_WAIT);
sys/dev/i2o/iop.c
1205
im = iop_msg_alloc(sc, IM_WAIT | IM_NOSTATUS);
sys/dev/i2o/iop.c
1244
im = iop_msg_alloc(sc, (ii == NULL ? IM_WAIT : 0) | IM_NOSTATUS);
sys/dev/i2o/iop.c
1303
im = iop_msg_alloc(sc, IM_WAIT);
sys/dev/i2o/iop.c
1344
im = iop_msg_alloc(sc, IM_WAIT);
sys/dev/i2o/iop.c
1387
im = iop_msg_alloc(sc, IM_WAIT);
sys/dev/i2o/iop.c
1429
fl = (async != 0 ? IM_WAIT : IM_POLL);
sys/dev/i2o/iop.c
1456
im = iop_msg_alloc(sc, IM_WAIT);
sys/dev/i2o/iop.c
1718
if ((im->im_flags & IM_WAIT) != 0)
sys/dev/i2o/iop.c
2136
if ((im->im_flags & (IM_POLL | IM_WAIT)) != 0) {
sys/dev/i2o/iop.c
2382
im = iop_msg_alloc(sc, IM_WAIT);
sys/dev/i2o/iop.c
2406
im = iop_msg_alloc(sc, IM_WAIT);
sys/dev/i2o/iop.c
2588
im = iop_msg_alloc(sc, IM_WAIT | IM_NOSTATUS);
sys/dev/i2o/iop.c
674
im = iop_msg_alloc(sc, IM_WAIT);
sys/dev/i2o/iopsp.c
358
im = iop_msg_alloc(iop, IM_WAIT);
sys/dev/i2o/ld_iop.c
452
im = iop_msg_alloc(iop, poll ? IM_POLL : IM_WAIT);