Home
last modified time | relevance | path

Searched refs:MAX_MBR_PARTS (Results 1 - 5 of 5) sorted by relevance

/third_party/gptfdisk/
H A Dbasicmbr.cc44 // memset(&EbrLocations, 0, MAX_MBR_PARTS * sizeof(uint32_t)); in BasicMBRData()
72 for (i = 0; i < MAX_MBR_PARTS; i++) { in BasicMBRData()
87 // memset(&EbrLocations, 0, MAX_MBR_PARTS * sizeof(uint32_t)); in BasicMBRData()
129 for (i = 0; i < MAX_MBR_PARTS; i++) { in operator =()
286 uint64_t EbrLocations[MAX_MBR_PARTS]; in ReadLogicalParts()
289 memset(&EbrLocations, 0, MAX_MBR_PARTS * sizeof(uint64_t)); in ReadLogicalParts()
290 while (another && (partNum < MAX_MBR_PARTS) && (partNum >= 0) && (allOK > 0)) { in ReadLogicalParts()
291 for (i = 0; i < MAX_MBR_PARTS; i++) { in ReadLogicalParts()
328 if ((partNum >= 0) && (partNum < MAX_MBR_PARTS) && (allOK > 0)) { in ReadLogicalParts()
344 if ((ebr.partitions[1].firstLBA != UINT32_C(0)) && (partNum < (MAX_MBR_PARTS in ReadLogicalParts()
[all...]
H A Dbasicmbr.h17 #define MAX_MBR_PARTS 128 macro
46 // MAX_MBR_PARTS defaults to 128. This array holds both the primary and
48 MBRPart partitions[MAX_MBR_PARTS];
139 int SectorUsedAs(uint64_t sector, int topPartNum = MAX_MBR_PARTS);
H A Dsgdisk.cc50 for (int i = 0; i < MAX_MBR_PARTS; i++) { in ohos_dump()
H A Dmbr.cc115 for (i = 0; i < MAX_MBR_PARTS; i++) { in DeleteByLocation()
H A Dgpt.cc1714 if (numParts > MAX_MBR_PARTS) in XFormPartitions()
1715 numToConvert = MAX_MBR_PARTS; in XFormPartitions()

Completed in 7 milliseconds