/reactos/sdk/lib/drivers/wdf/kmdf/src/core/ |
H A D | fxchildlistapi.cpp | 50 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 D | fxchildlist.cpp | 32 __inout FxChildList* DeviceList, in FxDeviceDescriptionEntry() argument 59 m_DeviceList = DeviceList; in FxDeviceDescriptionEntry()
|
/reactos/dll/win32/mmdrv/ |
H A D | utils.c | 27 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 D | device.c | 44 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 D | Interface.c | 151 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 D | fxchildlist.hpp | 47 __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 D | init.c | 1206 _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 D | cdrom.h | 1154 _In_ CDROM_SCAN_FOR_SPECIAL_INFO DeviceList[],
|
/reactos/ntoskrnl/io/pnpmgr/ |
H A D | pnpmap.c | 103 _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 D | pnpreport.c | 398 IN PCM_RESOURCE_LIST DeviceList OPTIONAL, in IoReportResourceForDetection() 407 if (!DriverList && !DeviceList) in IoReportResourceForDetection() 412 ResourceList = DeviceList; in IoReportResourceForDetection()
|
H A D | plugplay.c | 413 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 D | usbrpmif.h | 67 OUT PUSBRPM_DEVICE_LIST *DeviceList);
|
/reactos/ntoskrnl/io/iomgr/ |
H A D | iorsrce.c | 1047 _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 D | miniport.h | 25 LIST_ENTRY DeviceList; /* Adapters created by miniport */ member
|
/reactos/sdk/lib/drivers/wdf/shared/irphandlers/pnp/um/ |
H A D | fxchildlistum.cpp | 32 __inout FxChildList* DeviceList, in FxDeviceDescriptionEntry() argument
|
/reactos/drivers/storage/class/classpnp/ |
H A D | utils.c | 315 _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 D | iofuncs.h | 1563 _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 D | miniport.c | 1662 InitializeListHead(&Miniport->DeviceList); in NdisInitializeWrapper() 2193 …ExInterlockedInsertTailList(&Adapter->NdisMiniportBlock.DriverHandle->DeviceList, &Adapter->Minipo… in NdisIPnPStartDevice()
|
/reactos/sdk/include/ddk/ |
H A D | classpnp.h | 1501 _In_ CLASSPNP_SCAN_FOR_SPECIAL_INFO DeviceList[],
|