Searched refs:MBR_BS_ACTIVE (Results 1 – 4 of 4) sorted by relevance
647 fl |= MBR_BS_ACTIVE; in md_check_mbr()653 fl &= MBR_BS_ACTIVE | MBR_BS_EXTLBA; in md_check_mbr()665 ofl = mbri->oflags & (MBR_BS_ACTIVE | MBR_BS_EXTLBA); in md_check_mbr()668 if (fl & ~ofl || (fl == 0 && ofl & MBR_BS_ACTIVE)) { in md_check_mbr()670 if (fl & MBR_BS_ACTIVE) in md_check_mbr()
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