Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/cdfs/
H A Dcachesup.c598 Status = STATUS_UNABLE_TO_DELETE_SECTION; in _Requires_lock_held_()
631 Status = STATUS_UNABLE_TO_DELETE_SECTION; in _Requires_lock_held_()
653 Status = STATUS_UNABLE_TO_DELETE_SECTION; in _Requires_lock_held_()
/reactos/modules/rostests/kmtests/ntos_mm/
H A DMmMapLockedPagesSpecifyCache_user.c66 ok_eq_hex(Status, STATUS_UNABLE_TO_DELETE_SECTION); \
73 ok_eq_hex(Status, STATUS_UNABLE_TO_DELETE_SECTION); \
H A DZwAllocateVirtualMemory.c112 …MIT | MEM_RESERVE), PAGE_READWRITE, STATUS_CONFLICTING_ADDRESSES, STATUS_UNABLE_TO_DELETE_SECTION); in SimpleErrorChecks()
/reactos/modules/rostests/apitests/ntdll/
H A DNtMapViewOfSection.c209 ok_ntstatus(Status, STATUS_UNABLE_TO_DELETE_SECTION); in Test_PageFileSection()
273 ok_ntstatus(Status, STATUS_UNABLE_TO_DELETE_SECTION); in Test_PageFileSection()
293 ok_ntstatus(Status, STATUS_UNABLE_TO_DELETE_SECTION); in Test_PageFileSection()
/reactos/drivers/filesystems/fastfat/
H A Deasup.c1826 FatRaiseStatus( IrpContext, STATUS_UNABLE_TO_DELETE_SECTION ); in _Requires_lock_held_()
2482 FatRaiseStatus( IrpContext, STATUS_UNABLE_TO_DELETE_SECTION ); in _Requires_lock_held_()
/reactos/sdk/include/psdk/
H A Dntstatus.h264 #define STATUS_UNABLE_TO_DELETE_SECTION ((NTSTATUS)0xC000001B) macro
/reactos/modules/rostests/winetests/ntdll/
H A Derror.c140 cmp(STATUS_UNABLE_TO_DELETE_SECTION, ERROR_INVALID_PARAMETER); in run_error_tests()
/reactos/modules/rosapps/drivers/vfd/
H A Dvfddbg.c1027 CASE_RETURN_STR(STATUS_UNABLE_TO_DELETE_SECTION); in NtStatusToStr()
/reactos/ntoskrnl/mm/ARM3/
H A Dvirtual.c5387 Status = STATUS_UNABLE_TO_DELETE_SECTION; in NtFreeVirtualMemory()