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

/haiku/src/apps/bootmanager/
H A DLegacyBootMenu.h52 bool _IsValid(const MasterBootRecord* mbr);
H A DLegacyBootMenu.cpp489 MasterBootRecord* mbr = (MasterBootRecord*)buffer; local
490 if (!_IsValid(mbr)) {
670 LegacyBootMenu::_IsValid(const MasterBootRecord* mbr) argument
672 return mbr->signature[0] == (kMBRSignature & 0xff)
673 && mbr->signature[1] == (kMBRSignature >> 8);

Completed in 27 milliseconds