Searched refs:kPartitionTypeIntel (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/private/storage/
H A DDiskDeviceTypes.h25 extern const char *kPartitionTypeIntel;
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceTypes.cpp32 const char* kPartitionTypeIntel = INTEL_PARTITION_NAME; variable
/haiku/headers/private/kernel/boot/
H A Dpartitions.h58 #define kPartitionTypeIntel "Intel Partition Map" macro
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dintel.cpp306 || strcmp(parent->content_type, kPartitionTypeIntel)) {
H A Dwrite_support.cpp701 || strcmp(partition->content_type, kPartitionTypeIntel)
722 || strcmp(partition->content_type, kPartitionTypeIntel)
1568 && strcmp(parent->content_type, kPartitionTypeIntel) == 0) {
1611 && !strcmp(partition->content_type, kPartitionTypeIntel);
/haiku/src/add-ons/disk_systems/intel/
H A DPartitionMapAddOn.cpp61 BDiskSystemAddOn(kPartitionTypeIntel, kDiskSystemFlags)
/haiku/src/system/kernel/fs/
H A Dvfs_boot.cpp284 && strcmp(device->ContentType(), kPartitionTypeIntel) == 0
/haiku/src/apps/bootmanager/
H A DLegacyBootMenu.cpp323 || strcmp(device.ContentType(), kPartitionTypeIntel) != 0)

Completed in 66 milliseconds