Lines Matching defs:pSl

354     PIO_STACK_LOCATION pSl = IoGetCurrentIrpStackLocation(pIrp);
355 PFILE_OBJECT pFObj = pSl->FileObject;
370 || pSl->Parameters.DeviceIoControl.InputBufferLength != sizeof (*pDev)
371 || pSl->Parameters.DeviceIoControl.OutputBufferLength != sizeof (*pDev))
403 PIO_STACK_LOCATION pSl = IoGetCurrentIrpStackLocation(pIrp);
404 PFILE_OBJECT pFObj = pSl->FileObject;
464 PIO_STACK_LOCATION pSl = IoGetCurrentIrpStackLocation(pIrp);
471 if (pDev && pSl->Parameters.DeviceIoControl.InputBufferLength == sizeof (*pDev)
472 && pSl->Parameters.DeviceIoControl.OutputBufferLength == sizeof (*pDev))
496 PIO_STACK_LOCATION pSl = IoGetCurrentIrpStackLocation(pIrp);
497 PFILE_OBJECT pFObj = pSl->FileObject;
518 || pSl->Parameters.DeviceIoControl.InputBufferLength
519 || pSl->Parameters.DeviceIoControl.OutputBufferLength)
700 PIO_STACK_LOCATION pSl = IoGetCurrentIrpStackLocation(pIrp);
701 PFILE_OBJECT pFObj = pSl->FileObject;
722 || pSl->Parameters.DeviceIoControl.InputBufferLength != sizeof (*pCfg)
723 || pSl->Parameters.DeviceIoControl.OutputBufferLength != 0)
850 PIO_STACK_LOCATION pSl = IoGetCurrentIrpStackLocation(pIrp);
851 PFILE_OBJECT pFObj = pSl->FileObject;
872 || pSl->Parameters.DeviceIoControl.InputBufferLength != sizeof (*pIf)
873 || pSl->Parameters.DeviceIoControl.OutputBufferLength != 0)
933 PIO_STACK_LOCATION pSl = IoGetCurrentIrpStackLocation(pIrp);
934 PFILE_OBJECT pFObj = pSl->FileObject;
955 || pSl->Parameters.DeviceIoControl.InputBufferLength != sizeof (*pCe)
956 || pSl->Parameters.DeviceIoControl.OutputBufferLength != 0)
974 PIO_STACK_LOCATION pSl = IoGetCurrentIrpStackLocation(pIrp);
975 PFILE_OBJECT pFObj = pSl->FileObject;
996 || pSl->Parameters.DeviceIoControl.InputBufferLength != sizeof (*pCe)
997 || pSl->Parameters.DeviceIoControl.OutputBufferLength != 0)
1391 PIO_STACK_LOCATION pSl = IoGetNextIrpStackLocation(pIrp);
1392 pSl->MajorFunction = IRP_MJ_INTERNAL_DEVICE_CONTROL;
1393 pSl->Parameters.DeviceIoControl.IoControlCode = IOCTL_INTERNAL_USB_SUBMIT_URB;
1394 pSl->Parameters.Others.Argument1 = pUrb;
1395 pSl->Parameters.Others.Argument2 = NULL;
1422 PIO_STACK_LOCATION pSl = IoGetCurrentIrpStackLocation(pIrp);
1423 PFILE_OBJECT pFObj = pSl->FileObject;
1444 || pSl->Parameters.DeviceIoControl.InputBufferLength != sizeof (*pUrbInfo)
1445 || pSl->Parameters.DeviceIoControl.OutputBufferLength != sizeof (*pUrbInfo))
1469 PIO_STACK_LOCATION pSl = IoGetCurrentIrpStackLocation(pIrp);
1473 if (pVer && pSl->Parameters.DeviceIoControl.InputBufferLength == 0
1474 && pSl->Parameters.DeviceIoControl.OutputBufferLength == sizeof (*pVer))
1500 PIO_STACK_LOCATION pSl = IoGetCurrentIrpStackLocation(pIrp);
1501 PFILE_OBJECT pFObj = pSl->FileObject;
1513 PIO_STACK_LOCATION pSl = IoGetCurrentIrpStackLocation(pIrp);
1514 PFILE_OBJECT pFObj = pSl->FileObject;
1524 PIO_STACK_LOCATION pSl = IoGetCurrentIrpStackLocation(pIrp);
1525 switch (pSl->Parameters.DeviceIoControl.IoControlCode)