Searched refs:u32DataLength (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/USB/
H A DVUSBSniffer.cpp209 uint32_t u32DataLength; member in struct:DumpFileUsbHeaderLnxMmapped
692 UsbHdr.u32DataLength = cbDataLength + cIsocPkts * sizeof(DumpFileUsbIsoDesc);
/vbox/src/VBox/Storage/
H A DVHD.cpp96 uint32_t u32DataLength; member in struct:VHDParentLocatorEntry
345 pLocator->u32DataLength = RT_H2BE_U32(cb);
352 pLocator->u32DataLength = RT_H2BE_U32((uint32_t)strlen((const char *)pvBuf));
371 pLocator->u32DataLength = RT_H2BE_U32(cb);
390 pLocator->u32DataLength = RT_H2BE_U32(cb);
/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.cpp2087 Log(("%s: u32DataLength=%#x\n", __FUNCTION__, pSCSIIORequest->u32DataLength));
2179 if (pLsiReq->GuestRequest.SCSIIO.u32DataLength)
2183 pLsiReq->GuestRequest.SCSIIO.u32DataLength);
2202 pLsiReq->PDMScsiRequest.cbScatterGather = pLsiReq->GuestRequest.SCSIIO.u32DataLength;
H A DDevLsiLogicSCSI.h774 uint32_t u32DataLength; member in struct:MptSCSIIORequest

Completed in 146 milliseconds