HomeSort by: relevance | last modified time | path
    Searched refs:root_is_mounted (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
device.h 513 extern bool root_is_mounted; /* true if root is mounted */
  /src/sys/kern/
subr_autoconf.c 224 bool root_is_mounted = false; variable in typeref:typename:bool
541 if (!root_is_mounted)
542 root_is_mounted = true;
2569 if (root_is_mounted) {
  /src/sys/dev/usb/
ehci.c 2764 extern bool root_is_mounted;
2768 if (root_is_mounted ||

Completed in 18 milliseconds