Searched refs:STATUS_MAPPED_ALIGNMENT (Results 1 – 9 of 9) sorted by relevance
/reactos/modules/rostests/kmtests/ntos_mm/ |
H A D | ZwMapViewOfSection.c | 137 …BaseAddress, 0, 0, NULL, &ViewSize, ViewUnmap, 0, PAGE_READWRITE, STATUS_MAPPED_ALIGNMENT, IGNORE); in SimpleErrorChecks() 185 … 0, 500, &SectionOffset, &ViewSize, ViewUnmap, 0, PAGE_READWRITE, STATUS_MAPPED_ALIGNMENT, IGNORE); in SimpleErrorChecks() 188 …s, 0, 0, &SectionOffset, &ViewSize, ViewUnmap, 0, PAGE_READWRITE, STATUS_MAPPED_ALIGNMENT, IGNORE); in SimpleErrorChecks()
|
/reactos/ntoskrnl/mm/ARM3/ |
H A D | section.c | 3418 return STATUS_MAPPED_ALIGNMENT; in NtMapViewOfSection() 3427 return STATUS_MAPPED_ALIGNMENT; in NtMapViewOfSection()
|
/reactos/modules/rostests/apitests/ntdll/ |
H A D | NtMapViewOfSection.c | 50 ok_ntstatus(Status, STATUS_MAPPED_ALIGNMENT); in Test_PageFileSection()
|
/reactos/sdk/include/psdk/ |
H A D | ntstatus.h | 676 #define STATUS_MAPPED_ALIGNMENT ((NTSTATUS)0xC0000220) macro
|
/reactos/modules/rostests/winetests/ntdll/ |
H A D | error.c | 887 cmp(STATUS_MAPPED_ALIGNMENT, ERROR_MAPPED_ALIGNMENT); in run_error_tests()
|
/reactos/modules/rosapps/drivers/vfd/ |
H A D | vfddbg.c | 1438 CASE_RETURN_STR(STATUS_MAPPED_ALIGNMENT); in NtStatusToStr()
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | virtual.c | 1196 ok( status == STATUS_MAPPED_ALIGNMENT, "NtMapViewOfSection returned %x\n", status ); in test_NtMapViewOfSection() 1203 ok( status == STATUS_MAPPED_ALIGNMENT, "NtMapViewOfSection returned %x\n", status ); in test_NtMapViewOfSection() 1210 ok( status == STATUS_MAPPED_ALIGNMENT, "NtMapViewOfSection returned %x\n", status ); in test_NtMapViewOfSection()
|
/reactos/ntoskrnl/mm/ |
H A D | section.c | 4204 Status = STATUS_MAPPED_ALIGNMENT; in MmMapViewOfSection()
|
/reactos/sdk/include/reactos/mc/ |
H A D | ntstatus.mc | 3380 SymbolicName=STATUS_MAPPED_ALIGNMENT
|