Home
last modified time | relevance | path

Searched refs:DeviceList (Results 1 – 19 of 19) sorted by relevance

/reactos/sdk/lib/drivers/wdf/kmdf/src/core/
H A Dfxchildlistapi.cpp50 WDFCHILDLIST* DeviceList in __drv_maxIRQL()
71 *DeviceList = NULL; in __drv_maxIRQL()
134 WDFCHILDLIST DeviceList in __drv_maxIRQL()
160 WDFCHILDLIST DeviceList, in __drv_maxIRQL()
237 WDFCHILDLIST DeviceList in __drv_maxIRQL()
262 WDFCHILDLIST DeviceList in __drv_maxIRQL()
287 WDFCHILDLIST DeviceList, in __drv_maxIRQL()
337 WDFCHILDLIST DeviceList, in __drv_maxIRQL()
440 WDFCHILDLIST DeviceList, in __drv_maxIRQL()
489 WDFCHILDLIST DeviceList, in __drv_maxIRQL()
[all …]
H A Dfxchildlist.cpp32 __inout FxChildList* DeviceList, in FxDeviceDescriptionEntry() argument
59 m_DeviceList = DeviceList; in FxDeviceDescriptionEntry()
/reactos/dll/win32/mmdrv/
H A Dutils.c27 PDEVICE_LIST DeviceList; variable
146 while (DeviceList) in FreeDeviceList()
148 pDevice = DeviceList; in FreeDeviceList()
149 DeviceList = pDevice->Next; in FreeDeviceList()
178 AddDeviceToList(&DeviceList, WaveOutDevice, 0, DeviceName); in FindDevices()
185 AddDeviceToList(&DeviceList, WaveInDevice, 0, DeviceName); in FindDevices()
192 AddDeviceToList(&DeviceList, MidiOutDevice, 0, DeviceName); in FindDevices()
199 AddDeviceToList(&DeviceList, MidiInDevice, 0, DeviceName); in FindDevices()
206 AddDeviceToList(&DeviceList, AuxDevice, 0, DeviceName); in FindDevices()
225 for (List = DeviceList, i = 0; List != NULL; List = List->Next) in GetDeviceCount()
/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/
H A Ddevice.c44 static LIST_ENTRY DeviceList = { &DeviceList, &DeviceList }; variable
299 InsertTailList(&DeviceList, &Node->Entry); in DosCreateDeviceNode()
310 for (i = DeviceList.Flink; i != &DeviceList; i = i->Flink) in DosGetDriverNode()
316 if (i == &DeviceList) in DosGetDriverNode()
443 for (i = DeviceList.Flink; i != &DeviceList; i = i->Flink) in DeviceInterruptBop()
449 if (i == &DeviceList) in DeviceInterruptBop()
/reactos/drivers/filters/fltmgr/
H A DInterface.c151 PDEVICE_OBJECT *DeviceList; in FltpEnumerateFileSystemVolumes() local
172 DeviceList = ExAllocatePoolWithTag(NonPagedPool, in FltpEnumerateFileSystemVolumes()
179 DeviceList, in FltpEnumerateFileSystemVolumes()
184 ExFreePoolWithTag(DeviceList, FM_TAG_DEV_OBJ_PTRS); in FltpEnumerateFileSystemVolumes()
196 if ((DeviceList[i] == BaseDeviceObject) || in FltpEnumerateFileSystemVolumes()
213 FltpGetBaseDeviceObjectName(DeviceList[i], &DeviceName); in FltpEnumerateFileSystemVolumes()
223 Status = IoGetDiskDeviceObject(DeviceList[i], in FltpEnumerateFileSystemVolumes()
243 DeviceList[i]->DeviceType, in FltpEnumerateFileSystemVolumes()
273 Status = FltpAttachDeviceObject(DeviceList[i], in FltpEnumerateFileSystemVolumes()
308 ObDereferenceObject(DeviceList[i]); in FltpEnumerateFileSystemVolumes()
[all …]
/reactos/sdk/lib/drivers/wdf/shared/inc/private/common/
H A Dfxchildlist.hpp47 __in WDFCHILDLIST DeviceList, in Invoke()
55 status = m_Method(DeviceList, IdentificationDescription, ChildInit); in Invoke()
76 __in WDFCHILDLIST DeviceList in Invoke()
81 m_Method(DeviceList); in Invoke()
672 __inout FxChildList* DeviceList,
/reactos/drivers/storage/class/cdrom/
H A Dinit.c1206 _In_ CDROM_SCAN_FOR_SPECIAL_INFO DeviceList[], in _IRQL_requires_max_()
1233 NT_ASSERT(DeviceList); in _IRQL_requires_max_()
1236 if (DeviceList == NULL) in _IRQL_requires_max_()
1282 for (;(DeviceList->VendorId != NULL || in _IRQL_requires_max_()
1283 DeviceList->ProductId != NULL || in _IRQL_requires_max_()
1284 DeviceList->ProductRevision != NULL); DeviceList++) in _IRQL_requires_max_()
1286 if (StringsAreMatched(DeviceList->VendorId, (LPSTR)vendorId) && in _IRQL_requires_max_()
1287 StringsAreMatched(DeviceList->ProductId, (LPSTR)productId) && in _IRQL_requires_max_()
1288 StringsAreMatched(DeviceList->ProductRevision, (LPSTR)productRevision) in _IRQL_requires_max_()
1297 (Function)(DeviceExtension, DeviceList->Data); in _IRQL_requires_max_()
H A Dcdrom.h1154 _In_ CDROM_SCAN_FOR_SPECIAL_INFO DeviceList[],
/reactos/ntoskrnl/io/pnpmgr/
H A Dpnpmap.c103 _In_ PPNP_MAPPER_DEVICE_ID DeviceList) in IopMapPeripheralId() argument
108 for (i = 0; DeviceList[i].TypeName; i++) in IopMapPeripheralId()
110 RtlInitUnicodeString(&CmpId, DeviceList[i].TypeName); in IopMapPeripheralId()
116 return DeviceList[i].PnPId; in IopMapPeripheralId()
H A Dpnpreport.c398 IN PCM_RESOURCE_LIST DeviceList OPTIONAL, in IoReportResourceForDetection()
407 if (!DriverList && !DeviceList) in IoReportResourceForDetection()
412 ResourceList = DeviceList; in IoReportResourceForDetection()
H A Dplugplay.c413 IopGetInterfaceDeviceList(PPLUGPLAY_CONTROL_INTERFACE_DEVICE_LIST_DATA DeviceList) in IopGetInterfaceDeviceList() argument
425 RtlCopyMemory(&StackList, DeviceList, sizeof(PLUGPLAY_CONTROL_INTERFACE_DEVICE_LIST_DATA)); in IopGetInterfaceDeviceList()
477 DeviceList->BufferSize = TotalLength; in IopGetInterfaceDeviceList()
/reactos/sdk/include/psdk/
H A Dusbrpmif.h67 OUT PUSBRPM_DEVICE_LIST *DeviceList);
/reactos/ntoskrnl/io/iomgr/
H A Diorsrce.c1047 _In_reads_bytes_opt_(DeviceListSize) PCM_RESOURCE_LIST DeviceList, in IoReportResourceUsage()
1057 if (!DriverList && !DeviceList) in IoReportResourceUsage()
1060 if (DeviceList) in IoReportResourceUsage()
1061 ResourceList = DeviceList; in IoReportResourceUsage()
/reactos/drivers/network/ndis/include/
H A Dminiport.h25 LIST_ENTRY DeviceList; /* Adapters created by miniport */ member
/reactos/sdk/lib/drivers/wdf/shared/irphandlers/pnp/um/
H A Dfxchildlistum.cpp32 __inout FxChildList* DeviceList, in FxDeviceDescriptionEntry() argument
/reactos/drivers/storage/class/classpnp/
H A Dutils.c315 _In_ CLASSPNP_SCAN_FOR_SPECIAL_INFO DeviceList[], in _IRQL_requires_max_()
325 NT_ASSERT(DeviceList); in _IRQL_requires_max_()
330 if (DeviceList == NULL) { in _IRQL_requires_max_()
367 for (;(DeviceList->VendorId != NULL || in _IRQL_requires_max_()
368 DeviceList->ProductId != NULL || in _IRQL_requires_max_()
369 DeviceList->ProductRevision != NULL);DeviceList++) { in _IRQL_requires_max_()
371 if (ClasspMyStringMatches(DeviceList->VendorId, (PCHAR)vendorId) && in _IRQL_requires_max_()
372 ClasspMyStringMatches(DeviceList->ProductId, (PCHAR)productId) && in _IRQL_requires_max_()
373 ClasspMyStringMatches(DeviceList->ProductRevision, (PCHAR)productRevision) in _IRQL_requires_max_()
384 (Function)(FdoExtension, DeviceList->Data); in _IRQL_requires_max_()
/reactos/sdk/include/xdk/
H A Diofuncs.h1563 _In_reads_bytes_opt_(DeviceListSize) PCM_RESOURCE_LIST DeviceList,
1576 _In_reads_bytes_opt_(DeviceListSize) PCM_RESOURCE_LIST DeviceList,
/reactos/drivers/network/ndis/ndis/
H A Dminiport.c1662 InitializeListHead(&Miniport->DeviceList); in NdisInitializeWrapper()
2193 …ExInterlockedInsertTailList(&Adapter->NdisMiniportBlock.DriverHandle->DeviceList, &Adapter->Minipo… in NdisIPnPStartDevice()
/reactos/sdk/include/ddk/
H A Dclasspnp.h1501 _In_ CLASSPNP_SCAN_FOR_SPECIAL_INFO DeviceList[],