ReactOS 0.4.16-dev-597-gdbf7844
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Variables | |
ULONG | ObpLUIDDeviceMapsDisabled |
ULONG | ObpLUIDDeviceMapsEnabled |
#define NDEBUG |
Definition at line 14 of file devicemap.c.
Definition at line 456 of file devicemap.c.
Referenced by PspDeleteProcess(), and PspSetPrimaryToken().
VOID FASTCALL ObfDereferenceDeviceMap | ( | IN PDEVICE_MAP | DeviceMap | ) |
Definition at line 477 of file devicemap.c.
Referenced by ObDereferenceDeviceMap(), ObpLookupObjectName(), ObpSetCurrentProcessDeviceMap(), ObQueryDeviceMapInformation(), ObSetDeviceMap(), SeGetLogonIdDeviceMap(), SepRmDeleteLogonSession(), and SepRmDereferenceLogonSession().
Definition at line 511 of file devicemap.c.
Referenced by PspCreateProcess().
Definition at line 662 of file devicemap.c.
Referenced by NtQueryInformationProcess(), and PspSetPrimaryToken().
PDEVICE_MAP NTAPI ObpReferenceDeviceMap | ( | VOID | ) |
Definition at line 325 of file devicemap.c.
Referenced by ObpLookupObjectName(), and ObQueryDeviceMapInformation().
Definition at line 248 of file devicemap.c.
Referenced by ObpReferenceDeviceMap().
NTSTATUS NTAPI ObQueryDeviceMapInformation | ( | _In_opt_ PEPROCESS | Process, |
_Out_ PPROCESS_DEVICEMAP_INFORMATION | DeviceMapInfo, | ||
_In_ ULONG | Flags | ||
) |
Definition at line 539 of file devicemap.c.
Referenced by NtQueryInformationProcess().
Definition at line 24 of file devicemap.c.
Referenced by NtSetInformationProcess(), and ObpCreateDosDevicesDirectory().
Definition at line 149 of file devicemap.c.
Referenced by SeGetLogonIdDeviceMap().
ULONG ObpLUIDDeviceMapsDisabled |
Definition at line 17 of file devicemap.c.
Referenced by ObpCreateDosDevicesDirectory().
ULONG ObpLUIDDeviceMapsEnabled |
Definition at line 18 of file devicemap.c.
Referenced by ObIsLUIDDeviceMapsEnabled(), ObpCreateDosDevicesDirectory(), ObpLookupEntryDirectory(), ObpProcessDosDeviceSymbolicLink(), ObpReferenceDeviceMap(), and ObQueryDeviceMapInformation().