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

/vbox/src/VBox/Storage/
H A DVHDX.cpp754 * @param pLogDataDesc The VHDX log data descriptor to convert.
756 * @note It is safe to use the same pointer for pLogDataDescConv and pLogDataDesc.
759 PVhdxLogDataDesc pLogDataDesc)
761 pLogDataDescConv->u32DataSignature = SET_ENDIAN_U32(pLogDataDesc->u32DataSignature);
762 pLogDataDescConv->u32TrailingBytes = SET_ENDIAN_U32(pLogDataDesc->u32TrailingBytes);
763 pLogDataDescConv->u64LeadingBytes = SET_ENDIAN_U64(pLogDataDesc->u64LeadingBytes);
764 pLogDataDescConv->u64FileOffset = SET_ENDIAN_U64(pLogDataDesc->u64FileOffset);
765 pLogDataDescConv->u64SequenceNumber = SET_ENDIAN_U64(pLogDataDesc->u64SequenceNumber);
758 vhdxConvLogDataDescEndianess(VHDXECONV enmConv, PVhdxLogDataDesc pLogDataDescConv, PVhdxLogDataDesc pLogDataDesc) argument

Completed in 53 milliseconds