Home
last modified time | relevance | path

Searched refs:kPartitionTypeIntelExtended (Results 1 – 9 of 9) sorted by relevance

/haiku/headers/private/storage/
H A DDiskDeviceTypes.h26 extern const char *kPartitionTypeIntelExtended;
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceTypes.cpp33 const char* kPartitionTypeIntelExtended = INTEL_EXTENDED_PARTITION_NAME; variable
/haiku/src/add-ons/disk_systems/intel/
H A DPrimaryParameterEditor.cpp68 kPartitionTypeIntelExtended) != 0); in ParameterChanged()
H A DExtendedPartitionAddOn.cpp62 BDiskSystemAddOn(kPartitionTypeIntelExtended, kDiskSystemFlags) in ExtendedPartitionAddOn()
262 && strcmp(nextType->name, kPartitionTypeIntelExtended) != 0) in GetNextSupportedType()
/haiku/headers/private/kernel/boot/
H A Dpartitions.h59 #define kPartitionTypeIntelExtended "Intel Extended Partition" macro
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dintel.cpp111 && !strcmp(partition->type, kPartitionTypeIntelExtended)) { in pm_identify_partition()
301 || strcmp(partition->type, kPartitionTypeIntelExtended)) { in ep_identify_partition()
H A Dwrite_support.cpp1567 && strcmp(partition->type, kPartitionTypeIntelExtended) == 0 in ep_get_supported_operations()
1747 || strcmp(partition->content_type, kPartitionTypeIntelExtended) in ep_get_partitionable_spaces()
1770 || strcmp(partition->content_type, kPartitionTypeIntelExtended) in ep_get_next_supported_type()
/haiku/src/bin/
H A Dmountvolume.cpp289 else if (!strcmp(type, kPartitionTypeIntelExtended)) in Visit()
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.cpp153 { 0x0f, kPartitionTypeIntelExtended },