HomeSort by relevance Sort by last modified time
    Searched refs:MBRSignature (Results 1 - 3 of 3) sorted by null

  /external/gptfdisk/
basicmbr.h 35 uint16_t MBRSignature;
50 uint16_t MBRSignature;
basicmbr.cc 81 MBRSignature = orig.MBRSignature;
170 MBRSignature = tempMBR.MBRSignature;
177 ReverseBytes(&MBRSignature, 2);
183 if (MBRSignature != MBR_SIGNATURE) {
276 ReverseBytes(&ebr.MBRSignature, 2);
283 if (ebr.MBRSignature != MBR_SIGNATURE) {
289 cerr << hex << ebr.MBRSignature << ", but should be 0x";
355 tempMBR.MBRSignature = MBRSignature
    [all...]
mbr.cc 58 MBRSignature = MBR_SIGNATURE;

Completed in 54 milliseconds