Lines Matching refs:RT_LE2H_U32
210 pPartition->cSectors = RT_LE2H_U32(pPartition->cSectors);
211 pPartition->offSectorStart = RT_LE2H_U32(pPartition->offSectorStart);
212 pPartition->cbFsFragment = RT_LE2H_U32(pPartition->cbFsFragment);
224 pBsdLabel->u32Magic = RT_LE2H_U32(pBsdLabel->u32Magic);
227 pBsdLabel->cbSector = RT_LE2H_U32(pBsdLabel->cbSector);
228 pBsdLabel->cSectorsPerTrack = RT_LE2H_U32(pBsdLabel->cSectorsPerTrack);
229 pBsdLabel->cTracksPerCylinder = RT_LE2H_U32(pBsdLabel->cTracksPerCylinder);
230 pBsdLabel->cDataCylindersPerUnit = RT_LE2H_U32(pBsdLabel->cDataCylindersPerUnit);
231 pBsdLabel->cDataSectorsPerCylinder = RT_LE2H_U32(pBsdLabel->cDataSectorsPerCylinder);
232 pBsdLabel->cSectorsPerUnit = RT_LE2H_U32(pBsdLabel->cSectorsPerUnit);
235 pBsdLabel->cSpareCylindersPerUnit = RT_LE2H_U32(pBsdLabel->cSpareCylindersPerUnit);
242 pBsdLabel->fFlags = RT_LE2H_U32(pBsdLabel->fFlags);
245 pBsdLabel->au32DriveData[i] = RT_LE2H_U32(pBsdLabel->au32DriveData[i]);
247 pBsdLabel->au32Reserved[i] = RT_LE2H_U32(pBsdLabel->au32Reserved[i]);
249 pBsdLabel->u32Magic2 = RT_LE2H_U32(pBsdLabel->u32Magic2);
252 pBsdLabel->cbBootArea = RT_LE2H_U32(pBsdLabel->cbBootArea);
253 pBsdLabel->cbFsSuperBlock = RT_LE2H_U32(pBsdLabel->cbFsSuperBlock);