Searched refs:sbmatch (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/dev/isa/
H A Dsbvar.h33 int sbmatch(struct sbdsp_softc *, int, cfdata_t);
H A Dsb_isa.c125 if (!sbmatch(sc, probing, match))
H A Dsb.c110 sbmatch(struct sbdsp_softc *sc, int probing, cfdata_t match) function
129 probing ? "sbmatch" : device_xname(sc->sc_dev),
136 probing ? "sbmatch" : device_xname(sc->sc_dev),
155 probing ? "sbmatch" : device_xname(sc->sc_dev),
165 probing ? "sbmatch" : device_xname(sc->sc_dev),
172 probing ? "sbmatch" : device_xname(sc->sc_dev),
182 probing ? "sbmatch" : device_xname(sc->sc_dev),
188 probing ? "sbmatch" : device_xname(sc->sc_dev),
194 probing ? "sbmatch" : device_xname(sc->sc_dev),
210 probing ? "sbmatch"
[all...]
/netbsd-current/sys/arch/i386/pnpbios/
H A Dsb_pnpbios.c107 if (!sbmatch(sc, 0, device_cfdata(self))) {
108 aprint_error_dev(self, "sbmatch failed\n");
/netbsd-current/sys/dev/isapnp/
H A Dsb_isapnp.c156 if (!sbmatch(sc, 0, device_cfdata(self))) {
157 aprint_error_dev(self, "sbmatch failed\n");
/netbsd-current/sys/dev/ofisa/
H A Dsb_ofisa.c168 if (sbmatch(sc) == 0) {
169 aprint_error(": sbmatch failed\n");

Completed in 207 milliseconds