Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/isa/
H A Dfdc.c81 void fdcattach(struct device *, struct device *, void *);
86 sizeof(struct fdc_softc), fdcprobe, fdcattach
137 fdcattach(struct device *parent, struct device *self, void *aux) in fdcattach() function
/openbsd-src/sys/arch/sparc64/dev/
H A Dfd.c219 int fdcattach(struct fdc_softc *, int);
355 if (fdcattach(fdc, sa->sa_pri) != 0) in fdcattach_sbus()
415 fdcattach(fdc, ea->ea_intrs[0]); in fdcattach_ebus()
493 fdcattach(struct fdc_softc *fdc, int pri) in fdcattach() function