IM_POLL          1270 dev/i2o/iop.c  	fl = (async != 0 ? IM_WAIT : IM_POLL);
IM_POLL          1570 dev/i2o/iop.c  		else if ((im->im_flags & (IM_POLL | IM_POLL_INTR)) != IM_POLL)
IM_POLL          1993 dev/i2o/iop.c  	else if ((im->im_flags & IM_POLL) != 0 && timo == 0) {
IM_POLL          1996 dev/i2o/iop.c  	} else if ((im->im_flags & (IM_POLL | IM_WAIT)) != 0) {
IM_POLL          1997 dev/i2o/iop.c  		if ((im->im_flags & IM_POLL) != 0)
IM_POLL           466 dev/i2o/iopsp.c 	    IM_NOSTATUS | ((xs->flags & SCSI_POLL) != 0 ? IM_POLL : 0));
IM_POLL           542 dev/i2o/iopsp.c 	im = iop_msg_alloc(iop, &sc->sc_ii, IM_POLL);