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

  /src/sys/sys/
mount.h 209 int (*vfs_mountroot)(void); member in struct:vfsops
385 int vfs_mountroot(void);
mount.h 209 int (*vfs_mountroot)(void); member in struct:vfsops
385 int vfs_mountroot(void);
  /src/sys/kern/
vfs_mount.c 1204 * Print a list of supported file system types (used by vfs_mountroot)
1237 vfs_mountroot(void) function in typeref:typename:int
1243 panic("vfs_mountroot: root device unknown");
1248 panic("vfs_mountroot: rootdev set for DV_IFNET "
1257 panic("vfs_mountroot: rootdev not set for DV_DISK");
1259 panic("vfs_mountroot: can't get vnode for rootdev");
1264 printf("vfs_mountroot: can't open root device\n");
1286 if (v->vfs_mountroot != NULL) {
1287 error = (v->vfs_mountroot)();
1299 if (v->vfs_mountroot == NULL
    [all...]
vfs_mount.c 1204 * Print a list of supported file system types (used by vfs_mountroot)
1237 vfs_mountroot(void) function in typeref:typename:int
1243 panic("vfs_mountroot: root device unknown");
1248 panic("vfs_mountroot: rootdev set for DV_IFNET "
1257 panic("vfs_mountroot: rootdev not set for DV_DISK");
1259 panic("vfs_mountroot: can't get vnode for rootdev");
1264 printf("vfs_mountroot: can't open root device\n");
1286 if (v->vfs_mountroot != NULL) {
1287 error = (v->vfs_mountroot)();
1299 if (v->vfs_mountroot == NULL
    [all...]

Completed in 24 milliseconds