Home
last modified time | relevance | path

Searched refs:ahd_get_scb (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/ic/
Daic79xxvar.h1383 struct scb *ahd_get_scb(struct ahd_softc *, u_int);
Daic79xx_osm.c366 if ((scb = ahd_get_scb(ahd, col_idx)) == NULL) { in ahd_action()
Daic79xx.c5661 ahd_get_scb(struct ahd_softc *ahd, u_int col_idx) in ahd_get_scb() function