Home
last modified time | relevance | path

Searched refs:PUIINST_NEWFS (Results 1 – 6 of 6) sorted by relevance

/netbsd/usr.sbin/sysinst/
H A Dlabel.c397 edit->wanted->instflags ^= PUIINST_NEWFS; in edit_fs_preserve()
969 edit.wanted->instflags = PUIINST_NEWFS; in edit_ptn()
997 edit.wanted->instflags &= ~PUIINST_NEWFS; in edit_ptn()
1107 edit->wanted->instflags &= ~PUIINST_NEWFS; in update_edit_ptn_menu()
1231 msg_string(edit->wanted->instflags & PUIINST_NEWFS in draw_edit_ptn_line()
1514 if (inst_flags & PUIINST_NEWFS) in fmt_fspart_row()
H A Ddefs.h324 #define PUIINST_NEWFS 0x0001 /* need to 'newfs' partition */ macro
H A Dbsddisklabel.c1610 want->instflags |= PUIINST_NEWFS;
1690 want->instflags |= PUIINST_NEWFS;
H A Ddisks.c1405 if ((ptn->instflags & PUIINST_NEWFS) && newfs != NULL) { in make_filesystems()
1417 ptn->instflags &= ~PUIINST_NEWFS; in make_filesystems()
/netbsd/usr.sbin/sysinst/arch/i386/
H A Dmd.c952 .instflags = PUIINST_NEWFS|PUIINST_BOOT, in x86_md_part_defaults()
/netbsd/usr.sbin/sysinst/arch/mac68k/
H A Dmd.c341 install->infos[ndx].instflags |= PUIINST_NEWFS; in md_make_bsd_partitions()