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

/vbox/src/VBox/HostDrivers/VBoxUSB/win/dev/
H A DVBoxUsbRt.cpp371 || pSl->Parameters.DeviceIoControl.OutputBufferLength != sizeof (*pDev))
472 && pSl->Parameters.DeviceIoControl.OutputBufferLength == sizeof (*pDev))
519 || pSl->Parameters.DeviceIoControl.OutputBufferLength)
723 || pSl->Parameters.DeviceIoControl.OutputBufferLength != 0)
873 || pSl->Parameters.DeviceIoControl.OutputBufferLength != 0)
956 || pSl->Parameters.DeviceIoControl.OutputBufferLength != 0)
997 || pSl->Parameters.DeviceIoControl.OutputBufferLength != 0)
1445 || pSl->Parameters.DeviceIoControl.OutputBufferLength != sizeof (*pUrbInfo))
1474 && pSl->Parameters.DeviceIoControl.OutputBufferLength == sizeof (*pVer))
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/
H A DVBoxMPDriver.cpp208 if (RequestPacket->OutputBufferLength < sizeof(_type)) \
211 RequestPacket->OutputBufferLength, sizeof(_type))); \
313 if (RequestPacket->OutputBufferLength < VBoxMPXpdmGetVideoModesCount(pExt)*sizeof(VIDEO_MODE_INFORMATION))
/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dvbsf.c654 ULONG cbOut = LowIoContext->ParamsFor.IoCtl.OutputBufferLength;
698 ULONG cbOut = LowIoContext->ParamsFor.IoCtl.OutputBufferLength;
750 ULONG cbRemoteName = LowIoContext->ParamsFor.IoCtl.OutputBufferLength;
826 ULONG cbRemoteName = LowIoContext->ParamsFor.IoCtl.OutputBufferLength;
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DSysHlp.cpp280 nextStack->Parameters.DeviceIoControl.OutputBufferLength = cbData;
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrv-win.cpp1271 pStack->Parameters.DeviceIoControl.OutputBufferLength, pSession));
1285 && pStack->Parameters.DeviceIoControl.OutputBufferLength == pHdr->cbOut)
1300 if (cbOut > pStack->Parameters.DeviceIoControl.OutputBufferLength)
1302 cbOut = pStack->Parameters.DeviceIoControl.OutputBufferLength;
1318 pStack->Parameters.DeviceIoControl.OutputBufferLength));
1366 pStack->Parameters.DeviceIoControl.OutputBufferLength, pSession));
1381 && pStack->Parameters.DeviceIoControl.OutputBufferLength == pHdr->cb)
1415 pStack->Parameters.DeviceIoControl.OutputBufferLength));
/vbox/src/VBox/Additions/WINNT/Mouse/NT4/
H A DVBoxPS2NT.cpp857 if (irpSp->Parameters.DeviceIoControl.OutputBufferLength < sizeof(KEYBOARD_ATTRIBUTES))
871 if (irpSp->Parameters.DeviceIoControl.OutputBufferLength < cbTrans)
886 if (irpSp->Parameters.DeviceIoControl.OutputBufferLength < sizeof(KEYBOARD_INDICATOR_PARAMETERS))
906 if (irpSp->Parameters.DeviceIoControl.OutputBufferLength < sizeof(KEYBOARD_TYPEMATIC_PARAMETERS))
930 if (irpSp->Parameters.DeviceIoControl.OutputBufferLength < sizeof(MOUSE_ATTRIBUTES))
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-win.cpp783 || cbDataReturned > pStack->Parameters.DeviceIoControl.OutputBufferLength))
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/ndis6/
H A DVBoxNetLwf-win.cpp460 pTo->DATA.METHOD_INFORMATION.OutputBufferLength = pFrom->DATA.METHOD_INFORMATION.OutputBufferLength;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dwdm.h869 ULONG OutputBufferLength; member in struct:_IO_STACK_LOCATION::__anon821::__anon830
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dwdm.h883 ULONG OutputBufferLength; member in struct:_IO_STACK_LOCATION::__anon13424::__anon13433
/vbox/src/VBox/HostDrivers/VBoxUSB/win/mon/
H A DVBoxUsbMon.cpp1697 pSl->Parameters.DeviceIoControl.OutputBufferLength,
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPWddm.cpp1395 if (VideoRequestPacket->OutputBufferLength < sizeof(VIDEO_COLOR_CAPABILITIES))
1429 if (VideoRequestPacket->OutputBufferLength < sizeof(VIDEOPARAMETERS)

Completed in 150 milliseconds