Home
last modified time | relevance | path

Searched refs:vfc_mountroot (Results 1 – 2 of 2) sorted by path

/original-bsd/sys/kern/
H A Dvfs_subr.c185 if (vfsp->vfc_mountroot == NULL) in vfs_mountroot()
187 if ((error = (*vfsp->vfc_mountroot)()) == 0) in vfs_mountroot()
/original-bsd/sys/sys/
H A Dmount.h186 int (*vfc_mountroot)(void); /* if != NULL, routine to mount root */ member