HomeSort by relevance Sort by last modified time
    Searched refs:MAX_MBR_PARTS (Results 1 - 5 of 5) sorted by null

  /external/gptfdisk/
basicmbr.cc 44 // memset(&EbrLocations, 0, MAX_MBR_PARTS * sizeof(uint32_t));
57 // memset(&EbrLocations, 0, MAX_MBR_PARTS * sizeof(uint32_t));
98 for (i = 0; i < MAX_MBR_PARTS; i++) {
254 uint64_t EbrLocations[MAX_MBR_PARTS];
257 memset(&EbrLocations, 0, MAX_MBR_PARTS * sizeof(uint64_t));
258 while (another && (partNum < MAX_MBR_PARTS) && (partNum >= 0) && (allOK > 0)) {
259 for (i = 0; i < MAX_MBR_PARTS; i++) {
295 if ((partNum >= 0) && (partNum < MAX_MBR_PARTS) && (allOK > 0)) {
311 if ((ebr.partitions[1].firstLBA != UINT32_C(0)) && (partNum < (MAX_MBR_PARTS - 1))) {
380 while (allOK && moreLogicals && (partNum < MAX_MBR_PARTS) && (partNum >= 0))
    [all...]
basicmbr.h 17 #define MAX_MBR_PARTS 128
47 // MAX_MBR_PARTS defaults to 128. This array holds both the primary and
49 MBRPart partitions[MAX_MBR_PARTS];
139 int SectorUsedAs(uint64_t sector, int topPartNum = MAX_MBR_PARTS);
sgdisk.cc 54 for (int i = 0; i < MAX_MBR_PARTS; i++) {
mbr.cc 118 for (i = 0; i < MAX_MBR_PARTS; i++) {
gpt.cc     [all...]

Completed in 87 milliseconds