Searched refs:IopPerformSynchronousRequest (Results 1 – 1 of 1) sorted by relevance
/reactos/ntoskrnl/io/iomgr/ |
H A D | iofunc.c | 119 IopPerformSynchronousRequest(IN PDEVICE_OBJECT DeviceObject, in IopPerformSynchronousRequest() function 641 return IopPerformSynchronousRequest(DeviceObject, in IopDeviceFsIoControl() 1593 Status = IopPerformSynchronousRequest(DeviceObject, in NtFlushBuffersFile() 1750 return IopPerformSynchronousRequest(DeviceObject, in NtNotifyChangeDirectoryFile() 1980 return IopPerformSynchronousRequest(DeviceObject, in NtLockFile() 2246 return IopPerformSynchronousRequest(DeviceObject, in NtQueryDirectoryFile() 3049 return IopPerformSynchronousRequest(DeviceObject, in NtReadFile() 3734 Status = IopPerformSynchronousRequest(DeviceObject, in NtUnlockFile() 4121 return IopPerformSynchronousRequest(DeviceObject, in NtWriteFile() 4409 Status = IopPerformSynchronousRequest(DeviceObject, in NtQueryVolumeInformationFile() [all …]
|