Searched refs:BytesPerSector (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Runtime/r3/nt/
H A Dfs-nt.cpp81 * FsSizeInfo.BytesPerSector;
82 if ( *pcbTotal / FsSizeInfo.SectorsPerAllocationUnit / FsSizeInfo.BytesPerSector
91 * FsSizeInfo.BytesPerSector;
92 if ( *pcbFree / FsSizeInfo.SectorsPerAllocationUnit / FsSizeInfo.BytesPerSector
99 *pcbBlock = FsSizeInfo.SectorsPerAllocationUnit * FsSizeInfo.BytesPerSector;
100 if (*pcbBlock / FsSizeInfo.BytesPerSector != FsSizeInfo.SectorsPerAllocationUnit)
105 *pcbSector = FsSizeInfo.BytesPerSector;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dntddstor.h181 ULONG BytesPerSector; member in struct:_DEVICE_MEDIA_INFO::__anon1079::__anon1080
190 ULONG BytesPerSector; member in struct:_DEVICE_MEDIA_INFO::__anon1079::__anon1081
H A Dwinioctl.h334 DWORD BytesPerSector; member in struct:_DISK_GEOMETRY
418 ULONG BytesPerSector; member in struct:_FILE_FS_SIZE_INFORMATION
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
H A DEdd.h97 UINT16 BytesPerSector; member in struct:__anon10366
H A DBiosInt13.c65 BlockMedia->BlockSize = (UINT32) Bios->Parameters.BytesPerSector;
378 Drive->Parameters.BytesPerSector = 512;
513 Media->BlockSize = (UINT32) Bios->Parameters.BytesPerSector;
665 Media->BlockSize = (UINT32) Bios->Parameters.BytesPerSector;
900 Media->BlockSize = (UINT32) Bios->Parameters.BytesPerSector;
1060 Media->BlockSize = (UINT32) Bios->Parameters.BytesPerSector;
1258 Media->BlockSize = (UINT32) Bios->Parameters.BytesPerSector;
1460 Media->BlockSize = (UINT32) Bios->Parameters.BytesPerSector;
/vbox/src/VBox/Devices/Storage/
H A DDrvHostFloppy.cpp85 *pcb = cbSectors * geom.BytesPerSector;
H A DDrvHostBase.cpp88 ULONG BytesPerSector; member in struct:_FILE_FS_SIZE_INFORMATION
1237 *pcb = FsSize.TotalAllocationUnits.QuadPart * FsSize.BytesPerSector;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dntddstor.h190 ULONG BytesPerSector; member in struct:_DEVICE_MEDIA_INFO::__anon13707::__anon13708
199 ULONG BytesPerSector; member in struct:_DEVICE_MEDIA_INFO::__anon13707::__anon13709
H A Dwinioctl.h335 DWORD BytesPerSector; member in struct:_DISK_GEOMETRY
434 ULONG BytesPerSector; member in struct:_FILE_FS_SIZE_INFORMATION
/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dinfo.c730 ULONG BytesPerSector; local
781 BytesPerSector = pShflVolInfo->ulBytesPerSector;
786 Log(("VBOXSF: MrxQueryVolumeInfo: BytesPerSector 0x%X\n", BytesPerSector));
794 pFullSizeInfo->BytesPerSector = BytesPerSector;
801 pSizeInfo->BytesPerSector = BytesPerSector;
/vbox/src/VBox/Runtime/r3/win/
H A Dfileio-win.cpp661 * DriveGeo.BytesPerSector;
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp1239 * DriveGeo.BytesPerSector;

Completed in 978 milliseconds