Home
last modified time | relevance | path

Searched refs:MBR_BS_ACTIVE (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.sbin/sysinst/arch/i386/
H A Dmd.c647 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()
/netbsd-src/sys/arch/i386/stand/mbr/mbr_bootsel/
H A DMakefile6 AFLAGS+= -DBOOTSEL_FLAGS=MBR_BS_ACTIVE
/netbsd-src/sbin/fdisk/
H A Dfdisk.c723 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()
/netbsd-src/sys/sys/
H A Dbootblock.h604 #define MBR_BS_ACTIVE 0x01 /* Bootselector active (or code present) */ macro