Symbol: V_UNMNT
usr/src/cmd/boot/bootadm/bootadm.c
6763
case V_UNMNT:
usr/src/cmd/boot/bootadm/bootadm.c
6837
case V_UNMNT:
usr/src/cmd/fmthard/fmthard.c
549
vtoc->v_part[i].p_flag = V_UNMNT;
usr/src/cmd/fmthard/fmthard.c
559
vtoc->v_part[2].p_flag = V_UNMNT;
usr/src/cmd/fmthard/fmthard.c
649
(*efi)->efi_parts[i].p_flag = V_UNMNT;
usr/src/cmd/format/menu_command.c
103
{ "wu", "read-write, unmountable", V_UNMNT },
usr/src/cmd/format/menu_command.c
105
{ "ru", "read-only, unmountable", V_RONLY|V_UNMNT },
usr/src/cmd/format/partition.c
44
{ V_SWAP, V_UNMNT }, /* b - 1 */
usr/src/cmd/format/partition.c
45
{ V_BACKUP, V_UNMNT }, /* c - 2 */
usr/src/cmd/format/partition.c
55
{ V_BOOT, V_UNMNT }, /* i - 8 */
usr/src/cmd/mdb/common/modules/disk_label/disk_label.c
91
{ "wu", V_UNMNT },
usr/src/cmd/mdb/common/modules/disk_label/disk_label.c
93
{ "ru", V_RONLY | V_UNMNT },
usr/src/cmd/rmformat/rmf_slice.c
107
{ "wu", "read-write, unmountable", V_UNMNT },
usr/src/cmd/rmformat/rmf_slice.c
109
{ "ru", "read-only, unmountable", V_RONLY|V_UNMNT },
usr/src/cmd/rmformat/rmf_slice.c
1293
v_toc.v_part[2].p_flag = V_UNMNT;
usr/src/cmd/rmformat/rmf_slice.c
1462
v_toc.v_part[2].p_flag = V_UNMNT;
usr/src/cmd/rmformat/rmf_slice.c
805
vt->v_part[1].p_flag = V_UNMNT; /* Unmountable */
usr/src/cmd/rmformat/rmf_slice.c
806
vt->v_part[2].p_flag = V_UNMNT; /* Unmountable */
usr/src/lib/libefi/common/rdwr_efi.c
100
{ V_SWAP, V_UNMNT }, /* b - 1 */
usr/src/lib/libefi/common/rdwr_efi.c
101
{ V_BACKUP, V_UNMNT }, /* c - 2 */
usr/src/lib/libefi/common/rdwr_efi.c
111
{ V_BOOT, V_UNMNT }, /* i - 8 */
usr/src/uts/common/io/cmlb.c
3467
cl->cl_vtoc.v_part[0].p_flag = V_UNMNT;
usr/src/uts/common/io/cmlb.c
3485
cl->cl_vtoc.v_part[8].p_flag = V_UNMNT;
usr/src/uts/common/io/cmlb.c
3511
cl->cl_vtoc.v_part[2].p_flag = V_UNMNT;
usr/src/uts/common/io/cmlb.c
5353
cl->cl_vtoc.v_part[2].p_flag = V_UNMNT;
usr/src/uts/common/io/lofi.c
2468
vt->v_part[0].p_flag = V_UNMNT | V_RONLY;
usr/src/uts/common/io/lofi.c
2470
vt->v_part[0].p_flag = V_UNMNT;
usr/src/uts/common/io/ramdisk.c
540
rsp->rd_vtoc.v_part[0].p_flag = V_UNMNT;