Symbol: PUIINST_MOUNT
usr.sbin/sysinst/arch/i386/md.c
357
if (!(boot->instflags & PUIINST_MOUNT)) {
usr.sbin/sysinst/arch/mac68k/md.c
340
(install->infos[ndx].instflags & PUIINST_MOUNT))
usr.sbin/sysinst/bsddisklabel.c
116
.instflags = PUIINST_MOUNT|PUIINST_BOOT,
usr.sbin/sysinst/bsddisklabel.c
118
.instflags = PUIINST_MOUNT|PUIINST_BOOT,
usr.sbin/sysinst/bsddisklabel.c
1612
want->instflags |= PUIINST_MOUNT;
usr.sbin/sysinst/bsddisklabel.c
1692
want->instflags |= PUIINST_MOUNT;
usr.sbin/sysinst/bsddisklabel.c
73
.instflags = PUIINST_MOUNT|PUIINST_BOOT,
usr.sbin/sysinst/bsddisklabel.c
908
wanted->infos[i].instflags |= PUIINST_MOUNT;
usr.sbin/sysinst/bsddisklabel.c
97
.instflags = PUIINST_MOUNT|PUIINST_BOOT,
usr.sbin/sysinst/bsddisklabel.c
99
.instflags = PUIINST_MOUNT|PUIINST_BOOT,
usr.sbin/sysinst/disks.c
1231
if ((pa->instflags & PUIINST_MOUNT) &&
usr.sbin/sysinst/disks.c
1232
(pb->instflags & PUIINST_MOUNT))
usr.sbin/sysinst/disks.c
1236
if (pa->instflags & PUIINST_MOUNT)
usr.sbin/sysinst/disks.c
1238
if (pb->instflags & PUIINST_MOUNT)
usr.sbin/sysinst/disks.c
1423
} else if ((ptn->instflags & (PUIINST_MOUNT|PUIINST_BOOT))
usr.sbin/sysinst/disks.c
1435
if (partman_go == 0 && (ptn->instflags & PUIINST_MOUNT) &&
usr.sbin/sysinst/disks.c
1523
(ptn->instflags & PUIINST_MOUNT) == 0)
usr.sbin/sysinst/disks.c
1607
(ptn->instflags & PUIINST_MOUNT) == 0)
usr.sbin/sysinst/disks.c
2232
if ((install->infos[i].instflags & PUIINST_MOUNT)
usr.sbin/sysinst/label.c
1239
msg_string(edit->wanted->instflags & PUIINST_MOUNT
usr.sbin/sysinst/label.c
1538
(inst_flags & PUIINST_MOUNT) && info.last_mounted &&
usr.sbin/sysinst/label.c
205
if (!(wanted->instflags & PUIINST_MOUNT))
usr.sbin/sysinst/label.c
415
edit->wanted->instflags ^= PUIINST_MOUNT;
usr.sbin/sysinst/label.c
444
edit->wanted->instflags &= ~PUIINST_MOUNT;
usr.sbin/sysinst/label.c
455
edit->wanted->instflags |= PUIINST_MOUNT;
usr.sbin/sysinst/util.c
2519
(*list)[no].instflags |= PUIINST_MOUNT;