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

/netbsd-6-1-5-RELEASE/sys/dev/pcmcia/
H A Dfdc_pcmcia.c183 fa.fa_deftype = &fd_types[0];
185 fa.fa_deftype = NULL; /* unknown */
/netbsd-6-1-5-RELEASE/sys/arch/arc/jazz/
H A Dfd.c224 const struct fd_type *fa_deftype; member in struct:fdc_attach_args
268 fa.fa_deftype = &fd_types[type];
323 const struct fd_type *type = fa->fa_deftype;
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dfd.c264 const struct fd_type *fa_deftype; member in struct:fdc_attach_args
433 fa.fa_deftype = fdc->sc_knownfds[fa.fa_drive];
442 fa.fa_deftype = &fd_types[2];
448 fa.fa_deftype = &fd_types[0];
538 const struct fd_type *type = fa->fa_deftype;
/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dhdfd.c376 struct fd_type *fa_deftype; member in struct:fdc_attach_args
447 fa.fa_deftype = &fd_types[2]; /* 1.44MB */
511 struct fd_type *type = fa->fa_deftype;
/netbsd-6-1-5-RELEASE/sys/arch/sun3/dev/
H A Dfd.c355 struct fd_type *fa_deftype; member in struct:fdc_attach_args
476 fa.fa_deftype = NULL; /* unknown */
477 fa.fa_deftype = &fd_types[0]; /* XXX */
549 struct fd_type *type = fa->fa_deftype;
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/mainbus/
H A Dfd.c343 struct fd_type *fa_deftype; member in struct:fdc_attach_args
411 fa.fa_deftype = fd_nvtotype(device_xname(&fdc->sc_dev),
414 fa.fa_deftype = NULL; /* unknown */
480 struct fd_type *type = fa->fa_deftype;
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/dev/
H A Dfdc.c520 struct fd_type *fa_deftype; member in struct:fdc_attach_args
838 fa.fa_deftype = NULL; /* unknown */
839 fa.fa_deftype = &fd_types[0]; /* XXX */
936 struct fd_type *type = fa->fa_deftype;
/netbsd-6-1-5-RELEASE/sys/arch/sparc/dev/
H A Dfd.c464 struct fd_type *fa_deftype; member in struct:fdc_attach_args
670 fa.fa_deftype = NULL; /* unknown */
671 fa.fa_deftype = &fd_types[0]; /* XXX */
764 struct fd_type *type = fa->fa_deftype;
/netbsd-6-1-5-RELEASE/sys/arch/x68k/dev/
H A Dfd.c417 struct fd_type *fa_deftype; member in struct:fdc_attach_args

Completed in 267 milliseconds