Searched refs:theStruct (Results 1 – 2 of 2) sorted by relevance
201 void MBRPart::StoreInStruct(MBRRecord* theStruct) { in StoreInStruct() argument204 theStruct->firstLBA = firstLBA; in StoreInStruct()205 theStruct->lengthLBA = lengthLBA; in StoreInStruct()206 theStruct->partitionType = partitionType; in StoreInStruct()207 theStruct->status = status; in StoreInStruct()209 theStruct->firstSector[i] = firstSector[i]; in StoreInStruct()210 theStruct->lastSector[i] = lastSector[i]; in StoreInStruct()
91 void StoreInStruct(struct MBRRecord *theStruct);