/src/sys/dev/isa/ |
fd.c | 262 const struct fd_type *fd_nvtotype(const char *, int, int); 437 fdc->sc_knownfds[0] = fd_nvtotype(device_xname(fdc->sc_dev), 441 fdc->sc_knownfds[1] = fd_nvtotype(device_xname(fdc->sc_dev), 652 fd_nvtotype(const char *fdc, int nvraminfo, int drive) function in typeref:typename:const struct fd_type *
|
/src/sys/arch/arc/jazz/ |
fd.c | 223 static const struct fd_type *fd_nvtotype(char *, int, int); 392 fd_nvtotype(char *fdc, int nvraminfo, int drive)
|
/src/sys/arch/acorn32/mainbus/ |
fd.c | 303 struct fd_type *fd_nvtotype(const char *, int, int); 430 fa.fa_deftype = fd_nvtotype(device_xname(fdc->sc_dev), 536 fd_nvtotype(const char *fdc, int nvraminfo, int drive) function in typeref:struct:fd_type *
|
/src/sys/arch/sparc64/dev/ |
fdc.c | 377 struct fd_type *fd_nvtotype(char *, int, int);
|
/src/sys/arch/sparc/dev/ |
fd.c | 344 struct fd_type *fd_nvtotype(char *, int, int);
|