Home
last modified time | relevance | path

Searched refs:V_UNASSIGNED (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dpartition.c46 { V_UNASSIGNED, 0 }, /* d - 3 */
47 { V_UNASSIGNED, 0 }, /* e - 4 */
48 { V_UNASSIGNED, 0 }, /* f - 5 */
50 { V_UNASSIGNED, 0 }, /* h - 7 */
62 { V_UNASSIGNED, 0 }, /* k - 10 */
63 { V_UNASSIGNED, 0 }, /* l - 11 */
64 { V_UNASSIGNED, 0 }, /* m - 12 */
65 { V_UNASSIGNED, 0 }, /* n - 13 */
149 if (deflt == V_UNASSIGNED) { in change_partition()
182 tag = V_UNASSIGNED; in change_partition()
[all …]
H A Dmodify_partition.c555 map->efi_parts[i].p_tag = V_UNASSIGNED;
557 V_UNASSIGNED)) {
575 map->efi_parts[float_part].p_tag = V_UNASSIGNED;
H A Dmenu_command.c76 { "unassigned", "", V_UNASSIGNED },
585 cur_parts->etoc->efi_parts[i].p_tag = V_UNASSIGNED; in c_type()
H A Dlabel.c230 efi->efi_parts[i].p_tag = V_UNASSIGNED; in SMI_vtoc_to_EFI()
H A Dauto_sense.c305 vtoc->efi_parts[i].p_tag = V_UNASSIGNED; in auto_efi_sense()
/illumos-gate/usr/src/lib/libefi/common/
H A Drdwr_efi.c61 { EFI_UNUSED, V_UNASSIGNED },
101 { V_UNASSIGNED, 0 }, /* d - 3 */
102 { V_UNASSIGNED, 0 }, /* e - 4 */
103 { V_UNASSIGNED, 0 }, /* f - 5 */
105 { V_UNASSIGNED, 0 }, /* h - 7 */
117 { V_UNASSIGNED, 0 }, /* k - 10 */
118 { V_UNASSIGNED, 0 }, /* l - 11 */
119 { V_UNASSIGNED, 0 }, /* m - 12 */
120 { V_UNASSIGNED, 0 }, /* n - 13 */
121 { V_UNASSIGNED, 0 }, /* o - 14 */
[all …]
/illumos-gate/usr/src/cmd/hal/utils/
H A Dfsutils.c236 if ((p->p_tag != V_BACKUP) && ((p->p_tag != V_UNASSIGNED))) { in vtoc_one_slice_entire_disk()
/illumos-gate/usr/src/uts/common/sys/
H A Dvtoc.h74 #define V_UNASSIGNED 0x00 /* unassigned partition */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/disk_label/
H A Ddisk_label.c64 { "unassigned", V_UNASSIGNED },
/illumos-gate/usr/src/cmd/fmthard/
H A Dfmthard.c648 (*efi)->efi_parts[i].p_tag = V_UNASSIGNED; in load64()
/illumos-gate/usr/src/uts/common/io/
H A Dramdisk.c539 rsp->rd_vtoc.v_part[0].p_tag = V_UNASSIGNED; in rd_fake_disk_geometry()
H A Dcmlb.c1081 (part >= NDKMAP)) ? V_UNASSIGNED : in cmlb_partinfo()
3522 cl->cl_vtoc.v_part[0].p_tag = V_UNASSIGNED;
H A Dlofi.c2461 vt->v_part[0].p_tag = V_UNASSIGNED; in fake_disk_vtoc()
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_slice.c88 { "unassigned", "", V_UNASSIGNED },
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c5695 vd->vtoc.v_part[0].p_tag = V_UNASSIGNED; in vd_setup_partition_vtoc()