Home | History | Annotate | Download | only in gptfdisk

Lines Matching refs:NONE

712          if ((partitions[i].GetInclusion() != NONE) && (partitions[j].GetInclusion() != NONE) &&
795 ((sectorBefore == EBR) || (sectorBefore == NONE))) {
809 if ((sectorBefore != EBR) && (sectorBefore != NONE))
945 while ((start < MAX_MBR_PARTS) && (start >= 0) && (partitions[start].GetInclusion() == NONE))
1091 // Set the inclusion status (PRIMARY, LOGICAL, or NONE) with some sanity
1098 if ((inclStatus == PRIMARY) || (inclStatus == LOGICAL) || (inclStatus == NONE)) {
1175 if ((partitions[i].GetInclusion() != NONE) &&
1178 partitions[i].SetInclusion(NONE);
1180 partitions[j].SetInclusion(NONE);
1189 int earliestPart = 0, earliestPartWas = NONE, i;
1199 partitions[i].SetInclusion(NONE);
1214 if ((partitions[i].GetInclusion() == NONE) && (partitions[i].CanBePrimary())) {
1231 partitions[i].SetInclusion(NONE);
1251 if (SectorUsedAs(partitions[i].GetStartLBA() - 1) == NONE)
1254 partitions[i].SetInclusion(NONE);
1286 if ((partitions[j].GetInclusion() == NONE) && (partitions[j].GetLengthLBA() == 0)) {
1350 if ((partitions[i].GetInclusion() == NONE) || (partitions[i].GetLengthLBA() == 0)) {
1377 // if none available....
1444 // Returns NONE (unused), PRIMARY, LOGICAL, EBR (for EBR or MBR), or INVALID.
1449 int i = 0, usedAs = NONE;
1461 } while ((i < topPartNum) && ((usedAs == NONE) || (usedAs == EBR)));
1559 if (partitions[num].GetInclusion() != NONE)
1572 SetInclusionwChecks(num, NONE);