Searched refs:pDescriptor (Results 1 – 9 of 9) sorted by relevance
/reactos/base/applications/regedit/ |
H A D | edit.c | 651 PCM_PARTIAL_RESOURCE_DESCRIPTOR pDescriptor; in ParseResources() local 684 switch (pDescriptor->Type) in ParseResources() 1206 PIO_RESOURCE_DESCRIPTOR pDescriptor; in AddRequirementsToList() local 1229 item.lParam = (LPARAM)pDescriptor; in AddRequirementsToList() 1258 PIO_RESOURCE_DESCRIPTOR pDescriptor; in show_requirements_port_dlgproc() local 1307 PIO_RESOURCE_DESCRIPTOR pDescriptor; in show_requirements_memory_dlgproc() local 1356 PIO_RESOURCE_DESCRIPTOR pDescriptor; in show_requirements_interrupt_dlgproc() local 1393 PIO_RESOURCE_DESCRIPTOR pDescriptor; in show_requirements_dma_dlgproc() local 1427 PIO_RESOURCE_DESCRIPTOR pDescriptor; in ShowRequirement() local 1439 if (pDescriptor) in ShowRequirement() [all …]
|
/reactos/sdk/lib/drivers/wdf/shared/targets/usb/ |
H A D | usbutil.cpp | 123 PUSB_COMMON_DESCRIPTOR pDescriptor = (PUSB_COMMON_DESCRIPTOR) pCur; in FxUsbValidateConfigDescriptorHeaders() local 143 if ((pCur + pDescriptor->bLength) > pEnd) { in FxUsbValidateConfigDescriptorHeaders() 155 if (pDescriptor->bLength == 0) { in FxUsbValidateConfigDescriptorHeaders() 166 pCur += pDescriptor->bLength; in FxUsbValidateConfigDescriptorHeaders() 241 PUSB_COMMON_DESCRIPTOR pDescriptor = NULL; in FxUsbValidateDescriptorType() local 245 while ((pDescriptor = FxUsbFindDescriptorType(Start, in FxUsbValidateDescriptorType() 254 if (pDescriptor->bLength != SizeToValidate) { in FxUsbValidateDescriptorType() 260 SizeToValidate, pDescriptor->bLength in FxUsbValidateDescriptorType() 266 if (pDescriptor->bLength < SizeToValidate) { in FxUsbValidateDescriptorType() 273 SizeToValidate, pDescriptor->bLength in FxUsbValidateDescriptorType() [all …]
|
H A D | fxusbinterface.cpp | 215 PUSB_INTERFACE_DESCRIPTOR pDescriptor; in CreateSettings() local 223 pDescriptor = (PUSB_INTERFACE_DESCRIPTOR) FxUsbFindDescriptorType( in CreateSettings() 233 while (pDescriptor != NULL) { in CreateSettings() 234 if (m_InterfaceNumber == pDescriptor->bInterfaceNumber) { in CreateSettings() 240 WDF_PTR_ADD_OFFSET(pDescriptor, pDescriptor->bLength), in CreateSettings() 271 while (pDescriptor != NULL) { in CreateSettings() 272 if (m_InterfaceNumber == pDescriptor->bInterfaceNumber) { in CreateSettings() 273 if (pDescriptor->bAlternateSetting < m_NumSettings) { in CreateSettings() 274 m_Settings[pDescriptor->bAlternateSetting].InterfaceDescriptor = pDescriptor; in CreateSettings() 281 pDescriptor->bInterfaceNumber, m_NumSettings, in CreateSettings() [all …]
|
H A D | fxusbdevice.cpp | 308 PUSB_STRING_DESCRIPTOR pDescriptor; in AllocateDescriptor() local 316 length = sizeof(USB_STRING_DESCRIPTOR) - sizeof(pDescriptor->bString[0]) + in AllocateDescriptor() 319 pDescriptor = (PUSB_STRING_DESCRIPTOR) FxPoolAllocate( in AllocateDescriptor() 324 if (pDescriptor == NULL) { in AllocateDescriptor() 332 RtlZeroMemory(pDescriptor, length); in AllocateDescriptor() 334 m_StringDescriptor = pDescriptor; in AllocateDescriptor()
|
/reactos/sdk/lib/drivers/wdf/shared/support/ |
H A D | fxresourcecollection.cpp | 321 PCM_PARTIAL_RESOURCE_DESCRIPTOR pDescriptor; in BuildFromWdmList() local 332 for(i = 0; i < count; i++, pDescriptor++) { in BuildFromWdmList() 402 PCM_PARTIAL_RESOURCE_DESCRIPTOR pDescriptor; in CreateWdmList() local 413 pDescriptor = in CreateWdmList() 422 RtlCopyMemory(pDescriptor, in CreateWdmList() 425 pDescriptor++; in CreateWdmList() 703 PIO_RESOURCE_DESCRIPTOR pDescriptor; in CreateWdmList() local 712 pDescriptor = pList->Descriptors; in CreateWdmList() 720 RtlCopyMemory(pDescriptor, in CreateWdmList() 723 pDescriptor++; in CreateWdmList() [all …]
|
/reactos/sdk/lib/drivers/wdf/shared/targets/usb/um/ |
H A D | fxusbdeviceum.cpp | 344 PUSB_STRING_DESCRIPTOR pDescriptor; in GetString() local 363 pDescriptor = (PUSB_STRING_DESCRIPTOR) buffer; in GetString() 369 pDescriptor = (PUSB_STRING_DESCRIPTOR) &common; in GetString() 376 pDescriptor); in GetString() 387 if ((pDescriptor->bLength & 0x1) || in GetString() 388 pDescriptor->bLength < sizeof(USB_COMMON_DESCRIPTOR)) { in GetString() 397 (pDescriptor->bLength - sizeof(USB_COMMON_DESCRIPTOR)) / sizeof(WCHAR); in GetString() 409 RtlCopyMemory(String, pDescriptor->bString, length); in GetString()
|
/reactos/sdk/lib/drivers/wdf/shared/targets/usb/km/ |
H A D | fxusbdevicekm.cpp | 374 PUSB_STRING_DESCRIPTOR pDescriptor; in GetString() local 416 pDescriptor = (PUSB_STRING_DESCRIPTOR) buffer; in GetString() 422 pDescriptor = (PUSB_STRING_DESCRIPTOR) &common; in GetString() 430 pDescriptor, in GetString() 455 if ((pDescriptor->bLength & 0x1) || in GetString() 456 pDescriptor->bLength < sizeof(USB_COMMON_DESCRIPTOR)) { in GetString() 465 (pDescriptor->bLength - sizeof(USB_COMMON_DESCRIPTOR)) / sizeof(WCHAR); in GetString() 477 RtlCopyMemory(String, pDescriptor->bString, length); in GetString()
|
/reactos/sdk/lib/drivers/wdf/shared/support/um/ |
H A D | fxresourcecollectionum.cpp | 765 PCM_PARTIAL_RESOURCE_DESCRIPTOR pDescriptor; in CheckForConnectionResources() local 771 pDescriptor = GetDescriptor(i); in CheckForConnectionResources() 772 if (pDescriptor == NULL) { in CheckForConnectionResources() 779 if (pDescriptor->Type == CmResourceTypeConnection) { in CheckForConnectionResources()
|
/reactos/drivers/network/dd/netkvm/Common/ |
H A D | ndis56common.h | 344 typedef void (*tReuseReceiveBufferProc)(void *pContext, pIONetDescriptor pDescriptor);
|