reactos/ntoskrnl/mm/ARM3
Oleg Dubinskiy 52f4d8019b [NTOS:MM][NTOS:SE] Mute some noisy stubs
Mute debug prints of MmDoesFileHaveUserWritableReferences and SeAuditingFileEventsWithContext stubs.
These stubs are very noisy and create a lot of spam in the log when using Microsoft NTFS driver in ReactOS (with some other improvements applied).
Implementing those functions isn't badly required for the proper work of this driver, so better way for now is just mute these stubs a bit.
After my changes, they will be displayed only once, and the log will be more clear, so it will seem to be enough to understand that the driver calls these routines.
CORE-17409
2021-04-07 13:16:03 +02:00
..
arm [REACTOS] Cleanup INIT and some PAGE section allocations 2020-11-02 21:45:31 +03:00
i386 [REACTOS] Cleanup INIT and some PAGE section allocations 2020-11-02 21:45:31 +03:00
contmem.c [NTOS:MM] Add debug print to MiAllocateContiguousMemory in out-of-memory case 2019-10-27 06:32:50 +01:00
drvmgmt.c [NTOS] Consistently use MUTANT_INCREMENT. 2020-10-16 16:09:54 +02:00
dynamic.c
expool.c [NTOS:MM] Fix integer arithmetics 2021-03-22 10:02:12 +01:00
hypermap.c [NTOS:MM] Get rid of "compatibility layer" for hyper space mappings 2021-01-22 09:33:06 +01:00
iosup.c
kdbg.c [NTOS:MM] On big pool enumeration, return entry instead of base VA 2019-02-02 10:45:15 +01:00
largepag.c [REACTOS] Cleanup INIT and some PAGE section allocations 2020-11-02 21:45:31 +03:00
mdlsup.c [XDK] Add definitions required for newer storage class drivers (cdrom) 2020-09-24 22:30:52 +03:00
miarm.h [NTOSKRNL] Use PSECTION struct where possible 2021-02-03 09:41:21 +01:00
miavl.h
mmdbg.c [NTOS:KD] Remove some now useless tests on _WINKD_ 2020-11-16 08:55:03 +01:00
mminit.c [NTOS:MM] Fix PFN tracing 2021-03-30 16:26:43 +02:00
mmsup.c
ncache.c
pagfault.c [NTOS:MM] Fix PFN tracing 2021-03-30 16:26:43 +02:00
pfnlist.c [NTOS:MM] Fix PFN tracing 2021-03-30 16:26:43 +02:00
pool.c [NTOS:MM] Silence noisy DPRINTs 2021-03-18 12:24:21 +01:00
procsup.c [NTOSKRNL] Use PSECTION struct where possible 2021-02-03 09:41:21 +01:00
section.c [NTOS:MM][NTOS:SE] Mute some noisy stubs 2021-04-07 13:16:03 +02:00
session.c [NTOS:MM:X64] Fix session space initialization on x64 2020-11-01 09:32:27 +01:00
special.c
sysldr.c [NTOS:MM] Stubplement cookie generation for drivers 2021-04-03 18:08:53 +02:00
syspte.c [NTOS:MM] Silence noisy DPRINTs 2021-03-18 12:24:21 +01:00
vadnode.c [NTOS][USERSRV] Silence noisy debug output. 2019-04-22 17:41:17 +02:00
virtual.c [NTOS:MM] Silence a DPRINT which became noisy 2021-03-16 13:23:21 +01:00
zeropage.c [NTOSKRNL] Overhaul Cc and Mm relationship 2021-02-03 09:41:22 +01:00