Searched refs:VD_MAXPART (Results 1 – 1 of 1) sorted by relevance
109 #define VD_MAXPART (NDKMAP + 1) macro478 vd_slice_t slices[VD_MAXPART]; /* logical partitions */517 P2ROUNDUP(2 * (lba) + sizeof (efi_gpe_t) * VD_MAXPART, \3178 bzero(vd->slices, sizeof (vd_slice_t) * VD_MAXPART); in vd_dskimg_validate_efi()3184 for (i = 0; i < nparts && i < VD_MAXPART; i++) { in vd_dskimg_validate_efi()3269 bzero(vd->slices, sizeof (vd_slice_t) * VD_MAXPART); in vd_dskimg_validate_geometry()5848 gpt->efi_gpt_NumberOfPartitionEntries = LE_32(VD_MAXPART); in vd_setup_partition_efi()5852 UUID_LE_CONVERT(gpe[VD_MAXPART - 1].efi_gpe_PartitionTypeGUID, in vd_setup_partition_efi()5854 gpe[VD_MAXPART - 1].efi_gpe_StartingLBA = in vd_setup_partition_efi()5856 gpe[VD_MAXPART - 1].efi_gpe_EndingLBA = in vd_setup_partition_efi()[all …]