Searched refs:V_UNASSIGNED (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/cmd/format/ |
H A D | partition.c | 45 { V_UNASSIGNED, 0 }, /* d - 3 */ 46 { V_UNASSIGNED, 0 }, /* e - 4 */ 47 { V_UNASSIGNED, 0 }, /* f - 5 */ 49 { V_UNASSIGNED, 0 }, /* h - 7 */ 61 { V_UNASSIGNED, 0 }, /* k - 10 */ 62 { V_UNASSIGNED, 0 }, /* l - 11 */ 63 { V_UNASSIGNED, 0 }, /* m - 12 */ 64 { V_UNASSIGNED, 0 }, /* n - 13 */ 65 { V_UNASSIGNED, 0 }, /* o - 14 */ 66 { V_UNASSIGNED, 0 }, /* p - 15 */ [all …]
|
H A D | modify_partition.c | 577 map->efi_parts[i].p_tag = V_UNASSIGNED; 579 V_UNASSIGNED)) { 598 map->efi_parts[float_part].p_tag = V_UNASSIGNED;
|
H A D | label.c | 248 efi->efi_parts[i].p_tag = V_UNASSIGNED; in SMI_vtoc_to_EFI() 1014 if ((vtoc->efi_parts[i].p_tag == V_UNASSIGNED) && in err_check() 1020 if (vtoc->efi_parts[i].p_tag == V_UNASSIGNED) { in err_check()
|
H A D | menu_command.c | 74 { "unassigned", "", V_UNASSIGNED }, 577 cur_parts->etoc->efi_parts[i].p_tag = V_UNASSIGNED; in c_type()
|
H A D | auto_sense.c | 304 vtoc->efi_parts[i].p_tag = V_UNASSIGNED; in auto_efi_sense()
|
/titanic_50/usr/src/lib/libefi/common/ |
H A D | rdwr_efi.c | 87 { V_UNASSIGNED, 0 }, /* d - 3 */ 88 { V_UNASSIGNED, 0 }, /* e - 4 */ 89 { V_UNASSIGNED, 0 }, /* f - 5 */ 91 { V_UNASSIGNED, 0 }, /* h - 7 */ 103 { V_UNASSIGNED, 0 }, /* k - 10 */ 104 { V_UNASSIGNED, 0 }, /* l - 11 */ 105 { V_UNASSIGNED, 0 }, /* m - 12 */ 106 { V_UNASSIGNED, 0 }, /* n - 13 */ 107 { V_UNASSIGNED, 0 }, /* o - 14 */ 108 { V_UNASSIGNED, 0 }, /* p - 15 */ [all …]
|
/titanic_50/usr/src/cmd/hal/utils/ |
H A D | fsutils.c | 236 if ((p->p_tag != V_BACKUP) && ((p->p_tag != V_UNASSIGNED))) { in vtoc_one_slice_entire_disk()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | vtoc.h | 73 #define V_UNASSIGNED 0x00 /* unassigned partition */ macro
|
/titanic_50/usr/src/cmd/fmthard/ |
H A D | fmthard.c | 645 (*efi)->efi_parts[i].p_tag = V_UNASSIGNED; in load64()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | ramdisk.c | 539 rsp->rd_vtoc.v_part[0].p_tag = V_UNASSIGNED; in rd_fake_disk_geometry()
|
H A D | cmlb.c | 1081 (part >= NDKMAP)) ? V_UNASSIGNED : 3487 cl->cl_vtoc.v_part[0].p_tag = V_UNASSIGNED;
|
H A D | lofi.c | 1762 lsp->ls_vtoc.v_part[0].p_tag = V_UNASSIGNED; in fake_disk_geometry()
|
/titanic_50/usr/src/cmd/rmformat/ |
H A D | rmf_slice.c | 88 { "unassigned", "", V_UNASSIGNED },
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | vds.c | 5690 vd->vtoc.v_part[0].p_tag = V_UNASSIGNED; in vd_setup_partition_vtoc()
|