Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/isa/
H A Dfdcvar.h146 void fdcattach(struct fdc_softc *);
H A Dfdc_isa.c238 fdcattach(fdc); in fdc_isa_attach()
H A Dfd.c370 fdcattach(struct fdc_softc *fdc) in fdcattach() function
/netbsd-src/sys/arch/arc/jazz/
H A Dfdcvar.h134 void fdcattach(struct fdc_softc *);
H A Dfdc_jazzio.c197 fdcattach(fdc); in fdc_jazzio_attach()
H A Dfd.c264 fdcattach(struct fdc_softc *fdc) in fdcattach() function
/netbsd-src/sys/arch/alpha/sableio/
H A Dfdc_sableio.c128 fdcattach(fdc); in fdc_sableio_attach()
/netbsd-src/sys/arch/prep/pnpbus/
H A Dfdc_pnpbus.c165 fdcattach(fdc); in fdc_pnpbus_attach()
/netbsd-src/sys/arch/i386/pnpbios/
H A Dfdc_pnpbios.c171 fdcattach(fdc); in fdc_pnpbios_attach()
/netbsd-src/sys/arch/atari/isa/
H A Dfdcisa.c215 fdcattach(fdc); in fdc_isa_attach()
/netbsd-src/sys/arch/atari/dev/
H A Dfd.c276 static void fdcattach(device_t, device_t, void *);
279 fdcmatch, fdcattach, NULL, NULL);
320 fdcattach(device_t parent, device_t self, void *aux) in fdcattach() function
H A Dhdfd.c207 static void fdcattach(device_t, device_t, void *);
210 fdcprobe, fdcattach, NULL, NULL);
416 fdcattach(device_t parent, device_t self, void *aux) in fdcattach() function
/netbsd-src/sys/arch/sparc64/dev/
H A Dfdc.c244 int fdcattach(struct fdc_softc *, int);
636 if (fdcattach(fdc, ma->ma_pri) != 0) in fdcattach_mainbus()
673 if (fdcattach(fdc, sa->sa_pri) != 0) in fdcattach_obio()
719 if (fdcattach(fdc, sa->sa_pri) != 0) in fdcattach_sbus()
769 if (fdcattach(fdc, ea->ea_intr[0]) != 0) in fdcattach_ebus()
777 fdcattach(struct fdc_softc *fdc, int pri) function
/netbsd-src/sys/dev/acpi/
H A Dfdc_acpi.c203 fdcattach(sc); in fdc_acpi_attach()
/netbsd-src/sys/arch/acorn32/mainbus/
H A Dfd.c178 void fdcattach(device_t, device_t, void *);
181 fdcprobe, fdcattach, NULL, NULL);
382 fdcattach(device_t parent, device_t self, void *aux) in fdcattach() function
/netbsd-src/sys/arch/sparc/dev/
H A Dfd.c220 int fdcattach(struct fdc_softc *, int);
579 if (fdcattach(fdc, ma->ma_pri) != 0) in fdcattach_mainbus()
617 if (fdcattach(fdc, sa->sa_pri) != 0) in fdcattach_obio()
622 fdcattach(struct fdc_softc *fdc, int pri) in fdcattach() function
/netbsd-src/sys/arch/amiga/dev/
H A Dfd.c193 void fdcattach(device_t, device_t, void *);
287 fdcmatch, fdcattach, NULL, NULL);
364 fdcattach(device_t parent, device_t self, void *aux) in fdcattach() function
/netbsd-src/sys/arch/sun3/dev/
H A Dfd.c189 static void fdcattach(device_t, device_t, void *);
192 fdcmatch, fdcattach, NULL, NULL);
369 * Arguments passed between fdcattach and fdprobe.
418 fdcattach(device_t parent, device_t self, void *aux) in fdcattach() function
598 * We're told if we're the boot device in fdcattach(). in fdattach()
/netbsd-src/sys/arch/x68k/dev/
H A Dfd.c168 static void fdcattach(device_t, device_t, void *);
172 fdcprobe, fdcattach, NULL, NULL);
459 fdcattach(device_t parent, device_t self, void *aux) in fdcattach() function