ahc_lookup_scb    387 dev/ic/aic7xxx.c 		scb = ahc_lookup_scb(ahc, scb_index);
ahc_lookup_scb    499 dev/ic/aic7xxx.c 		scb = ahc_lookup_scb(ahc, scb_index);
ahc_lookup_scb    767 dev/ic/aic7xxx.c 			scb = ahc_lookup_scb(ahc, scb_index);
ahc_lookup_scb    858 dev/ic/aic7xxx.c 					scb = ahc_lookup_scb(ahc, scb_index);
ahc_lookup_scb    885 dev/ic/aic7xxx.c 		scb = ahc_lookup_scb(ahc, scbindex);
ahc_lookup_scb    955 dev/ic/aic7xxx.c 		scb = ahc_lookup_scb(ahc, scbindex);
ahc_lookup_scb   1072 dev/ic/aic7xxx.c 	scb = ahc_lookup_scb(ahc, scb_index);
ahc_lookup_scb   1243 dev/ic/aic7xxx.c 		scb = ahc_lookup_scb(ahc, scb_index);
ahc_lookup_scb   2221 dev/ic/aic7xxx.c 		pending_scb = ahc_lookup_scb(ahc, scb_tag);
ahc_lookup_scb   2631 dev/ic/aic7xxx.c 	scb = ahc_lookup_scb(ahc, scbid);
ahc_lookup_scb   3503 dev/ic/aic7xxx.c 	scb = ahc_lookup_scb(ahc, scb_index);
ahc_lookup_scb   3644 dev/ic/aic7xxx.c 	scb = ahc_lookup_scb(ahc, scb_index);
ahc_lookup_scb   3757 dev/ic/aic7xxx.c 	scb = ahc_lookup_scb(ahc, scb_index);
ahc_lookup_scb   5137 dev/ic/aic7xxx.c 		prev_scb = ahc_lookup_scb(ahc, prev_tag);
ahc_lookup_scb   5225 dev/ic/aic7xxx.c 		scb = ahc_lookup_scb(ahc, ahc->qinfifo[qinpos]);
ahc_lookup_scb   5290 dev/ic/aic7xxx.c 		scb = ahc_lookup_scb(ahc, ahc->qinfifo[qinstart]);
ahc_lookup_scb   5314 dev/ic/aic7xxx.c 		scb = ahc_lookup_scb(ahc, ahc->qinfifo[qintail]);
ahc_lookup_scb   5337 dev/ic/aic7xxx.c 		scb = ahc_lookup_scb(ahc, scb_index);
ahc_lookup_scb   5526 dev/ic/aic7xxx.c 		scbp = ahc_lookup_scb(ahc, scb_index);
ahc_lookup_scb   5712 dev/ic/aic7xxx.c 				scbp = ahc_lookup_scb(ahc, scbid);
ahc_lookup_scb   5744 dev/ic/aic7xxx.c 		scbp = ahc_lookup_scb(ahc, scbid);
ahc_lookup_scb    264 dev/ic/aic7xxx_inline.h IO_INLINE struct scb *ahc_lookup_scb(struct ahc_softc *ahc, u_int tag);