Searched refs:gBootDevice (Results 1 - 12 of 12) sorted by relevance

/haiku/headers/private/kernel/
H A Dboot_device.h12 extern dev_t gBootDevice;
/haiku/src/system/kernel/
H A Dmodule.cpp481 if (refCount == 1 && gBootDevice > 0)
639 if (__find_directory(kModulePaths[i], gBootDevice, true,
1427 if (__find_directory(kModulePaths[i], gBootDevice, true,
1598 if (__find_directory(kModulePaths[i], gBootDevice, true,
1900 if (__find_directory(kModulePaths[i], gBootDevice, true,
2007 if (gBootDevice > 0) {
2020 if (__find_directory(kModulePaths[i], gBootDevice, true,
2206 } else if ((module->flags & B_BUILT_IN_MODULE) == 0 && gBootDevice < 0
2233 if (gBootDevice >= 0)
2279 if (gBootDevice >
[all...]
H A Dmain.cpp381 gBootDevice, false, serverPath.LockBuffer(),
H A Dteam.cpp1686 err = __find_directory(B_SYSTEM_DIRECTORY, gBootDevice, false,
/haiku/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp352 if (exported == 0 && driver->devices_used == 0 && gBootDevice >= 0) {
534 if (__find_directory(whichPath[index], gBootDevice, false,
953 if (__find_directory(kDriverPaths[i], gBootDevice, true,
1188 if (gBootDevice < 0)
1402 gBootDevice, false, basePath.LockBuffer(), basePath.BufferSize());
1488 if (!sWatching && gBootDevice > 0) {
1502 if (__find_directory(kDriverPaths[i], gBootDevice, true,
H A Ddevice_manager.cpp388 if (gBootDevice < 0) {
H A Ddevfs.cpp212 return gBootDevice >= 0 ? kNormalScan : kBootScan;
/haiku/src/system/kernel/fs/
H A Dvfs_boot.cpp60 dev_t gBootDevice = -1; variable
563 gBootDevice = bootDevice;
/haiku/src/system/libroot/os/
H A Ddriver_settings.cpp696 if (--handle->ref_count == 0 && gBootDevice > 0) {
725 if (handle != NULL && handle->ref_count == 0 && gBootDevice > 0) {
/haiku/src/add-ons/kernel/file_cache/
H A Drule_based_prefetcher.cpp41 extern dev_t gBootDevice;
686 if (device < gBootDevice) {
H A Dlaunch_speedup.cpp36 extern dev_t gBootDevice;
715 if (device < gBootDevice) {
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp1658 swapDeviceID = gBootDevice;
1705 swapDeviceID = gBootDevice;
1712 if (swapDeviceID == gBootDevice)

Completed in 76 milliseconds