Home
last modified time | relevance | path

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

/netbsd/usr.sbin/sysinst/
H A Dbsddisklabel.c73 .instflags = PUIINST_MOUNT|PUIINST_BOOT,
75 .instflags = PUIINST_BOOT,
97 .instflags = PUIINST_MOUNT|PUIINST_BOOT,
99 .instflags = PUIINST_MOUNT|PUIINST_BOOT,
116 .instflags = PUIINST_MOUNT|PUIINST_BOOT,
118 .instflags = PUIINST_MOUNT|PUIINST_BOOT,
263 if (pset->infos[opt].instflags & PUIINST_BOOT) { in draw_size_menu_line()
287 if (pset->infos[opt].instflags & PUIINST_BOOT) { in draw_size_menu_line()
1035 if (wanted->infos[i].instflags & PUIINST_BOOT) in fill_defaults()
1954 wanted.infos[boot_part].instflags |= PUIINST_BOOT;
H A Ddefs.h326 #define PUIINST_BOOT 0x0004 /* this is a boot partition */ macro
H A Ddisks.c1408 } else if ((ptn->instflags & (PUIINST_MOUNT|PUIINST_BOOT)) in make_filesystems()
/netbsd/usr.sbin/sysinst/arch/i386/
H A Dmd.c395 if (!(install->infos[i].instflags & PUIINST_BOOT)) in update_uefi_boot_code()
952 .instflags = PUIINST_NEWFS|PUIINST_BOOT, in x86_md_part_defaults()