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

  /src/sys/kern/
kern_hook.c 226 mountroothook_establish(void (*fn)(device_t), device_t dev) function in typeref:typename:void *
  /src/sys/sys/
systm.h 585 void *mountroothook_establish(void (*)(device_t), device_t);
  /src/sys/arch/arc/jazz/
fd.c 368 mountroothook_establish(fd_mountroot_hook, fd->sc_dev);
  /src/sys/dev/isa/
fd.c 594 mountroothook_establish(fd_mountroot_hook, fd->sc_dev);
  /src/sys/arch/x68k/dev/
fd.c 669 mountroothook_establish(fd_mountroot_hook, fd->sc_dev);
  /src/sys/arch/sun3/dev/
fd.c 629 mountroothook_establish(fd_mountroot_hook, self);
  /src/sys/arch/sparc64/dev/
fdc.c 992 mountroothook_establish(fd_mountroot_hook, fd->sc_dev);
  /src/sys/arch/sparc/dev/
fd.c 821 mountroothook_establish(fd_mountroot_hook, fd->sc_dv);

Completed in 20 milliseconds