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

  /src/sys/dev/isa/
fd.c 277 void fd_mountroot_hook(device_t);
594 mountroothook_establish(fd_mountroot_hook, fd->sc_dev);
1648 fd_mountroot_hook(device_t dev) function in typeref:typename:void
  /src/sys/arch/arc/jazz/
fd.c 236 static void fd_mountroot_hook(device_t);
368 mountroothook_establish(fd_mountroot_hook, fd->sc_dev);
1131 fd_mountroot_hook(device_t dev) function in typeref:typename:void
  /src/sys/arch/sparc64/dev/
fdc.c 397 void fd_mountroot_hook(device_t );
992 mountroothook_establish(fd_mountroot_hook, fd->sc_dev);
2516 fd_mountroot_hook(device_t dev) function in typeref:typename:void
  /src/sys/arch/sparc/dev/
fd.c 364 void fd_mountroot_hook(device_t);
821 mountroothook_establish(fd_mountroot_hook, fd->sc_dv);
2328 fd_mountroot_hook(device_t dev) function in typeref:typename:void
  /src/sys/arch/x68k/dev/
fd.c 326 static void fd_mountroot_hook(device_t);
669 mountroothook_establish(fd_mountroot_hook, fd->sc_dev);
1908 fd_mountroot_hook(device_t dev) function in typeref:typename:void
  /src/sys/arch/sun3/dev/
fd.c 333 static void fd_mountroot_hook(device_t);
629 mountroothook_establish(fd_mountroot_hook, self);
1945 fd_mountroot_hook(device_t dev) function in typeref:typename:void

Completed in 24 milliseconds