Home | History | Annotate | Download | only in gptfdisk

Lines Matching refs:firstLBA

46    firstLBA = 0;
78 firstLBA = orig.firstLBA;
96 firstLBA = orig.firstLBA;
112 return (firstLBA < other.firstLBA);
114 return (other.firstLBA < firstLBA);
141 firstLBA = UINT32_C(0);
162 firstLBA = (uint32_t) start;
183 firstLBA = (uint32_t) start;
192 if ((partitionType == 0xEE) && (!validCHS) && (firstLBA == 1) &&
202 theStruct->firstLBA = firstLBA;
220 // firstLBA is non-0.
223 return (uint64_t) firstLBA + (uint64_t) lengthLBA - UINT64_C(1);
232 (firstLBA <= other.GetLastLBA()) != (GetLastLBA() < other.firstLBA);
248 retval = LBAtoCHS(firstLBA, firstSector);
249 retval *= LBAtoCHS(firstLBA + lengthLBA - 1, lastSector);
306 ReverseBytes(&firstLBA, 4);
327 cout << firstLBA;