Searched refs:theStruct (Results 1 – 2 of 2) sorted by relevance
199 void MBRPart::StoreInStruct(MBRRecord* theStruct) { in StoreInStruct() argument202 theStruct->firstLBA = firstLBA; in StoreInStruct()203 theStruct->lengthLBA = lengthLBA; in StoreInStruct()204 theStruct->partitionType = partitionType; in StoreInStruct()205 theStruct->status = status; in StoreInStruct()207 theStruct->firstSector[i] = firstSector[i]; in StoreInStruct()208 theStruct->lastSector[i] = lastSector[i]; in StoreInStruct()
90 void StoreInStruct(struct MBRRecord *theStruct);