Home
last modified time | relevance | path

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)) { in ep_identify_partition()
H A Dwrite_support.cpp701 || strcmp(partition->content_type, kPartitionTypeIntel) in pm_get_partitionable_spaces()
722 || strcmp(partition->content_type, kPartitionTypeIntel) in pm_get_next_supported_type()
1568 && strcmp(parent->content_type, kPartitionTypeIntel) == 0) { in ep_get_supported_operations()
1611 && !strcmp(partition->content_type, kPartitionTypeIntel); in ep_is_sub_system_for()
/haiku/src/system/kernel/fs/
H A Dvfs_boot.cpp284 && strcmp(device->ContentType(), kPartitionTypeIntel) == 0 in IsBootPartition()
/haiku/src/add-ons/disk_systems/intel/
H A DPartitionMapAddOn.cpp61 BDiskSystemAddOn(kPartitionTypeIntel, kDiskSystemFlags) in PartitionMapAddOn()
/haiku/src/apps/bootmanager/
H A DLegacyBootMenu.cpp323 || strcmp(device.ContentType(), kPartitionTypeIntel) != 0) in CanBeInstalled()