Home
last modified time | relevance | path

Searched refs:root_mount_always_wait (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dvfs_mountroot.c139 static int root_mount_always_wait = 0; variable
140 SYSCTL_INT(_vfs, OID_AUTO, root_mount_always_wait, CTLFLAG_RDTUN,
141 &root_mount_always_wait, 0,
1018 dev[0] == '\0' || root_mount_always_wait != 0) { in vfs_mountroot_wait_if_neccessary()