Searched refs:kPartitionTypeIntelExtended (Results 1 – 9 of 9) sorted by relevance
/haiku/headers/private/storage/ |
H A D | DiskDeviceTypes.h | 26 extern const char *kPartitionTypeIntelExtended;
|
/haiku/src/kits/storage/disk_device/ |
H A D | DiskDeviceTypes.cpp | 33 const char* kPartitionTypeIntelExtended = INTEL_EXTENDED_PARTITION_NAME; variable
|
/haiku/src/add-ons/disk_systems/intel/ |
H A D | PrimaryParameterEditor.cpp | 68 kPartitionTypeIntelExtended) != 0); in ParameterChanged()
|
H A D | ExtendedPartitionAddOn.cpp | 62 BDiskSystemAddOn(kPartitionTypeIntelExtended, kDiskSystemFlags) in ExtendedPartitionAddOn() 262 && strcmp(nextType->name, kPartitionTypeIntelExtended) != 0) in GetNextSupportedType()
|
/haiku/headers/private/kernel/boot/ |
H A D | partitions.h | 59 #define kPartitionTypeIntelExtended "Intel Extended Partition" macro
|
/haiku/src/add-ons/kernel/partitioning_systems/intel/ |
H A D | intel.cpp | 111 && !strcmp(partition->type, kPartitionTypeIntelExtended)) { in pm_identify_partition() 301 || strcmp(partition->type, kPartitionTypeIntelExtended)) { in ep_identify_partition()
|
H A D | write_support.cpp | 1567 && 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 D | mountvolume.cpp | 289 else if (!strcmp(type, kPartitionTypeIntelExtended)) in Visit()
|
/haiku/src/add-ons/kernel/partitioning_systems/common/ |
H A D | PartitionMap.cpp | 153 { 0x0f, kPartitionTypeIntelExtended },
|