HomeSort by: relevance | last modified time | path
    Searched defs:sc_deftype (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/isa/
fdvar.h 61 const struct fd_type *sc_deftype; /* default type descriptor */ member in struct:fd_softc
  /src/sys/arch/arc/jazz/
fd.c 149 const struct fd_type *sc_deftype; /* default type descriptor */ member in struct:fd_softc
358 fd->sc_deftype = type;
430 return type ? &fd_types[type - 1] : fd->sc_deftype;
  /src/sys/arch/atari/dev/
hdfd.c 252 struct fd_type *sc_deftype; /* default type descriptor */ member in struct:fd_softc
548 fd->sc_deftype = type;
602 return type ? &fd_types[type - 1] : fd->sc_deftype;
  /src/sys/arch/acorn32/mainbus/
fd.c 221 struct fd_type *sc_deftype; /* default type descriptor */ member in struct:fd_softc
518 fd->sc_deftype = type;
564 return type ? &fd_types[type - 1] : fd->sc_deftype;
  /src/sys/arch/sparc64/dev/
fdc.c 297 struct fd_type *sc_deftype; /* default type descriptor */ member in struct:fd_softc
974 fd->sc_deftype = type;
1023 return type ? &fd_types[type - 1] : fd->sc_deftype;
2590 fdt = fd->sc_deftype;
  /src/sys/arch/sparc/dev/
fd.c 265 struct fd_type *sc_deftype; /* default type descriptor */ member in struct:fd_softc
803 fd->sc_deftype = type;
850 return (type ? &fd_types[type - 1] : fd->sc_deftype);
  /src/sys/arch/x68k/dev/
fd.c 221 struct fd_type *sc_deftype; /* default type descriptor */ member in struct:fd_softc
651 fd->sc_deftype = type;
  /src/sys/arch/sun3/dev/
fd.c 241 struct fd_type *sc_deftype; /* default type descriptor */ member in struct:fd_softc
587 fd->sc_deftype = type;
654 return type ? &fd_types[type - 1] : fd->sc_deftype;

Completed in 23 milliseconds