Home
last modified time | relevance | path

Searched defs:IoStackLocation (Results 1 – 25 of 39) sorted by relevance

12

/reactos/drivers/bus/pcix/
H A Dpdo.c80 IN PIO_STACK_LOCATION IoStackLocation, in PciPdoWaitWake()
94 IN PIO_STACK_LOCATION IoStackLocation, in PciPdoSetPowerState()
108 IN PIO_STACK_LOCATION IoStackLocation, in PciPdoIrpQueryPower()
122 IN PIO_STACK_LOCATION IoStackLocation, in PciPdoIrpStartDevice()
235 IN PIO_STACK_LOCATION IoStackLocation, in PciPdoIrpRemoveDevice()
263 IN PIO_STACK_LOCATION IoStackLocation, in PciPdoIrpStopDevice()
305 IN PIO_STACK_LOCATION IoStackLocation, in PciPdoIrpQueryInterface()
369 IN PIO_STACK_LOCATION IoStackLocation, in PciPdoIrpQueryResources()
417 IN PIO_STACK_LOCATION IoStackLocation, in PciPdoIrpQueryId()
447 IN PIO_STACK_LOCATION IoStackLocation, in PciPdoIrpReadConfig()
[all …]
H A Dfdo.c77 IN PIO_STACK_LOCATION IoStackLocation, in PciFdoIrpStartDevice()
125 IN PIO_STACK_LOCATION IoStackLocation, in PciFdoIrpQueryRemoveDevice()
139 IN PIO_STACK_LOCATION IoStackLocation, in PciFdoIrpRemoveDevice()
153 IN PIO_STACK_LOCATION IoStackLocation, in PciFdoIrpCancelRemoveDevice()
167 IN PIO_STACK_LOCATION IoStackLocation, in PciFdoIrpStopDevice()
181 IN PIO_STACK_LOCATION IoStackLocation, in PciFdoIrpQueryStopDevice()
195 IN PIO_STACK_LOCATION IoStackLocation, in PciFdoIrpCancelStopDevice()
209 IN PIO_STACK_LOCATION IoStackLocation, in PciFdoIrpQueryDeviceRelations()
236 IN PIO_STACK_LOCATION IoStackLocation, in PciFdoIrpQueryInterface()
311 IN PIO_STACK_LOCATION IoStackLocation, in PciFdoIrpQueryCapabilities()
[all …]
H A Ddispatch.c73 PIO_STACK_LOCATION IoStackLocation; in PciPassIrpFromFdoToPdo() local
103 PIO_STACK_LOCATION IoStackLocation; in PciDispatchIrp() local
262 IN PIO_STACK_LOCATION IoStackLocation, in PciIrpNotSupported()
278 IN PIO_STACK_LOCATION IoStackLocation, in PciIrpInvalidDeviceRequest()
H A Dpower.c207 IN PIO_STACK_LOCATION IoStackLocation, in PciFdoWaitWake()
222 IN PIO_STACK_LOCATION IoStackLocation, in PciFdoSetPowerState()
237 IN PIO_STACK_LOCATION IoStackLocation, in PciFdoIrpQueryPower()
H A Ddebug.c124 PciDebugIrpDispatchDisplay(IN PIO_STACK_LOCATION IoStackLocation, in PciDebugIrpDispatchDisplay()
/reactos/ntoskrnl/io/iomgr/
H A Drawfs.c191 IN PIO_STACK_LOCATION IoStackLocation) in RawClose()
231 IN PIO_STACK_LOCATION IoStackLocation) in RawCreate()
342 IN PIO_STACK_LOCATION IoStackLocation) in RawReadWriteDeviceControl()
381 RawMountVolume(IN PIO_STACK_LOCATION IoStackLocation) in RawMountVolume()
465 RawUserFsCtrl(IN PIO_STACK_LOCATION IoStackLocation, in RawUserFsCtrl()
579 IN PIO_STACK_LOCATION IoStackLocation) in RawFileSystemControl()
645 IN PIO_STACK_LOCATION IoStackLocation) in RawQueryInformation()
692 IN PIO_STACK_LOCATION IoStackLocation) in RawSetInformation()
954 IN PIO_STACK_LOCATION IoStackLocation) in RawQueryVolumeInformation()
1014 IN PIO_STACK_LOCATION IoStackLocation) in RawCleanup()
[all …]
/reactos/modules/rostests/kmtests/kernel32/
H A Dkernel32_drv.c124 IN PIO_STACK_LOCATION IoStackLocation) in TestDirectoryControl()
160 IN PIO_STACK_LOCATION IoStackLocation) in TestQueryInformation()
200 IN PIO_STACK_LOCATION IoStackLocation) in TestSetInformation()
/reactos/drivers/filesystems/ext2/src/
H A Dvolinfo.c32 PIO_STACK_LOCATION IoStackLocation = NULL; in Ext2QueryVolumeInformation() local
298 PIO_STACK_LOCATION IoStackLocation; in Ext2SetVolumeInformation() local
H A Ddebug.c217 PIO_STACK_LOCATION IoStackLocation; in Ext2DbgPrintCall() local
717 PIO_STACK_LOCATION IoStackLocation; in Ext2DbgPrintComplete() local
H A Dread.c76 PIO_STACK_LOCATION IoStackLocation = NULL; in Ext2ReadVolume() local
483 PIO_STACK_LOCATION IoStackLocation = NULL; in Ext2ReadFile() local
H A Dwrite.c248 PIO_STACK_LOCATION IoStackLocation = NULL; in Ext2WriteVolume() local
773 PIO_STACK_LOCATION IoStackLocation = NULL; in Ext2WriteFile() local
/reactos/drivers/storage/class/ramdisk/
H A Dramdisk.c647 PIO_STACK_LOCATION IoStackLocation = IoGetCurrentIrpStackLocation(Irp); in RamdiskCreateRamdisk() local
719 PIO_STACK_LOCATION IoStackLocation; in RamdiskGetPartitionInfo() local
818 PIO_STACK_LOCATION IoStackLocation; in RamdiskWorkerThread() local
944 PIO_STACK_LOCATION IoStackLocation; in RamdiskReadWriteReal() local
1053 PIO_STACK_LOCATION IoStackLocation; in RamdiskReadWrite() local
1115 PIO_STACK_LOCATION IoStackLocation = IoGetCurrentIrpStackLocation(Irp); in RamdiskDeviceControl() local
1629 PIO_STACK_LOCATION IoStackLocation; in RamdiskQueryId() local
1755 PIO_STACK_LOCATION IoStackLocation; in RamdiskQueryCapabilities() local
1792 PIO_STACK_LOCATION IoStackLocation; in RamdiskQueryDeviceText() local
1884 PIO_STACK_LOCATION IoStackLocation; in RamdiskPnp() local
[all …]
/reactos/drivers/bus/acpi/cmbatt/
H A Dcmbpnp.c72 PIO_STACK_LOCATION IoStackLocation; in CmBattGetAcpiInterfaces() local
202 PIO_STACK_LOCATION IoStackLocation; in CmBattPowerDispatch() local
265 PIO_STACK_LOCATION IoStackLocation; in CmBattPnpDispatch() local
H A Dcmbatt.c321 PIO_STACK_LOCATION IoStackLocation; in CmBattOpenClose() local
385 PIO_STACK_LOCATION IoStackLocation; in CmBattIoctl() local
/reactos/modules/rostests/kmtests/ntos_po/
H A DPoIrp_drv.c125 PIO_STACK_LOCATION IoStackLocation; in RequestedPowerCompletion() local
156 _In_ PIO_STACK_LOCATION IoStackLocation) in RequestedPowerIrpHandler()
/reactos/modules/rostests/kmtests/kmtest_drv/
H A Dkmtest_drv.c184 PIO_STACK_LOCATION IoStackLocation; in DriverCreate() local
222 PIO_STACK_LOCATION IoStackLocation; in DriverCleanup() local
309 PIO_STACK_LOCATION IoStackLocation; in DriverIoControl() local
H A Dkmtest_standalone.c310 PIO_STACK_LOCATION IoStackLocation; in DriverDispatch() local
470 IN PIO_STACK_LOCATION IoStackLocation) in DeviceControlHandler()
/reactos/drivers/bus/acpi/compbatt/
H A Dcomppnp.c119 PIO_STACK_LOCATION IoStackLocation; in CompBattAddNewBattery() local
406 PIO_STACK_LOCATION IoStackLocation = IoGetCurrentIrpStackLocation(Irp); in CompBattPnpDispatch() local
/reactos/modules/rostests/kmtests/ntos_io/
H A DIoHelper_drv.c57 IN PIO_STACK_LOCATION IoStackLocation) in TestIrpHandler()
/reactos/sdk/lib/drivers/wdf/shared/targets/usb/um/
H A Dusbstubum.cpp138 _In_ PIO_STACK_LOCATION IoStackLocation, in USBD_AssignUrbToIoStackLocation()
/reactos/drivers/crypto/ksecdd/
H A Ddispatch.c188 PIO_STACK_LOCATION IoStackLocation; in KsecDdDispatch() local
/reactos/modules/rostests/kmtests/example/
H A DExample_drv.c223 IN PIO_STACK_LOCATION IoStackLocation) in TestIrpHandler()
/reactos/drivers/bus/pcix/pci/
H A Dconfig.c142 PIO_STACK_LOCATION IoStackLocation; in PciQueryForPciBusInterface() local
/reactos/drivers/filesystems/npfs/
H A Dfsctrl.c58 PIO_STACK_LOCATION IoStackLocation; in NpQueryClientProcess() local
143 PIO_STACK_LOCATION IoStackLocation; in NpSetClientProcess() local
/reactos/ntoskrnl/fstub/
H A Ddisksup.c1656 PIO_STACK_LOCATION IoStackLocation; in xHalExamineMBR() local
1790 PIO_STACK_LOCATION IoStackLocation; in xHalIoReadPartitionTable() local
2217 PIO_STACK_LOCATION IoStackLocation; in xHalIoSetPartitionInformation() local
2411 PIO_STACK_LOCATION IoStackLocation; in xHalIoWritePartitionTable() local

12