OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:root_is_mounted
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/sys/
device.h
526
extern bool
root_is_mounted
; /* true if root is mounted */
/src/sys/kern/
subr_autoconf.c
232
bool
root_is_mounted
= false;
variable
554
if (!
root_is_mounted
)
555
root_is_mounted
= true;
2660
if (
root_is_mounted
) {
/src/sys/dev/usb/
ehci.c
2764
extern bool
root_is_mounted
;
2768
if (
root_is_mounted
||
Completed in 21 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026