OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lengthLBA
(Results
1 - 6
of
6
) sorted by null
/external/gptfdisk/
mbrpart.cc
47
lengthLBA
= 0;
79
lengthLBA
= orig.
lengthLBA
;
97
lengthLBA
= orig.
lengthLBA
;
98
if (
lengthLBA
> 0)
106
// Because this is intended for sorting and a
lengthLBA
value of 0 denotes
109
//
lengthLBA
value is 0.
111
if (
lengthLBA
&& other.
lengthLBA
)
[
all
...]
mbrpart.h
51
uint32_t
lengthLBA
;
61
uint32_t
lengthLBA
;
96
uint64_t GetLengthLBA(void) {return
lengthLBA
;}
bsd.cc
145
partitions[i].
lengthLBA
= tempRecords[i].
lengthLBA
;
149
ReverseBytes(&partitions[i].
lengthLBA
, 4);
157
if ((partitions[i].firstLBA == 0) && (partitions[i].
lengthLBA
> 0)
158
&& (partitions[i].
lengthLBA
< labelLastLBA))
194
cout << partitions[i].
lengthLBA
<< " \t0x";
255
retval = (uint64_t) partitions[i].
lengthLBA
;
274
sectorEnd = sectorOne + (uint64_t) partitions[i].
lengthLBA
;
bsd.h
46
// Create entries for all fields, although we only use
lengthLBA
, firstLBA,
49
uint32_t
lengthLBA
; // number of sectors in partition
basicmbr.h
114
void MakePart(int num, uint64_t startLBA, uint64_t
lengthLBA
, int type = 0x07,
basicmbr.cc
276
ReverseBytes(&ebr.partitions[0].
lengthLBA
, 4);
278
ReverseBytes(&ebr.partitions[1].
lengthLBA
, 4);
367
tempMBR.partitions[i].firstLBA = tempMBR.partitions[i].
lengthLBA
= 0;
386
tempMBR.partitions[1].
lengthLBA
= (uint32_t) (partitions[next].GetLengthLBA() + 1);
389
LBAtoCHS(tempMBR.partitions[1].
lengthLBA
- extFirstLBA,
394
tempMBR.partitions[1].
lengthLBA
= 0;
424
ReverseBytes(&mbr.partitions[i].
lengthLBA
, 4);
448
ReverseBytes(&mbr.partitions[i].
lengthLBA
, 4);
[
all
...]
Completed in 352 milliseconds