Home
last modified time | relevance | path

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

/openbsd/sys/dev/isa/
H A Dsb_isa.c59 static int sbfind(struct device *, struct sbdsp_softc *, struct isa_attach_args *);
83 return sbfind(parent, sc, aux); in sb_isa_match()
87 sbfind(struct device *parent, struct sbdsp_softc *sc, in sbfind() function
143 if (!sbfind(parent, sc, ia) || in sb_isa_attach()