Lines Matching refs:DeviceHandle
78 FsRtlpOpenDev(OUT PHANDLE DeviceHandle, in FsRtlpOpenDev() argument
95 Status = ZwCreateFile(DeviceHandle, in FsRtlpOpenDev()
110 *DeviceHandle = INVALID_HANDLE_VALUE; in FsRtlpOpenDev()
285 HANDLE DeviceHandle; in FsRtlRegisterUncProvider() local
319 Status = FsRtlpOpenDev(&DeviceHandle, L"\\Device\\Null"); in FsRtlRegisterUncProvider()
340 FsRtlpDRD.NullHandle = DeviceHandle; in FsRtlRegisterUncProvider()
348 Status = FsRtlpOpenDev(&DeviceHandle, L"\\Device\\Mup"); in FsRtlRegisterUncProvider()
354 Status = FsRtlpOpenDev(&DeviceHandle, L"\\Device\\Mup"); in FsRtlRegisterUncProvider()
367 …Status = FsRtlpRegisterProviderWithMUP(DeviceHandle, &FsRtlpDRD.RedirectorDeviceName, FsRtlpDRD.Ma… in FsRtlRegisterUncProvider()
374 FsRtlpDRD.MupHandle = DeviceHandle; in FsRtlRegisterUncProvider()
381 Status = FsRtlpOpenDev(&DeviceHandle, L"\\Device\\Mup"); in FsRtlRegisterUncProvider()
393 … Status = FsRtlpRegisterProviderWithMUP(DeviceHandle, RedirectorDeviceName, MailslotsSupported); in FsRtlRegisterUncProvider()
404 *Handle = DeviceHandle; in FsRtlRegisterUncProvider()
409 if (DeviceHandle != INVALID_HANDLE_VALUE && DeviceHandle != 0) in FsRtlRegisterUncProvider()
411 ZwClose(DeviceHandle); in FsRtlRegisterUncProvider()