Lines Matching defs:partitions
254 * This implies an upper limit of 8192 GPT partitions
641 * partitions. To workaround this, if an exactly 1TB
1805 * If we have valid geometry, set up the remaining fdisk partitions.
2188 * 3. start or end block overlap with existing partitions.
2190 * overlap with existing partitions. Then, calculate the
2192 * overlap with existing partitions. This can be calculated by
2463 /* accumulate "lba" value from all partitions */
2806 efi_gpe_t *partitions;
2913 partitions = (efi_gpe_t *)buf;
2918 cmlb_swap_efi_gpe(nparts, partitions);
2924 if (partitions->efi_gpe_StartingLBA != 0 ||
2925 partitions->efi_gpe_EndingLBA != 0) {
2927 partitions->efi_gpe_StartingLBA;
2929 partitions->efi_gpe_EndingLBA -
2930 partitions->efi_gpe_StartingLBA + 1;
2932 partitions->efi_gpe_StartingLBA;
2936 if (bcmp(&partitions->efi_gpe_PartitionTypeGUID,
2961 partitions++;
3855 * Set the map for all logical partitions. We lock
4259 efi_gpe_t *partitions;
4296 partitions = (efi_gpe_t *)buffer;
4297 partitions += p64.p_partno % n_gpe_per_blk;
4300 cmlb_swap_efi_gpe(1, partitions);
4302 bcopy(&partitions->efi_gpe_PartitionTypeGUID, &p64.p_type,
4304 p64.p_start = partitions->efi_gpe_StartingLBA;
4305 p64.p_size = partitions->efi_gpe_EndingLBA -
5463 * If we have valid geometry, set up the remaining fdisk partitions.