aic7xxx.c | 5599 struct scb *scbp; local in function:ahc_search_disc_list 5634 scbp = ahc_lookup_scb(ahc, scb_index); 5635 if (ahc_match_scb(ahc, scbp, target, channel, lun, 5761 struct scb *scbp; local in function:ahc_abort_scbs 5820 scbp = ahc_lookup_scb(ahc, scbid); 5821 if (scbp == NULL 5822 || ahc_match_scb(ahc, scbp, target, channel, 5852 scbp = ahc_lookup_scb(ahc, scbid); 5853 if ((scbp == NULL && scbid != SCB_LIST_NULL) 5854 || (scbp != NUL [all...] |