ReactOS 0.4.16-dev-340-g0540c21
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | TICKSPERMINUTE 600000000 |
Definition at line 145 of file time.c.
Referenced by ExSetTimerResolution(), and KdpTimeSlipWork().
VOID NTAPI ExLocalTimeToSystemTime | ( | PLARGE_INTEGER | LocalTime, |
PLARGE_INTEGER | SystemTime | ||
) |
|
static |
Definition at line 39 of file time.c.
Referenced by ExpSetTimeZoneInformation(), and ExRefreshTimeZoneInformation().
NTSTATUS ExpSetTimeZoneInformation | ( | PRTL_TIME_ZONE_INFORMATION | TimeZoneInformation | ) |
Definition at line 361 of file time.c.
Referenced by NtSetSystemTime(), and SSI_DEF().
BOOLEAN NTAPI ExRefreshTimeZoneInformation | ( | IN PLARGE_INTEGER | CurrentBootTime | ) |
Definition at line 320 of file time.c.
Referenced by Phase1InitializationDiscard().
Definition at line 177 of file time.c.
Referenced by ExSetTimerResolution(), and KdpTimeSlipWork().
Definition at line 225 of file time.c.
Referenced by NtSetTimerResolution().
VOID NTAPI ExSystemTimeToLocalTime | ( | PLARGE_INTEGER | SystemTime, |
PLARGE_INTEGER | LocalTime | ||
) |
Definition at line 311 of file time.c.
Referenced by KdpTimeSlipWork().
NTSTATUS NTAPI NtQuerySystemTime | ( | OUT PLARGE_INTEGER | SystemTime | ) |
Definition at line 569 of file time.c.
Referenced by CalcVolumeSerialNumber(), create_bad_block_inode(), ElfReportEventA(), ElfReportEventW(), ext2_flush(), ext2_initialize_sb(), ext2_mkdir(), GetPasswordAge(), HTTP_ProcessExpires(), LogfReportEvent(), LogfWriteRecord(), LsapCreateDatabaseObjects(), LsapCreateRandomDomainSid(), LsarCreateSecret(), LsarSetSecret(), LsarStorePrivateData(), NetrRemoteTOD(), NtProcessStartup(), RtlRunEncodeUnicodeString(), SampSetupCreateDomain(), SampSetUserAll(), SampSetUserInternal1(), SampSetUserInternal2(), SamrChangePasswordUser(), SamValidateNormalUser(), SetDiskSignature(), START_TEST(), Test_ProcessTimes(), test_tp_timer(), test_tp_wait(), and test_tp_window_length().
NTSTATUS NTAPI NtQueryTimerResolution | ( | OUT PULONG | MinimumResolution, |
OUT PULONG | MaximumResolution, | ||
OUT PULONG | ActualResolution | ||
) |
Definition at line 633 of file time.c.
Referenced by START_TEST().
NTSTATUS NTAPI NtSetSystemTime | ( | IN PLARGE_INTEGER | SystemTime, |
OUT PLARGE_INTEGER PreviousTime | OPTIONAL | ||
) |
Definition at line 458 of file time.c.
Referenced by SetLocalTime(), and SetSystemTime().
NTSTATUS NTAPI NtSetTimerResolution | ( | IN ULONG | DesiredResolution, |
IN BOOLEAN | SetResolution, | ||
OUT PULONG | CurrentResolution | ||
) |
Definition at line 684 of file time.c.
Referenced by START_TEST().
ULONG ExpAltTimeZoneBias |
Definition at line 24 of file time.c.
Referenced by Phase1InitializationDiscard().
ULONG ExpKernelResolutionCount = 0 |
Definition at line 28 of file time.c.
Referenced by ExSetTimerResolution().
ULONG ExpLastTimeZoneBias = -1 |
Definition at line 22 of file time.c.
Referenced by Phase1InitializationDiscard().
ULONG ExpTickCountMultiplier |
Definition at line 26 of file time.c.
Referenced by ExpInitializeExecutive().
ERESOURCE ExpTimeRefreshLock |
Definition at line 27 of file time.c.
Referenced by ExAcquireTimeRefreshLock(), ExpInitSystemPhase0(), and ExReleaseTimeRefreshLock().
ULONG ExpTimerResolutionCount = 0 |
Definition at line 29 of file time.c.
Referenced by ExSetTimerResolution().
LARGE_INTEGER ExpTimeZoneBias |
Definition at line 23 of file time.c.
Referenced by ExLocalTimeToSystemTime(), ExpSetTimeZoneInformation(), ExRefreshTimeZoneInformation(), ExSystemTimeToLocalTime(), Phase1InitializationDiscard(), and QSI_DEF().
ULONG ExpTimeZoneId |
Definition at line 25 of file time.c.
Referenced by ExpSetTimeZoneInformation(), ExRefreshTimeZoneInformation(), NtSetSystemTime(), and QSI_DEF().
RTL_TIME_ZONE_INFORMATION ExpTimeZoneInfo |
Definition at line 21 of file time.c.
Referenced by ExpGetTimeZoneId(), ExpSetTimeZoneInformation(), and QSI_DEF().