Lines Matching defs:d_partitions
97 } d_partitions[MAXPARTITIONS64];/* actually may be more */
319 ressize = offsetof(struct disklabel64, d_partitions[RESPARTITIONS64]);
518 d_partitions[basetable->gpt_entries]) -
552 v64 = le64toh(dlp->d_partitions[index].p_boffset);
553 sz = le64toh(dlp->d_partitions[index].p_bsize);
561 le_uuid_dec(&dlp->d_partitions[index].p_type_uuid,
563 le_uuid_dec(&dlp->d_partitions[index].p_stor_uuid,
565 entry->fstype = dlp->d_partitions[index].p_fstype;
645 le64enc(&dlp->d_partitions[index].p_boffset,
647 le64enc(&dlp->d_partitions[index].p_bsize, pp->sectorsize *
649 dlp->d_partitions[index].p_fstype = entry->fstype;
650 le_uuid_enc(&dlp->d_partitions[index].p_type_uuid,
652 le_uuid_enc(&dlp->d_partitions[index].p_stor_uuid,
657 d_partitions[basetable->gpt_entries]) -