Lines Matching refs:thePart
1507 MBRPart* thePart;
1510 thePart = GetPartition(i);
1511 if (thePart != NULL)
1512 retval = thePart->GetStatus();
1519 MBRPart* thePart;
1522 thePart = GetPartition(i);
1523 if (thePart != NULL)
1524 retval = thePart->GetType();
1531 MBRPart* thePart;
1534 thePart = GetPartition(i);
1535 if (thePart != NULL)
1536 retval = thePart->GetStartLBA();
1543 MBRPart* thePart;
1546 thePart = GetPartition(i);
1547 if (thePart != NULL)
1548 retval = thePart->GetLengthLBA();
1563 MBRPart* thePart = NULL;
1566 thePart = &partitions[i];
1567 return thePart;