ReactOS 0.4.16-dev-1-gcf26321
|
#include <hal.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Variables | |
UCHAR | HalpCmosCenturyOffset |
_Requires_lock_held_ | ( | HalpSystemHardwareLock | ) |
ARC_STATUS NTAPI HalGetEnvironmentVariable | ( | _In_ PCH | Name, |
_In_ USHORT | ValueLength, | ||
_Out_writes_z_(ValueLength) PCH | Value | ||
) |
Definition at line 176 of file cmos.c.
ULONG NTAPI HalpGetCmosData | ( | _In_ ULONG | BusNumber, |
_In_ ULONG | SlotNumber, | ||
_Out_writes_bytes_(Length) PVOID | Buffer, | ||
_In_ ULONG | Length | ||
) |
Definition at line 49 of file cmos.c.
Referenced by HalGetBusDataByOffset(), and HalpcGetCmosData().
Definition at line 160 of file cmos.c.
Referenced by HalInitSystem().
ULONG NTAPI HalpSetCmosData | ( | _In_ ULONG | BusNumber, |
_In_ ULONG | SlotNumber, | ||
_In_reads_bytes_(Length) PVOID | Buffer, | ||
_In_ ULONG | Length | ||
) |
Definition at line 104 of file cmos.c.
Referenced by HalpcSetCmosData(), and HalSetBusDataByOffset().
BOOLEAN NTAPI HalQueryRealTimeClock | ( | OUT PTIME_FIELDS | Time | ) |
Definition at line 260 of file cmos.c.
Definition at line 216 of file cmos.c.
BOOLEAN NTAPI HalSetRealTimeClock | ( | IN PTIME_FIELDS | Time | ) |
Definition at line 295 of file cmos.c.
UCHAR HalpCmosCenturyOffset |
Definition at line 18 of file cmos.c.
Referenced by HalpInitializeCmos().