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.cpp49 kPartitionTypeIntelExtended) != 0);
H A DExtendedPartitionAddOn.cpp62 BDiskSystemAddOn(kPartitionTypeIntelExtended, kDiskSystemFlags)
262 && strcmp(nextType->name, kPartitionTypeIntelExtended) != 0)
/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)) {
301 || strcmp(partition->type, kPartitionTypeIntelExtended)) {
H A Dwrite_support.cpp1567 && strcmp(partition->type, kPartitionTypeIntelExtended) == 0
1747 || strcmp(partition->content_type, kPartitionTypeIntelExtended)
1770 || strcmp(partition->content_type, kPartitionTypeIntelExtended)
/haiku/src/bin/
H A Dmountvolume.cpp289 else if (!strcmp(type, kPartitionTypeIntelExtended))
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.cpp153 { 0x0f, kPartitionTypeIntelExtended },

Completed in 61 milliseconds