Searched refs:EBR (Results 1 - 2 of 2) sorted by relevance

/external/gptfdisk/
H A Dmbrpart.h32 #define EBR 4 /* sector is used as an EBR or MBR */ macro
41 // On read of logical entries, it's relative to the EBR record for that
42 // partition. When writing EBR records, it's relative to the extended
H A Dbasicmbr.cc265 if (myDisk->Seek(offset) == 0) { // seek to EBR record
283 cerr << "EBR signature for logical partition invalid; read 0x";
294 // Sometimes an EBR points directly to another EBR, rather than defining
295 // a logical partition and then pointing to another EBR. Thus, we skip
299 cout << "EBR describes a logical partition!\n";
381 // tempMBR.partitions[1] points to next EBR or terminates EBR linked list...
411 // function to write both the MBR and multiple EBR (for logical partition)
786 usedAsEBR = (SectorUsedAs(partitions[i].GetLastLBA()) == EBR);
[all...]

Completed in 75 milliseconds