Lines Matching refs:IoControlCode
1236 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 != SUPDRV_IDC_REQ_CONNECT
1389 if (pStack->Parameters.DeviceIoControl.IoControlCode == SUPDRV_IDC_REQ_DISCONNECT)
1392 rc = supdrvIDC(pStack->Parameters.DeviceIoControl.IoControlCode, pDevExt, pSession, pHdr);
1395 if (pStack->Parameters.DeviceIoControl.IoControlCode == SUPDRV_IDC_REQ_CONNECT)
1404 if (pStack->Parameters.DeviceIoControl.IoControlCode == SUPDRV_IDC_REQ_DISCONNECT)
1412 pStack->Parameters.DeviceIoControl.IoControlCode,
1425 pStack->Parameters.DeviceIoControl.IoControlCode));