Searched refs:ti_emsgflags (Results 1 – 2 of 2) sorted by relevance
284 ti->ti_emsgflags = ti->ti_msgflags = ti->ti_omsgflags = 0;2855 ti->ti_emsgflags = 0;2888 ti->ti_emsgflags = mdp->md_flags;3325 if (retry != 0 || (ti->ti_emsgflags & SCSI_LOW_MSG_SYNCH) == 0)3341 if (retry != 0 || (ti->ti_emsgflags & SCSI_LOW_MSG_WIDE) == 0)3373 if (ti->ti_emsgflags != 0)3376 ti->ti_emsgflags);3381 if ((ti->ti_emsgflags & mdp->md_flags) != 0)3383 ti->ti_emsgflags &= ~mdp->md_flags;
334 u_int ti_emsgflags; /* a msg currently asserted */ member