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

  /src/sys/dev/isa/
fd.c 273 static const struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
690 fd_dev_to_type(struct fd_softc *fd, dev_t dev) function in typeref:typename:const struct fd_type *
931 type = fd_dev_to_type(fd, dev);
  /src/sys/arch/arc/jazz/
fd.c 235 static const struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
424 fd_dev_to_type(struct fd_softc *fd, dev_t dev) function in typeref:typename:const struct fd_type *
659 type = fd_dev_to_type(fd, dev);
  /src/sys/arch/atari/dev/
hdfd.c 338 static struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
596 fd_dev_to_type(struct fd_softc *fd, dev_t dev) function in typeref:struct:fd_type *
827 type = fd_dev_to_type(fd, dev);
  /src/sys/arch/acorn32/mainbus/
fd.c 316 static struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
558 fd_dev_to_type(struct fd_softc *fd, dev_t dev) function in typeref:struct:fd_type *
791 type = fd_dev_to_type(fd, dev);
  /src/sys/arch/sparc64/dev/
fdc.c 260 static struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
1017 fd_dev_to_type(struct fd_softc *fd, dev_t dev) function in typeref:struct:fd_type *
1317 type = fd_dev_to_type(fd, dev);
  /src/sys/arch/sparc/dev/
fd.c 228 static struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
844 fd_dev_to_type(struct fd_softc *fd, dev_t dev) function in typeref:struct:fd_type *
1134 type = fd_dev_to_type(fd, dev);
  /src/sys/arch/x68k/dev/
fd.c 320 static struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
676 fd_dev_to_type(struct fd_softc *fd, dev_t dev) function in typeref:struct:fd_type *
935 type = fd_dev_to_type(fd, dev);
  /src/sys/arch/sun3/dev/
fd.c 194 static struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
648 fd_dev_to_type(struct fd_softc *fd, dev_t dev) function in typeref:struct:fd_type *
890 type = fd_dev_to_type(fd, dev);

Completed in 59 milliseconds