reactos/ntoskrnl/ob
Pierre Schweitzer 933dddeb07
[NTOSKRNL] Modify ObpCreateDeviceMap so that it can handle any process
It is now able to set the newly created device map to any
process and will default to current process if none is provided.
It also sets system device map if no process is specified.
It also deferences existing device map in the process if needed.
Finaly, it will make the directory object permanant.
2019-06-01 13:35:41 +02:00
..
devicemap.c [NTOSKRNL] Modify ObpCreateDeviceMap so that it can handle any process 2019-06-01 13:35:41 +02:00
obdir.c [NTOS:OB] Rename object types to their official names to satisfy WinDbg 2018-08-17 20:28:45 +02:00
obhandle.c [NTOS:OB] Correctly handle OBJ_PROTECT_CLOSE in ObDuplicateObject. 2019-02-02 23:02:50 +01:00
obinit.c [NTOSKRNL] Save ProtectionMode value on boot 2019-05-21 19:28:16 +02:00
oblife.c [NTOS:OB] Correctly check SeSinglePrivilegeCheck() return value (#1323) 2019-01-30 00:43:13 +01:00
oblink.c [NTOS:OB] Rename object types to their official names to satisfy WinDbg 2018-08-17 20:28:45 +02:00
obname.c [NTOSKRNL] Modify ObpCreateDeviceMap so that it can handle any process 2019-06-01 13:35:41 +02:00
obref.c [NTOS:OB] Rename object types to their official names to satisfy WinDbg 2018-08-17 20:28:45 +02:00
obsdcach.c [NDK][NTOS] Add global definition of INIT_FUNCTION/INIT_SECTION (#779) 2018-12-30 12:19:11 +01:00
obsecure.c [NTOS:OB] Rename object types to their official names to satisfy WinDbg 2018-08-17 20:28:45 +02:00
obwait.c [NTOS] Fix 64 bit issues 2018-08-04 19:19:34 +02:00