Searched refs:IoControlCode (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Mouse/NT5/
H A DVBoxMFDriver.cpp169 LOGF(("IOCTL %08X, fn = %#04X", pStack->Parameters.DeviceIoControl.IoControlCode,
170 (pStack->Parameters.DeviceIoControl.IoControlCode>>2)&0xFFF));
173 if (pStack->Parameters.DeviceIoControl.IoControlCode == IOCTL_INTERNAL_MOUSE_CONNECT)
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/
H A DVBoxMPDriver.cpp226 LOGF(("IOCTL %#p, fn(%#x)", (void*)RequestPacket->IoControlCode, (RequestPacket->IoControlCode >> 2) & 0xFFF));
230 switch (RequestPacket->IoControlCode)
569 (void*)RequestPacket->IoControlCode, (RequestPacket->IoControlCode >> 2) & 0xFFF));
/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dvbsf.c246 ULONG IoControlCode = pStack->Parameters.DeviceIoControl.IoControlCode; local
251 pDevObj, pDevObj->DeviceExtension, IoControlCode));
253 switch (IoControlCode)
280 if (IoControlCode == IOCTL_REDIR_QUERY_PATH)
605 Log(("VBOXSF: MRxIoCtl: IoControlCode = 0x%08X\n",
636 switch (LowIoContext->ParamsFor.IoCtl.IoControlCode)
/vbox/src/VBox/HostDrivers/VBoxUSB/win/cmn/
H A DVBoxUsbTool.cpp291 pSl->Parameters.DeviceIoControl.IoControlCode = IOCTL_INTERNAL_USB_SUBMIT_URB;
338 pSl->Parameters.DeviceIoControl.IoControlCode = uCtl;
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrv-win.cpp1236 ULONG ulCmd = pStack->Parameters.DeviceIoControl.IoControlCode;
1269 pDevExt, pIrp, pStack->Parameters.DeviceIoControl.IoControlCode,
1279 if ((pStack->Parameters.DeviceIoControl.IoControlCode & 0x3) == METHOD_BUFFERED)
1294 rc = supdrvIOCtl(pStack->Parameters.DeviceIoControl.IoControlCode, pDevExt, pSession, pHdr,
1304 pHdr->cbOut, cbOut, pStack->Parameters.DeviceIoControl.IoControlCode));
1314 pStack->Parameters.DeviceIoControl.IoControlCode,
1325 pStack->Parameters.DeviceIoControl.IoControlCode));
1364 pDevExt, pIrp, pStack->Parameters.DeviceIoControl.IoControlCode,
1369 if ((pStack->Parameters.DeviceIoControl.IoControlCode & 0x3) == METHOD_BUFFERED)
1372 if ( pStack->Parameters.DeviceIoControl.IoControlCode !
[all...]
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-win.cpp740 unsigned int uCmd = (unsigned int)pStack->Parameters.DeviceIoControl.IoControlCode;
769 if ((pStack->Parameters.DeviceIoControl.IoControlCode & 0x3) == METHOD_BUFFERED)
805 LogFunc(("Not buffered request (%#x) - not supported\n", pStack->Parameters.DeviceIoControl.IoControlCode));
829 unsigned int uCmd = (unsigned int)pStack->Parameters.DeviceIoControl.IoControlCode;
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DSysHlp.cpp282 nextStack->Parameters.DeviceIoControl.IoControlCode = u32Function;
/vbox/src/VBox/HostDrivers/VBoxUSB/win/dev/
H A DVBoxUsbRt.cpp1393 pSl->Parameters.DeviceIoControl.IoControlCode = IOCTL_INTERNAL_USB_SUBMIT_URB;
1525 switch (pSl->Parameters.DeviceIoControl.IoControlCode)
/vbox/src/VBox/HostDrivers/VBoxUSB/win/mon/
H A DVBoxUsbMon.cpp1694 pSl->Parameters.DeviceIoControl.IoControlCode,
1791 Status = vboxUsbMonInternalIoctlDispatch(pSl->Parameters.DeviceIoControl.IoControlCode,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dwdm.h871 ULONG POINTER_ALIGNMENT IoControlCode; member in struct:_IO_STACK_LOCATION::__anon821::__anon830
/vbox/src/VBox/Additions/WINNT/Mouse/NT4/
H A DVBoxPS2NT.cpp117 /* NtDeviceIoControlFile internal IoControlCode values for keyboard device */
123 /* NtDeviceIoControlFile internal IoControlCode values for mouse device */
753 switch (irpSp->Parameters.DeviceIoControl.IoControlCode)
796 switch (irpSp->Parameters.DeviceIoControl.IoControlCode)
1020 switch (irpSp->Parameters.DeviceIoControl.IoControlCode)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dwdm.h885 ULONG POINTER_ALIGNMENT IoControlCode; member in struct:_IO_STACK_LOCATION::__anon13424::__anon13433
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPWddm.cpp1385 LOGF(("ENTER, context(0x%p), ctl(0x%x)", MiniportDeviceContext, VideoRequestPacket->IoControlCode));
1391 switch (VideoRequestPacket->IoControlCode)
1448 LOGF(("LEAVE, context(0x%p), ctl(0x%x)", MiniportDeviceContext, VideoRequestPacket->IoControlCode));

Completed in 90 milliseconds