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

/vbox/src/VBox/Devices/Storage/VSCSI/
H A DVSCSIInternal.h384 * @param pcbSectorSize Where to store the sector size on success.
386 DECLINLINE(int) vscsiLunMediumGetSectorSize(PVSCSILUNINT pVScsiLun, uint32_t *pcbSectorSize) argument
390 pcbSectorSize);
/vbox/src/VBox/Devices/Storage/
H A DDrvSCSI.cpp250 static DECLCALLBACK(int) drvscsiGetSectorSize(VSCSILUN hVScsiLun, void *pvScsiLunUser, uint32_t *pcbSectorSize) argument
254 *pcbSectorSize = pThis->pDrvBlock->pfnGetSectorSize(pThis->pDrvBlock);

Completed in 46 milliseconds