Lines Matching defs:phd
1028 struct partitionHeaderDesc *phd;
1042 phd = (struct partitionHeaderDesc *)p->partitionContentsUse;
1043 utable = phd->unallocSpaceTable.extLength;
1044 umap = phd->unallocSpaceBitmap.extLength;
1045 ftable = phd->freedSpaceTable.extLength;
1046 fmap = phd->freedSpaceBitmap.extLength;
1077 struct partitionHeaderDesc *phd;
1110 phd = (struct partitionHeaderDesc *)p->partitionContentsUse;
1111 if (phd->unallocSpaceTable.extLength) {
1114 phd->unallocSpaceTable.extPosition),
1131 if (phd->unallocSpaceBitmap.extLength) {
1137 phd->unallocSpaceBitmap.extPosition);