Searched refs:guid_t (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A Dutility.h18 extern const guid_t kEmptyGUID;
22 const char* get_partition_type(const guid_t& guid);
27 bool get_guid_for_partition_type(const char* type, guid_t& guid);
H A Dguid.h20 } _PACKED guid_t; typedef in typeref:struct:guid
24 guid_t::operator==(const guid_t &other) const
34 guid_t::operator!=(const guid_t &other) const
H A Dgpt.h26 guid_t disk_guid;
92 guid_t partition_type;
93 guid_t unique_guid;
H A Dutility.cpp20 const guid_t kEmptyGUID = {0, 0, 0, {0, 0, 0, 0, 0, 0, 0, 0}};
124 get_partition_type(const guid_t& guid)
137 get_guid_for_partition_type(const char* type, guid_t& guid)
H A Dgpt_known_guids.h27 inline operator guid_t() const;
32 static_guid::operator==(const guid_t& other) const
43 static_guid::operator guid_t() const
45 guid_t guid;
H A DHeader.h68 const char* _PrintGUID(const guid_t& id);
H A DHeader.cpp155 memcpy((uint8*)&fHeader.disk_guid, uuid, sizeof(guid_t));
374 Header::_PrintGUID(const guid_t &id)
H A Dgpt.cpp345 guid_t typeGUID;
686 guid_t typeGUID;
807 guid_t typeGUID;
822 memcpy((uint8*)&entry.unique_guid, uuid, sizeof(guid_t));

Completed in 100 milliseconds