OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TempMBR
(Results
1 - 3
of
3
) sorted by null
/external/gptfdisk/
basicmbr.h
30
struct
TempMBR
{
36
}; // struct
TempMBR
75
int WriteMBRData(struct
TempMBR
& mbr, DiskIO *theDisk, uint64_t sector);
basicmbr.cc
143
TempMBR
tempMBR
;
156
if (myDisk->Read(&
tempMBR
, 512))
162
code[i] =
tempMBR
.code[i];
163
diskSignature =
tempMBR
.diskSignature;
164
nulls =
tempMBR
.nulls;
166
partitions[i] =
tempMBR
.partitions[i];
170
MBRSignature =
tempMBR
.MBRSignature;
250
struct
TempMBR
ebr;
347
TempMBR
tempMBR
[
all
...]
gpt.cc
[
all
...]
Completed in 622 milliseconds