Searched refs:fdprint (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/pcmcia/
H A Dfdc_pcmcia.c186 (void)config_found(self, (void *)&fa, fdprint);
/netbsd-6-1-5-RELEASE/sys/arch/arc/jazz/
H A Dfd.c104 static int fdprint(void *, const char *);
235 fdprint(void *aux, const char *fdc) function
269 (void)config_found(fdc->sc_dev, (void *)&fa, fdprint);
/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dhdfd.c206 int fdprint(void *, const char *);
387 fdprint(void *aux, const char *fdc) function
448 (void)config_found(self, (void *)&fa, fdprint);
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dfd.c170 int fdprint(void *, const char *);
275 fdprint(void *aux, const char *fdc) function
435 fdprint);
450 (void)config_found_ia(fdc->sc_dev, "fdc", (void *)&fa, fdprint);
/netbsd-6-1-5-RELEASE/sys/arch/sun3/dev/
H A Dfd.c293 static int fdprint(void *, const char *);
366 fdprint(void *aux, const char *fdc) function
478 (void)config_found(self, (void *)&fa, fdprint);
/netbsd-6-1-5-RELEASE/sys/arch/x68k/dev/
H A Dfd.c169 int fdprint(void *, const char *);
428 fdprint(void *aux, const char *fdc) function
495 (void)config_found(self, (void *)&fa, fdprint);
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/mainbus/
H A Dfd.c178 int fdprint(void *, const char *);
354 fdprint(void *aux, const char *fdc) function
415 (void)config_found(self, (void *)&fa, fdprint);
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/dev/
H A Dfdc.c354 int fdprint(void *, const char *);
531 fdprint(void *aux, const char *fdc) function
840 if (config_found(fdc->sc_dev, (void *)&fa, fdprint) != NULL)
/netbsd-6-1-5-RELEASE/sys/arch/sparc/dev/
H A Dfd.c321 int fdprint(void *, const char *);
475 fdprint(void *aux, const char *fdc) function
672 if (config_found(fdc->sc_dev, (void *)&fa, fdprint) != NULL)

Completed in 271 milliseconds