HomeSort by: relevance | last modified time | path
    Searched refs:ahd_match_scb (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
aic79xxvar.h 1361 int ahd_match_scb(struct ahd_softc *, struct scb *,
aic79xx.c 2203 && ahd_match_scb(ahd, scb, target, 'A',
6962 ahd_match_scb(struct ahd_softc *ahd, struct scb *scb, int target, function
7173 if (ahd_match_scb(ahd, scb, target, channel, lun, tag, role)) {
7261 if (ahd_match_scb(ahd, scb, target, channel, CAM_LUN_WILDCARD,
7320 if (ahd_match_scb(ahd, scb, target, channel,
7504 || ahd_match_scb(ahd, scbp, target, channel,
7528 if (ahd_match_scb(ahd, scbp, target, channel, lun, tag, role)) {

Completed in 29 milliseconds