/reactos/ntoskrnl/cache/ |
H A D | copysup.c | 54 LARGE_INTEGER CacheOffset, EndOfExtent, NextOffset; in CcCopyRead() local 68 NextOffset.QuadPart = CacheOffset.QuadPart; in CcCopyRead() 69 NextOffset.LowPart = (NextOffset.LowPart + CACHE_STRIPE) & ~(CACHE_STRIPE-1); in CcCopyRead() 71 if (CacheOffset.QuadPart + ReadLen > NextOffset.QuadPart) in CcCopyRead() 73 ReadLen = NextOffset.QuadPart - CacheOffset.QuadPart; in CcCopyRead() 103 CacheOffset = NextOffset; in CcCopyRead() 142 LARGE_INTEGER NextOffset; in CcCopyWrite() local 155 NextOffset.HighPart = CurrentOffset.HighPart; in CcCopyWrite() 157 DPRINT("NextOffset %08x%08x\n", NextOffset.u.HighPart, NextOffset.u.LowPart); in CcCopyWrite() 158 WriteLen = MIN(NextOffset.QuadPart - CurrentOffset.QuadPart, Length); in CcCopyWrite() [all …]
|
/reactos/sdk/lib/evtlib/ |
H A D | evtlib.c | 43 OUT PLARGE_INTEGER NextOffset OPTIONAL) in ReadLogBuffer() 56 if (NextOffset) in ReadLogBuffer() 57 NextOffset->QuadPart = 0LL; in ReadLogBuffer() 104 if (NextOffset) in ReadLogBuffer() 117 OUT PLARGE_INTEGER NextOffset OPTIONAL) in WriteLogBuffer() 137 if (NextOffset) in WriteLogBuffer() 138 NextOffset->QuadPart = 0LL; in WriteLogBuffer() 188 if (NextOffset) in WriteLogBuffer() 846 FileOffset = NextOffset; in ElfpInitExistingFile() 1536 FileOffset = NextOffset; in ElfWriteRecord() [all …]
|
/reactos/boot/environ/lib/io/ |
H A D | etfs.c | 343 ULONG NextOffset; in EtfspSearchForDirent() local 348 for (NextOffset = *DirentOffset; in EtfspSearchForDirent() 350 NextOffset = NextOffset + DirEnt->DirLen) in EtfspSearchForDirent() 352 Status = EtfspGetDirent(DirectoryEntry, &DirEnt, &NextOffset); in EtfspSearchForDirent() 365 *DirentOffset = NextOffset; in EtfspSearchForDirent()
|
/reactos/boot/environ/lib/misc/ |
H A D | bcdopt.c | 83 ULONG Size = 0, NextOffset = 0; in BlGetBootOptionListSize() local 90 NextOption = (PBL_BCD_OPTION)((ULONG_PTR)BcdOption + NextOffset); in BlGetBootOptionListSize() 96 NextOffset = NextOption->NextEntryOffset; in BlGetBootOptionListSize() 97 } while (NextOffset); in BlGetBootOptionListSize()
|
/reactos/sdk/include/ddk/ |
H A D | storduid.h | 146 ident2 = (PSTORAGE_IDENTIFIER)((PUCHAR)ident2 + ident2->NextOffset); in CompareStorageDuids() 150 ident1 = (PSTORAGE_IDENTIFIER)((PUCHAR)ident1 + ident1->NextOffset); in CompareStorageDuids()
|
/reactos/subsystems/mvdm/ntvdm/cpu/ |
H A D | callback.h | 31 USHORT NextOffset; member
|
H A D | callback.c | 56 Context->NextOffset = Offset + Context->TrampolineSize; in InitializeContextEx()
|
/reactos/boot/environ/app/bootmgr/ |
H A D | bootmgr.c | 2174 ULONG NextOffset, DataOffset, ListOffset; in BmpCreateDevices() local 2180 NextOffset = 0; in BmpCreateDevices() 2184 Option = (PBL_BCD_OPTION)((ULONG_PTR)BootEntry->BcdData + NextOffset); in BmpCreateDevices() 2185 NextOffset = Option->NextEntryOffset; in BmpCreateDevices() 2223 } while (NextOffset != 0); in BmpCreateDevices()
|
/reactos/ntoskrnl/fstub/ |
H A D | disksup.c | 2401 LARGE_INTEGER Offset, NextOffset, ExtendedOffset, SectorOffset; in xHalIoWritePartitionTable() local 2417 ExtendedOffset.QuadPart = NextOffset.QuadPart = Offset.QuadPart = 0; in xHalIoWritePartitionTable() 2608 NextOffset = TableEntry->StartingOffset; in xHalIoWritePartitionTable() 2665 Offset = NextOffset; in xHalIoWritePartitionTable() 2666 if (IsMbr) ExtendedOffset = NextOffset; in xHalIoWritePartitionTable()
|
/reactos/sdk/include/psdk/ |
H A D | evntprov.h | 86 ULONG NextOffset; member
|
H A D | ntddstor.h | 732 USHORT NextOffset; member
|
H A D | evntrace.h | 409 ULONG NextOffset; member
|
/reactos/sdk/lib/drivers/wdf/kmdf/src/dma/base/ |
H A D | fxdmatransaction.cpp | 567 __out size_t *NextOffset in _ComputeNextTransferAddress() argument 600 *NextOffset = CurrentOffset + Transferred; in _ComputeNextTransferAddress() 626 *NextOffset = transfered; in _ComputeNextTransferAddress()
|
/reactos/drivers/filesystems/udfs/udf_info/ |
H A D | udf_info.h | 689 … OUT int64* NextOffset // offset, caller can start from to continue in UDFReadFileLocation__() argument 694 …FReadExtentLocation(Vcb, &(FileInfo->Dloc->DataLoc), Offset, SubExtInfo, SubExtInfoSz, NextOffset); in UDFReadFileLocation__()
|
H A D | extent.cpp | 3102 int64 NextOffset; in UDFReadExtentLocation() local 3107 NextOffset = Offset; in UDFReadExtentLocation() 3142 NextOffset += to_read; in UDFReadExtentLocation() 3153 (*_NextOffset) = NextOffset; in UDFReadExtentLocation()
|
/reactos/sdk/lib/drivers/wdf/kmdf/inc/private/ |
H A D | fxdmatransaction.hpp | 106 __out size_t *NextOffset
|
/reactos/sdk/include/ndk/ |
H A D | rtltypes.h | 1023 ULONG NextOffset; member
|