Lines Matching defs:phd
1032 struct partitionHeaderDesc *phd;
1046 phd = (struct partitionHeaderDesc *)p->partitionContentsUse;
1047 utable = phd->unallocSpaceTable.extLength;
1048 umap = phd->unallocSpaceBitmap.extLength;
1049 ftable = phd->freedSpaceTable.extLength;
1050 fmap = phd->freedSpaceBitmap.extLength;
1081 struct partitionHeaderDesc *phd;
1114 phd = (struct partitionHeaderDesc *)p->partitionContentsUse;
1115 if (phd->unallocSpaceTable.extLength) {
1118 phd->unallocSpaceTable.extPosition),
1135 if (phd->unallocSpaceBitmap.extLength) {
1141 phd->unallocSpaceBitmap.extPosition);