Home
last modified time | relevance | path

Searched refs:STATUS_SECTION_TOO_BIG (Results 1 – 9 of 9) sorted by relevance

/reactos/modules/rostests/kmtests/ntos_mm/
H A DZwCreateSection.c321 …N_ALL_ACCESS, NULL, MaximumSize, PAGE_READWRITE, SEC_COMMIT, NULL, STATUS_SECTION_TOO_BIG, IGNORE); in SimpleErrorChecks()
378 …NULL, MaximumSize, PAGE_READONLY, SEC_COMMIT, FileHandleWriteOnly, STATUS_SECTION_TOO_BIG, IGNORE); in SimpleErrorChecks()
381 …NULL, MaximumSize, PAGE_READONLY, SEC_COMMIT, FileHandleWriteOnly, STATUS_SECTION_TOO_BIG, IGNORE); in SimpleErrorChecks()
448 … MaximumSize, PAGE_EXECUTE_READ, SEC_IMAGE, FileHandleExecuteOnly, STATUS_SECTION_TOO_BIG, IGNORE); in SimpleErrorChecks()
/reactos/modules/rostests/apitests/ntdll/
H A DNtMapViewOfSection.c527 ok((Status == STATUS_INSUFFICIENT_RESOURCES) || (Status == STATUS_SECTION_TOO_BIG), in Test_PageFileSection()
540 ok_ntstatus(Status, STATUS_SECTION_TOO_BIG); in Test_PageFileSection()
/reactos/sdk/include/psdk/
H A Dntstatus.h300 #define STATUS_SECTION_TOO_BIG ((NTSTATUS)0xC0000040) macro
/reactos/modules/rostests/winetests/ntdll/
H A Derror.c217 cmp(STATUS_SECTION_TOO_BIG, ERROR_NOT_ENOUGH_MEMORY); in run_error_tests()
/reactos/modules/rosapps/drivers/vfd/
H A Dvfddbg.c1063 CASE_RETURN_STR(STATUS_SECTION_TOO_BIG); in NtStatusToStr()
/reactos/modules/rostests/winetests/kernel32/
H A Dloader.c477 ok( status == STATUS_SECTION_TOO_BIG, "%u: NtCreateSection failed err %x\n", id, status ); in query_image_section()
483 ok( status == STATUS_SECTION_TOO_BIG, "%u: NtCreateSection failed err %x\n", id, status ); in query_image_section()
H A Dvirtual.c1041 ok( status == STATUS_SECTION_TOO_BIG, "NtCreateSection failed %x\n", status ); in test_MapViewOfFile()
/reactos/ntoskrnl/mm/ARM3/
H A Dsection.c1451 return STATUS_SECTION_TOO_BIG; in MiCreatePagingFileMap()
/reactos/sdk/include/reactos/mc/
H A Dntstatus.mc1461 SymbolicName=STATUS_SECTION_TOO_BIG