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

/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dfdvar.h61 const struct fd_type *sc_deftype; /* default type descriptor */ member in struct:fd_softc
H A Dfd.c557 fd->sc_deftype = type;
672 return type ? &fd_types[type - 1] : fd->sc_deftype;
1662 fdt = fd->sc_deftype;
/netbsd-6-1-5-RELEASE/sys/arch/arc/jazz/
H A Dfd.c149 const struct fd_type *sc_deftype; /* default type descriptor */ member in struct:fd_softc
342 fd->sc_deftype = type;
414 return type ? &fd_types[type - 1] : fd->sc_deftype;
/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dhdfd.c252 struct fd_type *sc_deftype; /* default type descriptor */ member in struct:fd_softc
529 fd->sc_deftype = type;
583 return type ? &fd_types[type - 1] : fd->sc_deftype;
/netbsd-6-1-5-RELEASE/sys/arch/sun3/dev/
H A Dfd.c241 struct fd_type *sc_deftype; /* default type descriptor */ member in struct:fd_softc
568 fd->sc_deftype = type;
635 return type ? &fd_types[type - 1] : fd->sc_deftype;
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/mainbus/
H A Dfd.c222 struct fd_type *sc_deftype; /* default type descriptor */ member in struct:fd_softc
497 fd->sc_deftype = type;
543 return type ? &fd_types[type - 1] : fd->sc_deftype;
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/dev/
H A Dfdc.c297 struct fd_type *sc_deftype; /* default type descriptor */ member in struct:fd_softc
954 fd->sc_deftype = type;
1003 return type ? &fd_types[type - 1] : fd->sc_deftype;
2573 fdt = fd->sc_deftype;
/netbsd-6-1-5-RELEASE/sys/arch/sparc/dev/
H A Dfd.c265 struct fd_type *sc_deftype; /* default type descriptor */ member in struct:fd_softc
783 fd->sc_deftype = type;
830 return (type ? &fd_types[type - 1] : fd->sc_deftype);
/netbsd-6-1-5-RELEASE/sys/arch/x68k/dev/
H A Dfd.c221 struct fd_type *sc_deftype; /* default type descriptor */ member in struct:fd_softc
627 fd->sc_deftype = type;

Completed in 221 milliseconds