Home
last modified time | relevance | path

Searched refs:Parameters (Results 1 – 25 of 516) sorted by relevance

12345678910>>...21

/reactos/drivers/input/i8042prt/
H A Dregistry.c25 RTL_QUERY_REGISTRY_TABLE Parameters[17]; in ReadRegistryEntries() local
53 RtlZeroMemory(Parameters, sizeof(Parameters)); in ReadRegistryEntries()
56 Parameters[0].Name = L"Parameters"; in ReadRegistryEntries()
61 Parameters[1].DefaultType = REG_DWORD; in ReadRegistryEntries()
68 Parameters[2].DefaultType = REG_SZ; in ReadRegistryEntries()
70 Parameters[2].DefaultLength = 0; in ReadRegistryEntries()
75 Parameters[3].DefaultType = REG_DWORD; in ReadRegistryEntries()
103 Parameters[7].DefaultType = REG_SZ; in ReadRegistryEntries()
105 Parameters[7].DefaultLength = 0; in ReadRegistryEntries()
150 Parameters[14].Name = L"SampleRate"; in ReadRegistryEntries()
[all …]
/reactos/modules/rostests/kmtests/kmtest_drv/
H A Dstructs.c24 C_ASSERT(FIELD_OFFSET(IO_STACK_LOCATION, Parameters.Create.SecurityContext) == 4);
25 C_ASSERT(FIELD_OFFSET(IO_STACK_LOCATION, Parameters.Create.Options) == 8);
26 C_ASSERT(FIELD_OFFSET(IO_STACK_LOCATION, Parameters.Create.FileAttributes) == 12);
27 C_ASSERT(FIELD_OFFSET(IO_STACK_LOCATION, Parameters.Create.ShareAccess) == 14);
28 C_ASSERT(FIELD_OFFSET(IO_STACK_LOCATION, Parameters.Create.EaLength) == 16);
35 C_ASSERT(FIELD_OFFSET(IO_STACK_LOCATION, Parameters.SetFile.Length) == 4);
37 C_ASSERT(FIELD_OFFSET(IO_STACK_LOCATION, Parameters.SetFile.FileObject) == 12);
39 C_ASSERT(FIELD_OFFSET(IO_STACK_LOCATION, Parameters.SetFile.AdvanceOnly) == 17);
53 C_ASSERT(FIELD_OFFSET(IO_STACK_LOCATION, Parameters.Create.Options) == 16);
56 C_ASSERT(FIELD_OFFSET(IO_STACK_LOCATION, Parameters.Create.EaLength) == 32);
[all …]
H A Dkmtest_drv.c317 IoStackLocation->Parameters.DeviceIoControl.IoControlCode, in DriverIoControl()
321 switch (IoStackLocation->Parameters.DeviceIoControl.IoControlCode) in DriverIoControl()
355 IoStackLocation->Parameters.DeviceIoControl.InputBufferLength, in DriverIoControl()
388 IoStackLocation->Parameters.DeviceIoControl.Type3InputBuffer, in DriverIoControl()
389 IoStackLocation->Parameters.DeviceIoControl.InputBufferLength, in DriverIoControl()
390 IoStackLocation->Parameters.DeviceIoControl.OutputBufferLength); in DriverIoControl()
440 IoStackLocation->Parameters.DeviceIoControl.OutputBufferLength); in DriverIoControl()
474 IoStackLocation->Parameters.DeviceIoControl.InputBufferLength, in DriverIoControl()
523 IoStackLocation->Parameters.DeviceIoControl.IoControlCode); in DriverIoControl()
553 IN PVOID Parameters) in KmtUserModeCallback() argument
[all …]
/reactos/dll/win32/kernel32/client/console/
H A Dinit.c196 if (lpDesktop && Parameters->DesktopInfo.Buffer && *Parameters->DesktopInfo.Buffer) in SetUpConsoleInfo()
368 &Parameters->ImagePathName, in ConDllInitialize()
369 Parameters->ConsoleHandle, in ConDllInitialize()
370 Parameters->StandardInput, in ConDllInitialize()
371 Parameters->StandardOutput, in ConDllInitialize()
372 Parameters->StandardError); in ConDllInitialize()
436 Parameters->ConsoleHandle = NULL; in ConDllInitialize()
529 Parameters->ConsoleHandle, in ConDllInitialize()
530 Parameters->StandardInput, in ConDllInitialize()
531 Parameters->StandardOutput, in ConDllInitialize()
[all …]
/reactos/ntoskrnl/ex/
H A Dwin32k.c121 Parameters.Process = Process; in ExpDesktopOkToClose()
122 Parameters.Object = Object; in ExpDesktopOkToClose()
123 Parameters.Handle = Handle; in ExpDesktopOkToClose()
143 Parameters.Process = Process; in ExpWindowStationOkToClose()
144 Parameters.Object = Object; in ExpWindowStationOkToClose()
145 Parameters.Handle = Handle; in ExpWindowStationOkToClose()
192 Parameters.Context = Context; in ExpWinStaObjectParse()
194 Parameters.Object = Object; in ExpWinStaObjectParse()
225 Parameters.Process = Process; in ExpDesktopOpen()
245 Parameters.Process = Process; in ExpDesktopClose()
[all …]
H A Dharderr.c72 BugCheckParameters[i] = Parameters[i]; in ExpSystemErrorHandler()
102 IN PULONG_PTR Parameters, in ExpRaiseHardError() argument
248 if (Parameters) in ExpRaiseHardError()
251 Parameters, in ExpRaiseHardError()
387 IN PULONG_PTR Parameters, in ExRaiseHardError() argument
403 if (Parameters) in ExRaiseHardError()
474 UserParams->Parameters[i] = Parameters[i]; in ExRaiseHardError()
489 UserData = Parameters; in ExRaiseHardError()
606 if (Parameters) in NtRaiseHardError()
626 if (Parameters) in NtRaiseHardError()
[all …]
/reactos/modules/rosapps/drivers/green/
H A Dmisc.c68 RTL_QUERY_REGISTRY_TABLE Parameters[4]; in ReadRegistryEntries() local
86 RtlZeroMemory(Parameters, sizeof(Parameters)); in ReadRegistryEntries()
89 Parameters[0].Name = L"AttachedDevice"; in ReadRegistryEntries()
93 Parameters[1].Name = L"DeviceReported"; in ReadRegistryEntries()
95 Parameters[1].DefaultType = REG_DWORD; in ReadRegistryEntries()
97 Parameters[1].DefaultLength = sizeof(ULONG); in ReadRegistryEntries()
100 Parameters[2].Name = L"SampleRate"; in ReadRegistryEntries()
102 Parameters[2].DefaultType = REG_DWORD; in ReadRegistryEntries()
103 Parameters[2].DefaultData = &DefaultSampleRate; in ReadRegistryEntries()
104 Parameters[2].DefaultLength = sizeof(ULONG); in ReadRegistryEntries()
[all …]
/reactos/ntoskrnl/io/iomgr/
H A Dirq.c174 _Inout_ PIO_CONNECT_INTERRUPT_PARAMETERS Parameters) in IopConnectInterruptExFullySpecific() argument
184 Parameters->FullySpecified.SpinLock, in IopConnectInterruptExFullySpecific()
185 Parameters->FullySpecified.Vector, in IopConnectInterruptExFullySpecific()
186 Parameters->FullySpecified.Irql, in IopConnectInterruptExFullySpecific()
189 Parameters->FullySpecified.ShareVector, in IopConnectInterruptExFullySpecific()
199 _Inout_ PIO_CONNECT_INTERRUPT_PARAMETERS Parameters) in IoConnectInterruptEx() argument
203 switch (Parameters->Version) in IoConnectInterruptEx()
206 return IopConnectInterruptExFullySpecific(Parameters); in IoConnectInterruptEx()
209 return IopConnectInterruptExFullySpecific(Parameters); in IoConnectInterruptEx()
224 _In_ PIO_DISCONNECT_INTERRUPT_PARAMETERS Parameters) in IoDisconnectInterruptEx() argument
[all …]
/reactos/media/inf/
H A Dnettcpip.inf249 HKR,"Parameters",,0x00000010
250 HKR,"Parameters\Adapters",,0x00000010
251 HKR,"Parameters\Interfaces",,0x00000010
252 HKR,"Parameters\PersistentRoutes",,0x00000010
256 HKR,"Parameters","Domain",0x00000000,""
257 HKR,"Parameters","Hostname",0x00000000,"ROSHost"
258 HKR,"Parameters","NameServer",0x00000000,""
259 HKR,"Parameters","ForwardBroadcasts",0x00010001,0x00000000
260 HKR,"Parameters","IPEnableRouter",0x00010001,0x00000000
261 HKR,"Parameters","SearchList",0x00000000,""
[all …]
/reactos/sdk/lib/drivers/wdf/shared/inc/private/km/
H A Dfxirpkm.hpp646 Parameters.Power.State.DeviceState; in GetParameterPowerStateDeviceState()
655 Parameters.Power.State.SystemState; in GetParameterPowerStateSystemState()
664 Parameters.Power.ShutdownType; in GetParameterPowerShutdownType()
749 Parameters.Write.Length = IoLength; in SetNextParameterWriteLength()
843 Parameters.QueryDeviceText.LocaleId; in GetParameterQueryDeviceTextLocaleId()
877 Parameters.QueryInterface.Interface; in GetParameterQueryInterfaceInterface()
929 Parameters.UsageNotification.Type; in GetParameterUsageNotificationType()
938 Parameters.UsageNotification.InPath; in GetParameterUsageNotificationInPath()
957 Parameters.UsageNotification.InPath; in GetNextStackParameterUsageNotificationInPath()
1317 RtlMoveMemory(&Parameters->Parameters, in CopyParameters()
[all …]
/reactos/drivers/multimedia/audio/sndblst.old/
H A Dsndblst.c66 Parameters = DeviceObject->DeviceExtension; in InitDevice()
90 if (! Parameters) in InitDevice()
99 Parameters->RegistryPath = RegistryPath; in InitDevice()
107 Parameters->Port = DEFAULT_PORT; in InitDevice()
108 Parameters->IRQ = DEFAULT_IRQ; in InitDevice()
109 Parameters->DMA = DEFAULT_DMA; in InitDevice()
110 Parameters->BufferSize = DEFAULT_BUFSIZE; in InitDevice()
123 DPRINT("Port 0x%x IRQ %d DMA %d\n", Parameters->Port, Parameters->IRQ, Parameters->DMA); in InitDevice()
149 EnableSpeaker(Parameters->Port, TRUE); in InitDevice()
150 SetOutputSampleRate(Parameters->Port, 2205); in InitDevice()
[all …]
/reactos/drivers/filesystems/ext2/src/
H A Ddebug.c309 IoStackLocation->Parameters.Read.Length, in Ext2DbgPrintCall()
335 IoStackLocation->Parameters.Read.Length, in Ext2DbgPrintCall()
350 IoStackLocation->Parameters.QueryFile.FileInformationClass; in Ext2DbgPrintCall()
373 IoStackLocation->Parameters.SetFile.FileInformationClass; in Ext2DbgPrintCall()
396 IoStackLocation->Parameters.QueryVolume.FsInformationClass; in Ext2DbgPrintCall()
438 IoStackLocation->Parameters.QueryDirectory.FileName in Ext2DbgPrintCall()
441 IoStackLocation)->Parameters.QueryDirectory.FileName in Ext2DbgPrintCall()
597 IoStackLocation->Parameters.LockControl.Key, in Ext2DbgPrintCall()
624 IoStackLocation->Parameters.LockControl.Key in Ext2DbgPrintCall()
636 IoStackLocation)->Parameters.LockControl.Key in Ext2DbgPrintCall()
[all …]
/reactos/drivers/multimedia/audio/mpu401_nt4/
H A Dmpu401.c37 PDEVICE_EXTENSION Parameters; // = DeviceObject->DeviceExtension; in InitDevice() local
66 Parameters = DeviceObject->DeviceExtension; in InitDevice()
82 DPRINT("DeviceObject at 0x%x, DeviceExtension at 0x%x\n", DeviceObject, Parameters); in InitDevice()
84 if (! Parameters) in InitDevice()
93 Parameters->RegistryPath = RegistryPath; in InitDevice()
101 Parameters->Port = DEFAULT_PORT; in InitDevice()
102 Parameters->IRQ = DEFAULT_IRQ; in InitDevice()
115 DPRINT("Port 0x%x IRQ %d\n", Parameters->Port, Parameters->IRQ); in InitDevice()
120 if (! InitUARTMode(Parameters->Port)) in InitDevice()
252 Stack->Parameters.DeviceIoControl.IoControlCode); in MPU401DeviceControl()
[all …]
/reactos/drivers/network/tcpip/tcpip/
H A Ddispatch.c306 Parameters = (PTDI_REQUEST_KERNEL_ASSOCIATE)&IrpSp->Parameters; in DispTdiAssociateAddress()
309 Parameters->AddressHandle, in DispTdiAssociateAddress()
393 PTDI_REQUEST_KERNEL Parameters; in DispTdiConnect() local
420 Parameters = (PTDI_REQUEST_KERNEL)&IrpSp->Parameters; in DispTdiConnect()
561 PTDI_REQUEST_KERNEL Parameters; in DispTdiListen() local
590 Parameters = (PTDI_REQUEST_KERNEL)&IrpSp->Parameters; in DispTdiListen()
641 ( (PTDI_REQUEST)Parameters, in DispTdiListen()
681 Parameters = (PTDI_REQUEST_KERNEL_QUERY_INFORMATION)&IrpSp->Parameters; in DispTdiQueryInformation()
689 switch (Parameters->QueryType) in DispTdiQueryInformation()
1136 Parameters = (PTDI_REQUEST_KERNEL_SET_EVENT)&IrpSp->Parameters; in DispTdiSetEventHandler()
[all …]
/reactos/base/system/smss/
H A Dsmss.c374 SmpTerminate(IN PULONG_PTR Parameters, in SmpTerminate() argument
394 Parameters, in SmpTerminate()
405 ULONG_PTR Parameters[4]; in SmpUnhandledExceptionFilter() local
419 Parameters[0] = (ULONG_PTR)&ErrorString; in SmpUnhandledExceptionFilter()
423 SmpTerminate(Parameters, 1, RTL_NUMBER_OF(Parameters)); in SmpUnhandledExceptionFilter()
439 ULONG_PTR Parameters[4]; in _main() local
462 Parameters[0] = (ULONG_PTR)&DbgString; in _main()
463 Parameters[1] = Parameters[2] = Parameters[3] = 0; in _main()
474 Parameters[1] = Status; in _main()
500 Parameters[1] = Status; in _main()
[all …]
/reactos/drivers/input/sermouse/
H A Dsermouse.c40 RTL_QUERY_REGISTRY_TABLE Parameters[2]; in ReadRegistryEntries() local
57 RtlZeroMemory(Parameters, sizeof(Parameters)); in ReadRegistryEntries()
59 Parameters[0].Flags = RTL_QUERY_REGISTRY_DIRECT; in ReadRegistryEntries()
60 Parameters[0].Name = L"NumberOfButtons"; in ReadRegistryEntries()
61 Parameters[0].EntryContext = &DriverExtension->NumberOfButtons; in ReadRegistryEntries()
62 Parameters[0].DefaultType = REG_DWORD; in ReadRegistryEntries()
63 Parameters[0].DefaultData = &DefaultNumberOfButtons; in ReadRegistryEntries()
64 Parameters[0].DefaultLength = sizeof(ULONG); in ReadRegistryEntries()
69 Parameters, in ReadRegistryEntries()
/reactos/drivers/filesystems/npfs/
H A Dcreate.c677 if (!(Parameters->TimeoutSpecified) || in NpCreateNewNamedPipe()
678 !(Parameters->MaximumInstances) || in NpCreateNewNamedPipe()
679 (Parameters->DefaultTimeout.QuadPart >= 0)) in NpCreateNewNamedPipe()
718 Parameters->MaximumInstances, in NpCreateNewNamedPipe()
719 Parameters->DefaultTimeout, in NpCreateNewNamedPipe()
728 Parameters->ReadMode & 0xFF, in NpCreateNewNamedPipe()
730 Parameters->InboundQuota, in NpCreateNewNamedPipe()
731 Parameters->OutboundQuota, in NpCreateNewNamedPipe()
803 PNAMED_PIPE_CREATE_PARAMETERS Parameters; in NpFsdCreateNamedPipe() local
816 Parameters = IoStack->Parameters.CreatePipe.Parameters; in NpFsdCreateNamedPipe()
[all …]
/reactos/drivers/storage/class/cdrom/
H A Dioctl.c918 if (RequestParameters.Parameters.DeviceIoControl.InputBufferLength < in RequestValidateReadTocEx()
1011 if (RequestParameters.Parameters.DeviceIoControl.OutputBufferLength < in RequestValidateReadToc()
1056 if (RequestParameters.Parameters.DeviceIoControl.OutputBufferLength < in RequestValidateGetLastSession()
1101 if(RequestParameters.Parameters.DeviceIoControl.InputBufferLength < in RequestValidateReadQChannel()
1393 if (RequestParameters.Parameters.DeviceIoControl.OutputBufferLength < in RequestValidateGetConfiguration()
3544 if (RequestParameters.Parameters.DeviceIoControl.InputBufferLength < in RequestValidateEnableStreaming()
5620 if(RequestParameters.Parameters.DeviceIoControl.InputBufferLength < in _IRQL_requires_max_()
6417 …RequestParameters.Parameters.Read.DeviceOffset = currentStack->Parameters.Read.ByteOffset.QuadPart; in RequestHandleReadWrite()
6421 …RequestParameters.Parameters.Write.DeviceOffset = currentStack->Parameters.Write.ByteOffset.QuadPa… in RequestHandleReadWrite()
6427 ULONG entireXferLen = currentStack->Parameters.Read.Length; in RequestHandleReadWrite()
[all …]
/reactos/sdk/lib/drivers/wdf/shared/core/
H A Dfxrequestcontext.cpp153 m_CompletionParams.Parameters.Write.Buffer = WriteMemory->GetHandle(); in FormatWriteParams()
157 m_CompletionParams.Parameters.Write.Offset = in FormatWriteParams()
161 m_CompletionParams.Parameters.Write.Offset = 0; in FormatWriteParams()
174 m_CompletionParams.Parameters.Read.Buffer = ReadMemory->GetHandle(); in FormatReadParams()
178 m_CompletionParams.Parameters.Read.Offset = in FormatReadParams()
182 m_CompletionParams.Parameters.Read.Offset = 0; in FormatReadParams()
192 m_CompletionParams.Parameters.Others.Argument1.Ptr = InternalIoctlParams->Argument1; in FormatOtherParams()
193 m_CompletionParams.Parameters.Others.Argument2.Ptr = InternalIoctlParams->Argument2; in FormatOtherParams()
194 m_CompletionParams.Parameters.Others.Argument4.Ptr = InternalIoctlParams->Argument4; in FormatOtherParams()
/reactos/win32ss/user/winsrv/usersrv/
H A Dharderror.c101 OUT PULONG_PTR Parameters, in UserpCaptureStringParameters() argument
117 Parameters[nParam] = 0; in UserpCaptureStringParameters()
210 Parameters[nParam] = Message->Parameters[nParam]; in UserpCaptureStringParameters()
750 Parameters[0], Parameters[1], in UserpFormatMessages()
751 Parameters[2], Parameters[3]); in UserpFormatMessages()
783 Parameters[0], Parameters[1], in UserpFormatMessages()
784 Parameters[2], Parameters[3]); in UserpFormatMessages()
823 Parameters[0], Parameters[1], in UserpFormatMessages()
824 Parameters[2], Parameters[3]); in UserpFormatMessages()
868 Parameters[0], Parameters[1], in UserpFormatMessages()
[all …]
/reactos/drivers/bus/pci/
H A Dpdo.c43 switch (IrpSp->Parameters.QueryDeviceText.DeviceTextType) in PdoQueryDeviceText()
93 switch (IrpSp->Parameters.QueryId.IdType) in PdoQueryId()
1151 IN PPCI_DEVICE_PRESENCE_PARAMETERS Parameters) in CheckPciDevice() argument
1153 if ((Parameters->Flags & PCI_USE_VENDEV_IDS) && in CheckPciDevice()
1167 if ((Parameters->Flags & PCI_USE_PROGIF) && in CheckPciDevice()
1168 PciConfig->ProgIf != Parameters->ProgIf) in CheckPciDevice()
1180 if ((Parameters->Flags & PCI_USE_REVISION) && in CheckPciDevice()
1193 IN PPCI_DEVICE_PRESENCE_PARAMETERS Parameters) in InterfacePciDevicePresentEx() argument
1204 Context, Parameters); in InterfacePciDevicePresentEx()
1206 if (!Parameters || Parameters->Size != sizeof(PCI_DEVICE_PRESENCE_PARAMETERS)) in InterfacePciDevicePresentEx()
[all …]
/reactos/drivers/bus/isapnp/
H A Dinterface.c25 if (IsEqualGUIDAligned(IrpSp->Parameters.QueryInterface.InterfaceType, in IsaFdoQueryInterface()
32 ResourceType = PtrToUlong(IrpSp->Parameters.QueryInterface.InterfaceSpecificData); in IsaFdoQueryInterface()
34 if (IrpSp->Parameters.QueryInterface.Size < sizeof(TRANSLATOR_INTERFACE) || in IsaFdoQueryInterface()
65 IrpSp->Parameters.QueryInterface.Size, in IsaFdoQueryInterface()
66 IrpSp->Parameters.QueryInterface.Version, in IsaFdoQueryInterface()
68 Parameters.QueryInterface.Interface, in IsaFdoQueryInterface()
/reactos/drivers/filesystems/fastfat/
H A Ddevctrl.c189 switch (IrpSp->Parameters.DeviceIoControl.IoControlCode) { in _Requires_lock_held_()
277 if ( (IrpSp->Parameters.DeviceIoControl.IoControlCode == IOCTL_SCSI_PASS_THROUGH) || in _Requires_lock_held_()
278 … (IrpSp->Parameters.DeviceIoControl.IoControlCode == IOCTL_SCSI_PASS_THROUGH_DIRECT )) { in _Requires_lock_held_()
280 … if (IrpSp->Parameters.DeviceIoControl.InputBufferLength >= sizeof( SCSI_PASS_THROUGH32 )) { in _Requires_lock_held_()
286 … if (IrpSp->Parameters.DeviceIoControl.InputBufferLength >= sizeof( SCSI_PASS_THROUGH32_EX )) { in _Requires_lock_held_()
294 if ( (IrpSp->Parameters.DeviceIoControl.IoControlCode == IOCTL_SCSI_PASS_THROUGH) || in _Requires_lock_held_()
295 … (IrpSp->Parameters.DeviceIoControl.IoControlCode == IOCTL_SCSI_PASS_THROUGH_DIRECT )) { in _Requires_lock_held_()
297 … if (IrpSp->Parameters.DeviceIoControl.InputBufferLength >= sizeof( SCSI_PASS_THROUGH )) { in _Requires_lock_held_()
303 … if (IrpSp->Parameters.DeviceIoControl.InputBufferLength >= sizeof( SCSI_PASS_THROUGH_EX )) { in _Requires_lock_held_()
363 …NT_ASSERT( IrpSp->Parameters.DeviceIoControl.IoControlCode == IOCTL_VOLSNAP_FLUSH_AND_HOLD_WRITES … in _Requires_lock_held_()
/reactos/drivers/usb/usbstor_new/
H A Ddisk.c35 Request = (PSCSI_REQUEST_BLOCK)IoStack->Parameters.Others.Argument1; in USBSTOR_HandleInternalDeviceControl()
269 ASSERT(IoStack->Parameters.DeviceIoControl.InputBufferLength >= sizeof(STORAGE_PROPERTY_QUERY)); in USBSTOR_HandleQueryProperty()
369 if (IoStack->Parameters.DeviceIoControl.OutputBufferLength < TotalLength) in USBSTOR_HandleQueryProperty()
477 … if (IoStack->Parameters.DeviceIoControl.OutputBufferLength < sizeof(STORAGE_ADAPTER_DESCRIPTOR)) in USBSTOR_HandleQueryProperty()
546 if (IoStack->Parameters.DeviceIoControl.IoControlCode == IOCTL_STORAGE_QUERY_PROPERTY) in USBSTOR_HandleDeviceControl()
553 else if (IoStack->Parameters.DeviceIoControl.IoControlCode == IOCTL_SCSI_PASS_THROUGH) in USBSTOR_HandleDeviceControl()
561 else if (IoStack->Parameters.DeviceIoControl.IoControlCode == IOCTL_SCSI_PASS_THROUGH_DIRECT) in USBSTOR_HandleDeviceControl()
577 else if (IoStack->Parameters.DeviceIoControl.IoControlCode == IOCTL_SCSI_GET_CAPABILITIES) in USBSTOR_HandleDeviceControl()
582 if (IoStack->Parameters.DeviceIoControl.OutputBufferLength == sizeof(PVOID)) in USBSTOR_HandleDeviceControl()
611 else if (IoStack->Parameters.DeviceIoControl.IoControlCode == IOCTL_SCSI_GET_INQUIRY_DATA) in USBSTOR_HandleDeviceControl()
[all …]
/reactos/drivers/wdm/audio/sysaudio/
H A Dcontrol.c109 if (IoStack->Parameters.DeviceIoControl.InputBufferLength < sizeof(KSP_PIN)) in HandleSysAudioFilterPinProperties()
125 IoStack->Parameters.DeviceIoControl.InputBufferLength, in HandleSysAudioFilterPinProperties()
127 IoStack->Parameters.DeviceIoControl.OutputBufferLength, in HandleSysAudioFilterPinProperties()
308 if (IoStack->Parameters.DeviceIoControl.InputBufferLength < sizeof(KSPROPERTY)) in SysAudioHandleProperty()
314 Property = (PKSPROPERTY)IoStack->Parameters.DeviceIoControl.Type3InputBuffer; in SysAudioHandleProperty()
323 if (IoStack->Parameters.DeviceIoControl.InputBufferLength < sizeof(KSP_PIN)) in SysAudioHandleProperty()
328 Pin = (PKSP_PIN)IoStack->Parameters.DeviceIoControl.Type3InputBuffer; in SysAudioHandleProperty()
363 if (IoStack->Parameters.DeviceIoControl.OutputBufferLength < BytesReturned) in SysAudioHandleProperty()
385 if (IoStack->Parameters.DeviceIoControl.OutputBufferLength < sizeof(KSCOMPONENTID)) in SysAudioHandleProperty()
417 if (IoStack->Parameters.DeviceIoControl.OutputBufferLength < sizeof(ULONG)) in SysAudioHandleProperty()
[all …]

12345678910>>...21