Searched refs:bootDevice (Results 1 - 11 of 11) sorted by relevance

/haiku/src/bin/writembr/
H A Dwritembr.cpp55 BDiskDevice bootDevice; local
56 if(roster.FindPartitionByVolume(bootVolume, &bootDevice, NULL) != B_OK) {
61 bootDevice.GetPath(&device);
/haiku/src/system/libroot/os/
H A Dfind_directory.cpp282 dev_t bootDevice = -1; local
299 bootDevice = dev_for_path("/boot");
301 device = bootDevice;
304 if (device != bootDevice) {
331 if (device == bootDevice || !strcmp(fsInfo.fsh_name, "bfs"))
336 if (device == bootDevice || !strcmp(fsInfo.fsh_name, "bfs"))
470 if (bootDevice > -1 && device != bootDevice) {
/haiku/headers/private/kernel/boot/
H A Dplatform.h62 extern status_t platform_get_boot_partitions(struct stage2_args *args, Node *bootDevice,
/haiku/src/system/kernel/fs/
H A Dvfs_boot.cpp484 dev_t bootDevice = -1; local
505 bootDevice = _kern_mount("/boot", path.Path(), fsName, 0, NULL, 0);
506 if (bootDevice >= 0) {
513 if (bootDevice < B_OK)
519 if (_kern_read_fs_info(bootDevice, &info) == B_OK) {
563 gBootDevice = bootDevice;
/haiku/src/system/boot/platform/efi/
H A Ddevices.cpp243 platform_get_boot_partitions(struct stage2_args *args, Node *bootDevice, argument
249 if (device_contains_partition((EfiDevice*)bootDevice, partition)) {
/haiku/src/system/boot/platform/amiga_m68k/
H A Ddevices.cpp171 platform_get_boot_partitions(struct stage2_args *args, Node *bootDevice, argument
/haiku/src/tests/system/boot/loader/
H A Dplatform_devices.cpp157 platform_get_boot_partitions(struct stage2_args* args, Node* bootDevice, argument
/haiku/src/tests/kits/storage/
H A DVolumeTest.cpp200 dev_t bootDevice = dev_for_path("/boot"); local
201 CHK(bootDevice >= 0);
202 CHK(volume.Device() != bootDevice);
/haiku/src/system/boot/platform/riscv/
H A Ddevices.cpp185 platform_get_boot_partitions(struct stage2_args* args, Node* bootDevice, argument
/haiku/src/system/boot/platform/bios_ia32/
H A Ddevices.cpp880 platform_get_boot_partitions(struct stage2_args *args, Node *bootDevice, argument
883 BIOSDrive *drive = static_cast<BIOSDrive *>(bootDevice);
/haiku/src/system/boot/platform/atari_m68k/
H A Ddevices.cpp1192 platform_get_boot_partitions(struct stage2_args *args, Node *bootDevice, argument
1195 BlockHandle *drive = static_cast<BlockHandle *>(bootDevice);

Completed in 95 milliseconds