Searched refs:OutputSize (Results 1 – 10 of 10) sorted by relevance
/reactos/sdk/lib/dnslib/ |
H A D | string.c | 25 ULONG OutputSize = 0; in Dns_StringCopy() local 99 OutputSize = 0; in Dns_StringCopy() 126 OutputSize = 0; in Dns_StringCopy() 132 OutputSize = 0; in Dns_StringCopy() 136 return OutputSize; in Dns_StringCopy() 181 ULONG OutputSize = 0; in Dns_GetBufferLengthForStringCopy() local 202 OutputSize = 0; in Dns_GetBufferLengthForStringCopy() 230 OutputSize = Size + 1; in Dns_GetBufferLengthForStringCopy() 245 OutputSize = 0; in Dns_GetBufferLengthForStringCopy() 251 OutputSize = 0; in Dns_GetBufferLengthForStringCopy() [all …]
|
/reactos/win32ss/drivers/miniport/vga_new/ |
H A D | modeset.c | 36 PULONG_PTR OutputSize 45 PULONG_PTR OutputSize 54 PULONG_PTR OutputSize 521 PULONG_PTR OutputSize in VgaQueryAvailableModes() argument 564 if (ModeInformationSize < (*OutputSize = in VgaQueryAvailableModes() 659 PULONG_PTR OutputSize in VgaQueryNumberOfAvailableModes() argument 698 if (NumModesSize < (*OutputSize = sizeof(VIDEO_NUM_MODES)) ) { in VgaQueryNumberOfAvailableModes() 723 PULONG_PTR OutputSize in VgaQueryCurrentMode() argument 772 if (ModeInformationSize < (*OutputSize = sizeof(VIDEO_MODE_INFORMATION))) { in VgaQueryCurrentMode()
|
H A D | vga.c | 56 PULONG_PTR OutputSize 65 PULONG_PTR OutputSize 74 PULONG_PTR OutputSize
|
/reactos/win32ss/drivers/displays/vga/main/ |
H A D | enable.c | 520 DWORD OutputSize; in DrvGetModes() local 533 OutputSize = NumModes * (sizeof(DEVMODEW) + DRIVER_EXTRA_SIZE); in DrvGetModes() 537 OutputSize=0; in DrvGetModes() 572 OutputSize += (sizeof(DEVMODEW) + DRIVER_EXTRA_SIZE); in DrvGetModes() 579 return OutputSize; in DrvGetModes()
|
/reactos/dll/win32/mspatcha/ |
H A D | mspatcha_main.c | 172 DWORD OutputSize; member 296 Header->OutputSize = DecodeDWord(Patch); in ParseHeader() 304 Header->OldSize = Header->OutputSize + Delta; in ParseHeader() 349 hMap = CreateFileMappingW(new_file, NULL, PAGE_READWRITE, 0, Header->OutputSize, NULL); in CreateNewFileFromPatch() 355 NewFile.Size = Header->OutputSize; in CreateNewFileFromPatch()
|
/reactos/win32ss/drivers/displays/framebuf/ |
H A D | screen.c | 370 ULONG OutputSize; in DrvGetModes() local 388 OutputSize = 0; in DrvGetModes() 415 OutputSize += sizeof(DEVMODEW); in DrvGetModes() 419 return OutputSize; in DrvGetModes()
|
/reactos/sdk/include/ddk/ |
H A D | wsk.h | 203 _In_ SIZE_T OutputSize, 204 _Out_writes_bytes_opt_(OutputSize) PVOID OutputBuffer, 401 _In_ SIZE_T OutputSize, 402 _Out_writes_bytes_opt_(OutputSize) PVOID OutputBuffer,
|
/reactos/drivers/storage/partmgr/ |
H A D | partition.c | 198 ULONG InputSize, OutputSize; in VolumeDeleteMountPoints() local 242 OutputSize = max(PAGE_SIZE, sizeof(*OutputBuffer)); in VolumeDeleteMountPoints() 245 OutputBuffer = ExAllocatePoolWithTag(PagedPool, OutputSize, TAG_PARTMGR); in VolumeDeleteMountPoints() 258 OutputSize, in VolumeDeleteMountPoints() 264 OutputSize = OutputBuffer->Size; in VolumeDeleteMountPoints()
|
/reactos/drivers/filesystems/ext2/src/ |
H A D | fsctl.c | 793 ULONG OutputSize; in Ext2QueryRetrievalPointers() local 810 OutputSize = EIrpSp->Parameters.FileSystemControl.OutputBufferLength; in Ext2QueryRetrievalPointers() 860 OutputSize != sizeof(PVOID)) { in Ext2QueryRetrievalPointers() 938 ULONG OutputSize; in Ext2GetRetrievalPointers() local 955 OutputSize = EIrpSp->Parameters.FileSystemControl.OutputBufferLength; in Ext2GetRetrievalPointers() 1001 OutputSize < sizeof(RETRIEVAL_POINTERS_BUFFER) ) { in Ext2GetRetrievalPointers() 1022 ProbeForWrite(RPSB, OutputSize, sizeof(UCHAR)); in Ext2GetRetrievalPointers() 1177 ULONG OutputSize; in Ext2GetRetrievalPointerBase() local 1193 OutputSize = EIrpSp->Parameters.FileSystemControl.OutputBufferLength; in Ext2GetRetrievalPointerBase() 1238 if (OutputSize < sizeof(LARGE_INTEGER)) { in Ext2GetRetrievalPointerBase() [all …]
|
/reactos/drivers/sac/driver/ |
H A D | util.c | 700 SIZE_T RealSize, Size, OutputSize; in InitializeMachineInformation() local 791 OutputSize = sizeof(SystemGuid); in InitializeMachineInformation() 796 &OutputSize); in InitializeMachineInformation()
|