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

/vbox/src/VBox/Storage/
H A DVHDX.cpp948 * @param pParentLocatorEntry The VHDX parent locator entry to convert.
950 * @note It is safe to use the same pointer for pParentLocatorEntryConv and pParentLocatorEntry.
953 PVhdxParentLocatorEntry pParentLocatorEntry)
955 pParentLocatorEntryConv->u32KeyOffset = SET_ENDIAN_U32(pParentLocatorEntry->u32KeyOffset);
956 pParentLocatorEntryConv->u32ValueOffset = SET_ENDIAN_U32(pParentLocatorEntry->u32ValueOffset);
957 pParentLocatorEntryConv->u16KeyLength = SET_ENDIAN_U16(pParentLocatorEntry->u16KeyLength);
958 pParentLocatorEntryConv->u16ValueLength = SET_ENDIAN_U16(pParentLocatorEntry->u16ValueLength);
952 vhdxConvParentLocatorEntryEndianess(VHDXECONV enmConv, PVhdxParentLocatorEntry pParentLocatorEntryConv, PVhdxParentLocatorEntry pParentLocatorEntry) argument

Completed in 53 milliseconds