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

/macosx-10.9.5/bless-98/libbless/Misc/
H A DBLElToritoFindUEFI.c96 UInt8 boot_indicator; // Boot Indicator = 0x00 | 0x88 member in struct:__anon6692
117 UInt8 boot_indicator; // 0x88=bootable; 0x00=not bootable member in struct:__anon6694
491 contextprintf (inContext, kBLLogLevelVerbose, " .bootindicator=%d=0x%02x\n", de->boot_indicator, de->boot_indicator);
564 contextprintf (inContext, kBLLogLevelVerbose, " .boot_indicator=(0x88=bootable)=%d=0x%02x\n", se->boot_indicator, se->boot_indicator);
568 bool bootableSectionEntry = (0x88 == se->boot_indicator);

Completed in 66 milliseconds