Home
last modified time | relevance | path

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

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