ahd_get_scb      1360 drivers/scsi/aic7xxx/aic79xx.h struct scb		*ahd_get_scb(struct ahd_softc *ahd, u_int col_idx);
ahd_get_scb       825 drivers/scsi/aic7xxx/aic79xx_osm.c 	reset_scb = ahd_get_scb(ahd, AHD_NEVER_COL_IDX);
ahd_get_scb      1584 drivers/scsi/aic7xxx/aic79xx_osm.c 	if ((scb = ahd_get_scb(ahd, col_idx)) == NULL) {