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

/vbox/src/VBox/Storage/
H A DVHDX.cpp898 * @param pVDiskLogSectSize The VHDX logical sector size item to convert.
900 * @note It is safe to use the same pointer for pVDiskLogSectSizeConv and pVDiskLogSectSize.
903 PVhdxVDiskLogicalSectorSize pVDiskLogSectSize)
905 pVDiskLogSectSizeConv->u32LogicalSectorSize = SET_ENDIAN_U32(pVDiskLogSectSize->u32LogicalSectorSize);
902 vhdxConvVDiskLogSectSizeEndianess(VHDXECONV enmConv, PVhdxVDiskLogicalSectorSize pVDiskLogSectSizeConv, PVhdxVDiskLogicalSectorSize pVDiskLogSectSize) argument

Completed in 53 milliseconds