Searched refs:STATUS_SECTION_TOO_BIG (Results 1 – 9 of 9) sorted by relevance
/reactos/modules/rostests/kmtests/ntos_mm/ |
H A D | ZwCreateSection.c | 321 …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 D | NtMapViewOfSection.c | 527 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 D | ntstatus.h | 300 #define STATUS_SECTION_TOO_BIG ((NTSTATUS)0xC0000040) macro
|
/reactos/modules/rostests/winetests/ntdll/ |
H A D | error.c | 217 cmp(STATUS_SECTION_TOO_BIG, ERROR_NOT_ENOUGH_MEMORY); in run_error_tests()
|
/reactos/modules/rosapps/drivers/vfd/ |
H A D | vfddbg.c | 1063 CASE_RETURN_STR(STATUS_SECTION_TOO_BIG); in NtStatusToStr()
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | loader.c | 477 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 D | virtual.c | 1041 ok( status == STATUS_SECTION_TOO_BIG, "NtCreateSection failed %x\n", status ); in test_MapViewOfFile()
|
/reactos/ntoskrnl/mm/ARM3/ |
H A D | section.c | 1451 return STATUS_SECTION_TOO_BIG; in MiCreatePagingFileMap()
|
/reactos/sdk/include/reactos/mc/ |
H A D | ntstatus.mc | 1461 SymbolicName=STATUS_SECTION_TOO_BIG
|