Searched refs:partition_type (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/udf/drive_setup_addon/
H A Dudf-ds.cpp22 char partition_type[B_FILE_NAME_LENGTH]; member in struct:partition_data
/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A Dgpt.h92 guid_t partition_type; member in struct:gpt_partition_entry
H A Dgpt.cpp120 if (entry.partition_type == kEmptyGUID)
147 child->type = strdup(get_partition_type(entry.partition_type));
382 if (entry.partition_type == kEmptyGUID) {
693 entry.partition_type = typeGUID;
819 entry.partition_type = typeGUID;
887 entry.partition_type = kEmptyGUID;
H A DHeader.cpp412 if (entry.partition_type == kEmptyGUID)
416 _PrintGUID(entry.partition_type));
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.h28 // partition_type
29 struct partition_type { struct
307 const partition_type* GetNextSupportedPartitionType(uint32 cookie);
H A DPartitionMap.cpp52 static const struct partition_type kPartitionTypes[] = {
148 static const struct partition_type kPartitionContentTypes[] = {
942 const partition_type*
945 if (index > (sizeof(kPartitionTypes) / sizeof(partition_type) - 2))
/haiku/src/system/boot/platform/efi/
H A Ddevices.cpp162 if (kTypeMap[i].guid == header->EntryAt(index).partition_type)
/haiku/src/add-ons/disk_systems/intel/
H A DPartitionMapAddOn.cpp252 const partition_type* nextType;
H A DExtendedPartitionAddOn.cpp254 const partition_type* nextType;
/haiku/src/bin/makebootable/platform/bios_ia32/
H A Dmakebootable.cpp280 if (!(bfs_uuid == partition.partition_type)) {

Completed in 79 milliseconds