Searched defs:pRegTblEnt (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Storage/
H A DVHDX.cpp691 * @param pRegTblEnt The VHDX region table entry to convert.
693 * @note It is safe to use the same pointer for pRegTblEntConv and pRegTblEnt.
696 PVhdxRegionTblEntry pRegTblEnt)
698 vhdxConvUuidEndianess(enmConv, &pRegTblEntConv->UuidObject, &pRegTblEnt->UuidObject);
699 pRegTblEntConv->u64FileOffset = SET_ENDIAN_U64(pRegTblEnt->u64FileOffset);
700 pRegTblEntConv->u32Length = SET_ENDIAN_U32(pRegTblEnt->u32Length);
701 pRegTblEntConv->u32Flags = SET_ENDIAN_U32(pRegTblEnt->u32Flags);
695 vhdxConvRegionTblEntryEndianess(VHDXECONV enmConv, PVhdxRegionTblEntry pRegTblEntConv, PVhdxRegionTblEntry pRegTblEnt) argument

Completed in 56 milliseconds