Home
last modified time | relevance | path

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

/netbsd/sys/sys/
H A Ddevice.h518 extern bool root_is_mounted; /* true if root is mounted */
/netbsd/sys/kern/
H A Dsubr_autoconf.c223 bool root_is_mounted = false; variable
540 if (!root_is_mounted) in config_create_mountrootthreads()
541 root_is_mounted = true; in config_create_mountrootthreads()
2555 if (root_is_mounted) { in config_mountroot()
/netbsd/sys/dev/usb/
H A Dehci.c2737 extern bool root_is_mounted; in ehci_disown_sched_callback()
2741 if (root_is_mounted || in ehci_disown_sched_callback()