Lines Matching defs:Ios
146 IO_STATUS_BLOCK Ios = RTNT_IO_STATUS_BLOCK_INITIALIZER;
162 &Ios,
171 rcNt = Ios.Status;
658 IO_STATUS_BLOCK Ios;
659 Ios.Status = -1;
660 Ios.Information = 0;
661 NTSTATUS rcNt = NtDeviceIoControlFile((HANDLE)pThis->hDevice, NULL /*hEvent*/, NULL /*pfnApc*/, NULL /*pvApcCtx*/, &Ios,
667 if (NT_SUCCESS(Ios.Status))
669 rcNt = Ios.Status;
688 IO_STATUS_BLOCK Ios;
689 Ios.Status = -1;
690 Ios.Information = 0;
691 NTSTATUS rcNt = NtDeviceIoControlFile((HANDLE)pThis->hDevice, NULL /*hEvent*/, NULL /*pfnApc*/, NULL /*pvApcCtx*/, &Ios,
697 if (NT_SUCCESS(Ios.Status))
699 rcNt = Ios.Status;