Home
last modified time | relevance | path

Searched refs:typeGUID (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A Dgpt.cpp345 guid_t typeGUID; in efi_gpt_validate_set_type() local
346 return get_guid_for_partition_type(type, typeGUID); in efi_gpt_validate_set_type()
686 guid_t typeGUID; in efi_gpt_set_type() local
687 if (!get_guid_for_partition_type(type, typeGUID)) in efi_gpt_set_type()
693 entry.partition_type = typeGUID; in efi_gpt_set_type()
807 guid_t typeGUID; in efi_gpt_create_child() local
808 if (!get_guid_for_partition_type(type, typeGUID)) in efi_gpt_create_child()
819 entry.partition_type = typeGUID; in efi_gpt_create_child()