Searched refs:isBootDevice (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/kernel/boot/
H A Dpartitions.h30 status_t Mount(Directory **_fileSystem = NULL, bool isBootDevice = false);
31 status_t Scan(bool mountFileSystems, bool isBootDevice = false);
H A Dvfs.h183 extern status_t add_partitions_for(int fd, bool mountFileSystems, bool isBootDevice = false);
184 extern status_t add_partitions_for(Node *device, bool mountFileSystems, bool isBootDevice = false);
/haiku/src/system/boot/loader/
H A Dpartitions.cpp295 Partition::Mount(Directory **_fileSystem, bool isBootDevice) argument
297 if (isBootDevice && gBootVolume.GetBool(BOOT_VOLUME_BOOTED_FROM_IMAGE,
313 Partition::Scan(bool mountFileSystems, bool isBootDevice) argument
322 if (isBootDevice && gBootVolume.GetBool(BOOT_VOLUME_BOOTED_FROM_IMAGE,
446 add_partitions_for(int fd, bool mountFileSystems, bool isBootDevice) argument
462 if ((partition->Scan(mountFileSystems, isBootDevice) == B_OK
476 add_partitions_for(Node *device, bool mountFileSystems, bool isBootDevice) argument
485 status_t status = add_partitions_for(fd, mountFileSystems, isBootDevice);

Completed in 44 milliseconds