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

/haiku-fatelf/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-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/drive_setup_addon/
H A Dudf-ds.cpp22 char partition_type[B_FILE_NAME_LENGTH]; member in struct:partition_data
/haiku-fatelf/src/add-ons/kernel/partitioning_systems/gpt/
H A Defi_gpt.h92 guid_t partition_type; member in struct:efi_partition_entry
H A DHeader.cpp373 if (entry.partition_type == kEmptyGUID)
377 _PrintGUID(entry.partition_type));
H A Defi_gpt.cpp108 if (entry.partition_type == kEmptyGUID)
129 child->type = strdup(get_partition_type(entry.partition_type));
363 if (entry.partition_type == kEmptyGUID) {
674 entry.partition_type = typeGUID;
761 entry.partition_type = typeGUID;
826 entry.partition_type = kEmptyGUID;
/haiku-fatelf/src/add-ons/kernel/partitioning_systems/intel/
H A DPartitionMap.h28 // partition_type
29 struct partition_type { struct
303 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-fatelf/src/add-ons/disk_systems/intel/
H A DExtendedPartitionAddOn.cpp253 const partition_type* nextType;
H A DPartitionMapAddOn.cpp261 const partition_type* nextType;

Completed in 118 milliseconds