Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/isa/
Dwds.c159 int wds_find(struct isa_attach_args *, struct wds_softc *);
232 rv = wds_find(ia, NULL); in wdsprobe()
269 if (!wds_find(ia, sc)) in wdsattach()
700 wds_find(struct isa_attach_args *ia, struct wds_softc *sc) in wds_find() function