Searched refs:partitionType (Results 1 – 9 of 9) sorted by relevance
34 partitionType.Zero(); in GPTPart()43 partitionType = orig.partitionType; in GPTPart()56 return partitionType.GetHexType(); in GetHexType()62 return partitionType.TypeName(); in GetTypeName()69 return partitionType.UTypeName(); in GetUTypeName()147 return (partitionType != GUIDData("0x00")); in IsUsed()168 if (GetDescription() == partitionType.UTypeName()) {170 if (GetDescription() == partitionType.TypeName()) {174 partitionType = t;271 SetName(partitionType.TypeName());[all …]
47 partitionType = 0x00; in MBRPart()79 partitionType = orig.partitionType; in operator =()97 partitionType = orig.partitionType; in operator =()139 partitionType = UINT8_C(0); in Empty()155 partitionType = typeCode; in SetType()194 if ((partitionType == 0xEE) && (!validCHS) && (firstLBA == 1) && in SetLocation()206 theStruct->partitionType = partitionType; in StoreInStruct()360 cout << hex << (int) partitionType << dec << "\n"; in ShowData()
46 PartType partitionType;58 PartType & GetType(void) {return partitionType;} in GetType()74 void SetType(uint16_t hex) {partitionType = hex;} in SetType()
46 uint8_t partitionType; member57 uint8_t partitionType; variable92 uint8_t GetType(void) {return partitionType;} in GetType()
332 ebrType = ebr.partitions[0].partitionType; in ReadLogicalParts()403 tempMBR.partitions[i].partitionType = 0x00; in WriteMBRData()419 tempMBR.partitions[1].partitionType = 0x0f; in WriteMBRData()427 tempMBR.partitions[1].partitionType = 0x00; in WriteMBRData()
278 copyValue = mInfo.partitionType.data(); in getInfo()280 mInfo.partitionType.size() * sizeof(decltype(mInfo.partitionType)::value_type); in getInfo()
63 std::vector<cl_device_partition_property> partitionType; member
144 !GetDeviceInfo(mNative, cl::DeviceInfo::PartitionType, info.partitionType)) in createInfo()
1164 …uint8_t partitionType; /**< Specifies the block partition type. 0:16x16, 1:8x8, 2:… member