Searched refs:WriteSectionHandle (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/kmtests/ntos_mm/ |
H A D | ZwMapViewOfSection.c | 100 HANDLE WriteSectionHandle; in SimpleErrorChecks() local 112 …Status = ZwCreateSection(&WriteSectionHandle, SECTION_ALL_ACCESS, NULL, &MaximumSize, PAGE_READWRI… in SimpleErrorChecks() 133 …TestMapView(WriteSectionHandle, (HANDLE)NULL, &BaseAddress, 0, 0, NULL, &ViewSize, ViewUnmap, 0, P… in SimpleErrorChecks() 167 …TestMapView(WriteSectionHandle, NtCurrentProcess(), &BaseAddress, 20, 0, NULL, &ViewSize, ViewUnma… in SimpleErrorChecks() 168 …TestMapView(WriteSectionHandle, NtCurrentProcess(), &BaseAddress, 21, 0, NULL, &ViewSize, ViewUnma… in SimpleErrorChecks() 225 ZwClose(WriteSectionHandle); in SimpleErrorChecks() 356 HANDLE WriteSectionHandle; in BehaviorChecks() local 369 CheckObject(WriteSectionHandle, 3, 1); in BehaviorChecks() 374 CheckObject(WriteSectionHandle, 3, 1); in BehaviorChecks() 468 ZwClose(WriteSectionHandle); in BehaviorChecks() [all …]
|