Home
last modified time | relevance | path

Searched refs:FastIoDeviceControl (Results 1 – 6 of 6) sorted by relevance

/reactos/drivers/filters/fltmgr/
H A DInterface.c1143 if (FastIoDispatch && FastIoDispatch->FastIoDeviceControl) in FltpFastIoDeviceControl()
1146 return FastIoDispatch->FastIoDeviceControl(FileObject, in FltpFastIoDeviceControl()
1774 FastIoDispatch->FastIoDeviceControl = FltpFastIoDeviceControl; in SetupDispatchAndCallbacksTables()
/reactos/ntoskrnl/wmi/
H A Dwmidrv.c690 WmipFastIoDispatch.FastIoDeviceControl = WmipFastIoDeviceControl; in _Function_class_()
/reactos/drivers/filesystems/vfatfs/
H A Dfastio.c766 FastIoDispatch->FastIoDeviceControl = VfatFastIoDeviceControl; in VfatInitFastIoRoutines()
/reactos/ntoskrnl/io/iomgr/
H A Diofunc.c369 if (FastIoDispatch != NULL && FastIoDispatch->FastIoDeviceControl != NULL) in IopDeviceFsIoControl()
406 if (FastIoDispatch->FastIoDeviceControl(FileObject, in IopDeviceFsIoControl()
/reactos/sdk/include/xdk/
H A Diotypes.h1743 PFAST_IO_DEVICE_CONTROL FastIoDeviceControl; member
/reactos/sdk/lib/drivers/rdbsslib/
H A Drdbss.c6921 RxFastIoDispatch.FastIoDeviceControl = RxFastIoDeviceControl; in RxInitializeDispatchVectors()