Searched refs:kEmptyGUID (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A Dutility.h18 extern const guid_t kEmptyGUID;
H A Dutility.cpp20 const guid_t kEmptyGUID = {0, 0, 0, {0, 0, 0, 0, 0, 0, 0, 0}}; variable
H A Dgpt.cpp120 if (entry.partition_type == kEmptyGUID)
382 if (entry.partition_type == kEmptyGUID) {
887 entry.partition_type = kEmptyGUID;
H A DHeader.cpp412 if (entry.partition_type == kEmptyGUID)

Completed in 91 milliseconds