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

/vbox/src/VBox/Additions/WINNT/Mouse/NT4/
H A DVBoxPS2NT.cpp752 PIO_STACK_LOCATION irpSp = IoGetCurrentIrpStackLocation(Irp); local
753 switch (irpSp->Parameters.DeviceIoControl.IoControlCode)
794 PIO_STACK_LOCATION irpSp = IoGetCurrentIrpStackLocation(Irp); local
796 switch (irpSp->Parameters.DeviceIoControl.IoControlCode)
809 else if (irpSp->Parameters.DeviceIoControl.InputBufferLength < sizeof(CONNECT_DATA))
814 pDevExt->KbdExt.ConnectData = *((PCONNECT_DATA) (irpSp->Parameters.DeviceIoControl.Type3InputBuffer));
832 else if (irpSp->Parameters.DeviceIoControl.InputBufferLength < sizeof(CONNECT_DATA))
837 pDevExt->MouExt.ConnectData = *((PCONNECT_DATA) (irpSp->Parameters.DeviceIoControl.Type3InputBuffer));
857 if (irpSp->Parameters.DeviceIoControl.OutputBufferLength < sizeof(KEYBOARD_ATTRIBUTES))
871 if (irpSp
1019 PIO_STACK_LOCATION irpSp = IoGetCurrentIrpStackLocation(Irp); local
[all...]

Completed in 36 milliseconds