Searched defs:guid_cmp (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dgpt.c445 guid_cmp (efi_guid_t left, efi_guid_t right) function
806 if (!guid_cmp (gpt_part_data->type, PARTITION_SYSTEM_GUID))
808 else if (!guid_cmp (gpt_part_data->type, PARTITION_BIOS_GRUB_GUID))
810 else if (!guid_cmp (gpt_part_data->type, PARTITION_RAID_GUID))
812 else if (!guid_cmp (gpt_part_data->type, PARTITION_LVM_GUID))
814 else if (!guid_cmp (gpt_part_data->type, PARTITION_HPSERVICE_GUID))
816 else if (!guid_cmp (gpt_part_data->type, PARTITION_MSFT_RESERVED_GUID))
818 else if (!guid_cmp (gpt_part_data->type, PARTITION_MSFT_RECOVERY))
820 else if (!guid_cmp (gpt_part_data->type, PARTITION_APPLE_TV_RECOVERY_GUID))
1037 if (!guid_cmp (pt
[all...]

Completed in 19 milliseconds