ReactOS 0.4.15-dev-6056-gb29b268
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | TICKSPERMINUTE 600000000 |
Definition at line 51 of file time.c.
Referenced by ExSetTimerResolution(), and KdpTimeSlipWork().
VOID NTAPI ExLocalTimeToSystemTime | ( | PLARGE_INTEGER | LocalTime, |
PLARGE_INTEGER | SystemTime | ||
) |
NTSTATUS ExpSetTimeZoneInformation | ( | PRTL_TIME_ZONE_INFORMATION | TimeZoneInformation | ) |
Definition at line 333 of file time.c.
Referenced by SSI_DEF().
BOOLEAN NTAPI ExRefreshTimeZoneInformation | ( | IN PLARGE_INTEGER | CurrentBootTime | ) |
Definition at line 226 of file time.c.
Referenced by Phase1InitializationDiscard().
Definition at line 83 of file time.c.
Referenced by ExSetTimerResolution(), and KdpTimeSlipWork().
Definition at line 131 of file time.c.
Referenced by NtSetTimerResolution().
VOID NTAPI ExSystemTimeToLocalTime | ( | PLARGE_INTEGER | SystemTime, |
PLARGE_INTEGER | LocalTime | ||
) |
Definition at line 217 of file time.c.
Referenced by KdpTimeSlipWork().
NTSTATUS NTAPI NtQuerySystemTime | ( | OUT PLARGE_INTEGER | SystemTime | ) |
Definition at line 472 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 536 of file time.c.
Referenced by START_TEST().
NTSTATUS NTAPI NtSetSystemTime | ( | IN PLARGE_INTEGER | SystemTime, |
OUT PLARGE_INTEGER PreviousTime | OPTIONAL | ||
) |
Definition at line 394 of file time.c.
Referenced by SetLocalTime(), and SetSystemTime().
NTSTATUS NTAPI NtSetTimerResolution | ( | IN ULONG | DesiredResolution, |
IN BOOLEAN | SetResolution, | ||
OUT PULONG | CurrentResolution | ||
) |
Definition at line 587 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(), and QSI_DEF().
RTL_TIME_ZONE_INFORMATION ExpTimeZoneInfo |
Definition at line 21 of file time.c.
Referenced by ExpSetTimeZoneInformation(), ExRefreshTimeZoneInformation(), and QSI_DEF().