Home
last modified time | relevance | path

Searched refs:NumberOfBytesToUnlock (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/ndk/
H A Dmmfuncs.h298 _Inout_ PSIZE_T NumberOfBytesToUnlock,
474 _Inout_ PSIZE_T NumberOfBytesToUnlock,
/reactos/ntoskrnl/mm/ARM3/
H A Dvirtual.c3867 IN OUT PSIZE_T NumberOfBytesToUnlock, in NtUnlockVirtualMemory() argument
3911 ProbeForWriteSize_t(NumberOfBytesToUnlock); in NtUnlockVirtualMemory()
3917 CapturedBytesToUnlock = *NumberOfBytesToUnlock; in NtUnlockVirtualMemory()
4016 *NumberOfBytesToUnlock = CapturedBytesToUnlock; in NtUnlockVirtualMemory()