Searched refs:MBR_BS_ACTIVE (Results 1 – 3 of 3) sorted by relevance
6 AFLAGS+= -DBOOTSEL_FLAGS=MBR_BS_ACTIVE
723 if (mboot.mbr_bootsel.mbrbs_flags & MBR_BS_ACTIVE) { in print_s0()1442 needed |= MBR_BS_ACTIVE; in install_bootsel()1454 needed |= MBR_BS_EXTLBA | MBR_BS_ACTIVE; in install_bootsel()1458 needed |= MBR_BS_ACTIVE; in install_bootsel()1501 if (needed & MBR_BS_ACTIVE) in install_bootsel()2299 install_bootsel(MBR_BS_ACTIVE); in change_part()
604 #define MBR_BS_ACTIVE 0x01 /* Bootselector active (or code present) */ macro