Searched refs:etag (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_low.c3859 scsi_low_tag_t etag = (scsi_low_tag_t) ti->ti_msgin[1]; local
3863 if (slp->sl_Qnexus->ccb_tag != etag)
3870 else if (scsi_low_establish_ccb(ti, slp->sl_Lnexus, etag) == NULL)
4263 scsi_low_tag_t etag; local
4269 etag = ffs(li->li_qtagbits);
4270 if (etag == 0)
4273 li->li_qtagbits &= ~(1 << (etag - 1));
4274 cb->ccb_otag = etag;
4278 for (etag = li->li_qd ; li->li_qd < SCSI_LOW_MAXNEXUS; li->li_qd ++)
4282 for (li->li_qd = 0; li->li_qd < etag; l
4300 scsi_low_tag_t etag; local
[all...]
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dlint1.h130 struct sym *etag; /* symbol table entry of tag */ member in struct:__anon10850
H A Demit1.c132 outtt(tp->t_enum->etag, tp->t_enum->etdef);
H A Ddecl.c1558 tp->t_enum->etag = tag;

Completed in 161 milliseconds