Home
last modified time | relevance | path

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

/openbsd/sys/dev/isa/
H A Dif_we.c106 int we_match(struct device *, void *, void *);
115 sizeof(struct we_softc), we_match, we_attach
185 return (we_match(parent, cf, aux)); in we_probe()
189 we_match(struct device *parent, void *match, void *aux) in we_match() function