HomeSort by: relevance | last modified time | path
    Searched refs:PUIINST_NEWFS (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.sbin/sysinst/
label.c 397 edit->wanted->instflags ^= PUIINST_NEWFS;
971 edit.wanted->instflags = PUIINST_NEWFS;
999 edit.wanted->instflags &= ~PUIINST_NEWFS;
1109 edit->wanted->instflags &= ~PUIINST_NEWFS;
1233 msg_string(edit->wanted->instflags & PUIINST_NEWFS
1516 if (inst_flags & PUIINST_NEWFS)
defs.h 330 #define PUIINST_NEWFS 0x0001 /* need to 'newfs' partition */
bsddisklabel.c 1610 want->instflags |= PUIINST_NEWFS;
1690 want->instflags |= PUIINST_NEWFS;
disks.c 1405 if ((ptn->instflags & PUIINST_NEWFS) && newfs != NULL) {
1417 ptn->instflags &= ~PUIINST_NEWFS;
  /src/usr.sbin/sysinst/arch/i386/
md.c 952 .instflags = PUIINST_NEWFS|PUIINST_BOOT,
  /src/usr.sbin/sysinst/arch/mac68k/
md.c 341 install->infos[ndx].instflags |= PUIINST_NEWFS;

Completed in 30 milliseconds