/reactos/sdk/lib/drivers/wdf/shared/support/ |
H A D | fxregistryapi.cpp | 520 ULONG dataLength; in __drv_maxIRQL() local 571 status = pKey->QueryValue(ValueName, dataLength, dataBuffer, &dataLength, ValueType); in __drv_maxIRQL() 636 ULONG dataLength, type; in __drv_maxIRQL() local 698 status = pKey->QueryValue(ValueName, dataLength, dataBuffer, &dataLength, &type); in __drv_maxIRQL() 818 ULONG dataLength, type; in __drv_maxIRQL() local 850 dataLength = 0; in __drv_maxIRQL() 869 status = pKey->QueryValue(ValueName, dataLength, dataBuffer, &dataLength, &type); in __drv_maxIRQL() 940 ULONG dataLength, type; in __drv_maxIRQL() local 992 status = pKey->QueryValue(ValueName, dataLength, dataBuffer, &dataLength, &type); in __drv_maxIRQL() 1002 if (dataLength == 0x0) { in __drv_maxIRQL() [all …]
|
/reactos/drivers/storage/class/cdrom/ |
H A D | cdrom.c | 1720 size_t dataLength = 0; in RequestDispatchProcessDirectly() local 1881 size_t dataLength = 0; in RequestDispatchToSequentialQueue() local 1938 dataLength = sizeof(DISK_GEOMETRY); in RequestDispatchToSequentialQueue() 2062 dataLength = sizeof(VOLUME_CONTROL); in RequestDispatchToSequentialQueue() 2114 dataLength = sizeof(ULONG); in RequestDispatchToSequentialQueue() 2222 dataLength = requiredSize; in RequestDispatchToSequentialQueue() 2246 dataLength = requiredSize; in RequestDispatchToSequentialQueue() 2266 dataLength = sizeof(PARTITION_INFORMATION); in RequestDispatchToSequentialQueue() 2626 dataLength = sizeof(STORAGE_READ_CAPACITY); in RequestDispatchToSequentialQueue() 2743 size_t dataLength = 0; in RequestDispatchSyncWithSequentialQueue() local [all …]
|
H A D | mmc.c | 1321 ULONG dataLength = (header->ModeDataLength[0] << (8*1)) | in DeviceRetryTimeDetectionBasedOnModePage2A() local 1325 if (dataLength != 0) in DeviceRetryTimeDetectionBasedOnModePage2A() 1333 if (dataLength < sizeof(MODE_PARAMETER_HEADER10)) in DeviceRetryTimeDetectionBasedOnModePage2A() 1335 dataLength = 0; in DeviceRetryTimeDetectionBasedOnModePage2A() 1337 else if (dataLength > DeviceExtension->ScratchContext.ScratchBufferSize) in DeviceRetryTimeDetectionBasedOnModePage2A() 1339 dataLength = 0; in DeviceRetryTimeDetectionBasedOnModePage2A() 1344 dataLength -= sizeof(MODE_PARAMETER_HEADER10); in DeviceRetryTimeDetectionBasedOnModePage2A() 1350 dataLength -= sizeof(MODE_PARAMETER_HEADER10); in DeviceRetryTimeDetectionBasedOnModePage2A() 1351 dataLength -= min(dataLength, sizeof(MODE_PARAMETER_BLOCK)); in DeviceRetryTimeDetectionBasedOnModePage2A() 1365 dataLength = min(dataLength, ((ULONG)(page->PageLength) + 2)); in DeviceRetryTimeDetectionBasedOnModePage2A() [all …]
|
H A D | autorun.c | 213 LONG dataLength = 0; in _IRQL_requires_max_() local 299 dataLength = (Header->EventDataLength[0] << 8) | in _IRQL_requires_max_() 301 dataLength -= 2; in _IRQL_requires_max_() 304 if (dataLength < requiredLength) in _IRQL_requires_max_() 308 dataLength, DeviceExtension->DeviceObject)); in _IRQL_requires_max_() 313 if (dataLength > requiredLength) in _IRQL_requires_max_() 317 dataLength, DeviceExtension->DeviceObject)); in _IRQL_requires_max_() 2840 size_t dataLength = 0; in DeviceMainTimerTickHandler() local 2844 (void) RequestHandleEventNotification(deviceExtension, NULL, NULL, &dataLength); in DeviceMainTimerTickHandler()
|
H A D | ioctl.c | 8182 USHORT dataLength; in _IRQL_requires_max_() local 8196 dataLength = (USHORT)OutputBufferLength; in _IRQL_requires_max_() 8220 dataLength in _IRQL_requires_max_() 8229 dataLength in _IRQL_requires_max_() 8240 cdb.READ_DVD_STRUCTURE.AllocationLength[0] = (UCHAR)(dataLength >> 8); in _IRQL_requires_max_() 8693 ULONG dataLength; in _IRQL_requires_max_() local 8702 if (NT_SUCCESS(tempStatus) && (dataLength >= 2)) in _IRQL_requires_max_() 8706 dataLength -= 2; in _IRQL_requires_max_() 8710 if(dataLength < transferLength) in _IRQL_requires_max_() 8712 transferLength = dataLength; in _IRQL_requires_max_() [all …]
|
/reactos/modules/rosapps/applications/explorer-old/services/ |
H A D | startup.c | 80 DWORD dataLength=0; in pendingRename() local 105 NULL, &dataLength); in pendingRename() 121 buffer=malloc(dataLength); in pendingRename() 124 printf("Couldn't allocate %lu bytes for the value\n", dataLength); in pendingRename() 129 res=RegQueryValueExW(hSession, ValueName, NULL, NULL, (LPBYTE)buffer, &dataLength); in pendingRename() 141 if (dataLength<2*sizeof(buffer[0]) || in pendingRename() 142 buffer[dataLength/sizeof(buffer[0])-1]!='\0' || in pendingRename() 143 buffer[dataLength/sizeof(buffer[0])-2]!='\0') in pendingRename() 150 for(src=buffer; (src-buffer)*sizeof(src[0])<dataLength && *src!='\0'; in pendingRename()
|
/reactos/dll/win32/crypt32/ |
H A D | base64.c | 646 size_t dataLength; in Base64WithHeaderAndTrailerToBinaryA() local 678 dataLength = trailerBegins - dataBegins; in Base64WithHeaderAndTrailerToBinaryA() 680 ret = Base64ToBinaryA(dataBegins, dataLength, pbBinary, pcbBinary, NULL, in Base64WithHeaderAndTrailerToBinaryA() 857 size_t dataLength; in Base64WithHeaderAndTrailerToBinaryW() local 889 dataLength = trailerBegins - dataBegins; in Base64WithHeaderAndTrailerToBinaryW() 891 ret = Base64ToBinaryW(dataBegins, dataLength, pbBinary, pcbBinary, NULL, in Base64WithHeaderAndTrailerToBinaryW()
|
/reactos/sdk/include/ddk/ |
H A D | scsi.h | 3751 ULONG dataLength = 0; in ScsiGetFixedSenseKeyAndCodes() local 3761 dataLength = fixedSenseData->AdditionalSenseLength + in ScsiGetFixedSenseKeyAndCodes() 3764 if (dataLength > SenseInfoBufferLength) in ScsiGetFixedSenseKeyAndCodes() 3766 dataLength = SenseInfoBufferLength; in ScsiGetFixedSenseKeyAndCodes() 3776 *AdditionalSenseCode = RTL_CONTAINS_FIELD(fixedSenseData, dataLength, AdditionalSenseCode) in ScsiGetFixedSenseKeyAndCodes() 3784 RTL_CONTAINS_FIELD(fixedSenseData, dataLength, AdditionalSenseCodeQualifier) in ScsiGetFixedSenseKeyAndCodes() 3889 UCHAR dataLength = 0; in ScsiGetSenseDescriptor() local 3913 dataLength = descriptorSenseData->AdditionalSenseLength + in ScsiGetSenseDescriptor() 3916 if (dataLength > SenseInfoBufferLength) in ScsiGetSenseDescriptor() 3918 dataLength = SenseInfoBufferLength; in ScsiGetSenseDescriptor() [all …]
|
/reactos/drivers/storage/class/classpnp/ |
H A D | autorun.c | 314 LONG dataLength; in ClasspInterpretGesnData() local 418 dataLength = in ClasspInterpretGesnData() 421 dataLength -= 2; in ClasspInterpretGesnData() 424 if (dataLength < requiredLength) { in ClasspInterpretGesnData() 427 dataLength, FdoExtension->DeviceObject)); in ClasspInterpretGesnData() 431 if (dataLength != requiredLength) { in ClasspInterpretGesnData() 434 dataLength, FdoExtension->DeviceObject)); in ClasspInterpretGesnData() 438 NT_ASSERT(dataLength == 4); in ClasspInterpretGesnData()
|
H A D | utils.c | 8201 ULONG dataLength = sizeof(STORAGE_HW_FIRMWARE_INFO); in ClasspGetHwFirmwareInfo() local 8213 firmwareInfo = ExAllocatePoolWithTag(NonPagedPoolNx, dataLength, CLASSPNP_POOL_TAG_FIRMWARE); in ClasspGetHwFirmwareInfo() 8220 RtlZeroMemory(firmwareInfo, dataLength); in ClasspGetHwFirmwareInfo() 8239 dataLength, in ClasspGetHwFirmwareInfo() 8286 …dataLength = max(firmwareInfo->Size, sizeof(STORAGE_HW_FIRMWARE_INFO) + sizeof(STORAGE_HW_FIRMWARE… in ClasspGetHwFirmwareInfo() 8478 …ULONG dataLength = min(irpStack->Parameters.DeviceIoControl.OutputBufferLength, fdoExtension->Func… in ClassDeviceHwFirmwareGetInfoProcess() local 8480 …py(Irp->AssociatedIrp.SystemBuffer, fdoExtension->FunctionSupportInfo->HwFirmwareInfo, dataLength); in ClassDeviceHwFirmwareGetInfoProcess() 8484 Irp->IoStatus.Information = dataLength; in ClassDeviceHwFirmwareGetInfoProcess()
|
/reactos/drivers/filesystems/udfs/udf_info/ |
H A D | ecma_167.h | 614 uint32 dataLength; member 631 uint32 dataLength; member
|
/reactos/drivers/storage/class/disk/ |
H A D | diskwmi.c | 1667 ULONG dataLength = 0; in DiskInfoExceptionComplete() local 1678 dataLength = srbEx->DataTransferLength; in DiskInfoExceptionComplete() 1685 dataLength = srb->DataTransferLength; in DiskInfoExceptionComplete() 1827 modeDataLength = dataLength; in DiskInfoExceptionComplete()
|
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/ |
H A D | rdesktop-core-tester.cpp | 544 ULONG dataLength, in VirtualChannelWrite() argument
|
/reactos/sdk/include/psdk/ |
H A D | xmldom.idl | 442 HRESULT length( [out,retval] LONG *dataLength );
|