ReactOS 0.4.16-dev-109-gf4cb10f
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
static | CODE_SEG ("INIT") |
NTSTATUS NTAPI | PspMapSystemDll (IN PEPROCESS Process, IN PVOID *DllBase, IN BOOLEAN UseLargePages) |
NTSTATUS NTAPI | PsLocateSystemDll (VOID) |
NTSTATUS NTAPI | PspInitializeSystemDll (VOID) |
BOOLEAN NTAPI | PspInitPhase1 (VOID) |
BOOLEAN NTAPI | PspInitPhase0 (IN PLOADER_PARAMETER_BLOCK LoaderBlock) |
BOOLEAN NTAPI | PsInitSystem (IN PLOADER_PARAMETER_BLOCK LoaderBlock) |
BOOLEAN NTAPI | PsGetVersion (OUT PULONG MajorVersion OPTIONAL, OUT PULONG MinorVersion OPTIONAL, OUT PULONG BuildNumber OPTIONAL, OUT PUNICODE_STRING CSDVersion OPTIONAL) |
|
static |
Definition at line 65 of file psmgr.c.
BOOLEAN NTAPI PsGetVersion | ( | OUT PULONG MajorVersion | OPTIONAL, |
OUT PULONG MinorVersion | OPTIONAL, | ||
OUT PULONG BuildNumber | OPTIONAL, | ||
OUT PUNICODE_STRING CSDVersion | OPTIONAL | ||
) |
BOOLEAN NTAPI PsInitSystem | ( | IN PLOADER_PARAMETER_BLOCK | LoaderBlock | ) |
Definition at line 532 of file psmgr.c.
Referenced by ExpInitializeExecutive(), and Phase1InitializationDiscard().
Definition at line 187 of file psmgr.c.
Referenced by IoInitSystem().
Definition at line 273 of file psmgr.c.
Referenced by PspInitPhase1().
BOOLEAN NTAPI PspInitPhase0 | ( | IN PLOADER_PARAMETER_BLOCK | LoaderBlock | ) |
Definition at line 314 of file psmgr.c.
Referenced by PsInitSystem().
Definition at line 304 of file psmgr.c.
Referenced by PsInitSystem().
NTSTATUS NTAPI PspMapSystemDll | ( | IN PEPROCESS | Process, |
IN PVOID * | DllBase, | ||
IN BOOLEAN | UseLargePages | ||
) |
Definition at line 153 of file psmgr.c.
Referenced by PsLocateSystemDll().
|
extern |
Definition at line 68 of file init.c.
Referenced by PsInitSystem().
PVOID KeUserPopEntrySListFault |
Definition at line 18 of file psmgr.c.
Referenced by KiCheckForSListFault().
PVOID KeUserPopEntrySListResume |
Definition at line 19 of file psmgr.c.
Referenced by KiCheckForSListFault().
Definition at line 51 of file psmgr.c.
Referenced by MmInitSystem(), PopGracefulShutdown(), PspInitPhase0(), PspShutdownProcessManager(), and QSI_DEF().
Definition at line 50 of file psmgr.c.
Referenced by _Requires_lock_not_held_(), ExAllocatePoolWithQuotaTag(), ExSwapinWorkerThreads(), IopDoLoadUnloadDriver(), IopLoadUnloadDriverWorker(), MiLoadImageSection(), MmCheckSystemImage(), MmPageOutPhysicalAddress(), NtDebugActiveProcess(), NtSetInformationObject(), NtSetSystemPowerState(), ObDuplicateObject(), ObpAllocateObject(), ObpChargeQuotaForObject(), ObpCloseHandle(), ObpCreateHandle(), ObpCreateUnnamedHandle(), ObSetHandleAttributes(), PopGracefulShutdown(), PsChargePoolQuota(), PsChargeProcessPageFileQuota(), PsChargeProcessPoolQuota(), PsCreateSystemThread(), PsIsSystemProcess(), PspChargeProcessQuotaSpecifiedPool(), PspCreateProcess(), PspCreateThread(), PspInitPhase0(), PspReturnProcessQuotaSpecifiedPool(), PspShutdownProcessManager(), PsReturnPoolQuota(), PsReturnProcessNonPagedPoolQuota(), PsReturnProcessPagedPoolQuota(), PsReturnProcessPageFileQuota(), SepCleanupLUIDDeviceMapDirectory(), and START_TEST().
ULONG PsMaximumWorkingSet |
Definition at line 54 of file psmgr.c.
Referenced by PspInitPhase0().
ULONG PsMinimumWorkingSet |
Definition at line 54 of file psmgr.c.
Referenced by PspCreateProcess(), and PspInitPhase0().
UNICODE_STRING PsNtDllPathName |
Definition at line 45 of file psmgr.c.
Referenced by DbgkCreateThread(), and PsLocateSystemDll().
PHANDLE_TABLE PspCidTable |
Definition at line 48 of file psmgr.c.
Referenced by PsLookupProcessByProcessId(), PsLookupProcessThreadByCid(), PsLookupThreadByThreadId(), PspCreateProcess(), PspCreateThread(), PspDeleteProcess(), PspDeleteThread(), and PspInitPhase0().
ULONG PspDefaultNonPagedLimit |
Definition at line 60 of file psmgr.c.
Referenced by PspInitPhase0().
ULONG PspDefaultPagedLimit |
Definition at line 60 of file psmgr.c.
Referenced by PspInitPhase0().
ULONG PspDefaultPagefileLimit |
Definition at line 60 of file psmgr.c.
Referenced by PspInitPhase0().
BOOLEAN PspDoingGiveBacks |
Definition at line 61 of file psmgr.c.
Referenced by PspInitPhase0().
Definition at line 52 of file psmgr.c.
Referenced by PspInitPhase0().
GENERIC_MAPPING PspProcessMapping |
Definition at line 21 of file psmgr.c.
Referenced by PspInitPhase0().
PVOID PspSystemDllBase |
Definition at line 41 of file psmgr.c.
Referenced by CODE_SEG(), DbgkCreateThread(), PsLocateSystemDll(), and PspUserThreadStartup().
PVOID PspSystemDllEntryPoint |
Definition at line 43 of file psmgr.c.
Referenced by PspInitializeSystemDll(), and PspUserThreadStartup().
PVOID PspSystemDllSection |
Definition at line 42 of file psmgr.c.
Referenced by PsLocateSystemDll(), and PspMapSystemDll().
GENERIC_MAPPING PspThreadMapping |
Definition at line 32 of file psmgr.c.
Referenced by PspInitPhase0().
struct { ... } PspWorkingSetChangeHead |
Referenced by PspInitPhase0().