ReactOS 0.4.15-dev-5666-gc548b97
|
#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 175 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().
Definition at line 159 of file cmos.c.
Referenced by HalInitSystem().
ULONG NTAPI HalpSetCmosData | ( | IN ULONG | BusNumber, |
IN ULONG | SlotNumber, | ||
IN PVOID | Buffer, | ||
IN ULONG | Length | ||
) |
Definition at line 104 of file cmos.c.
Referenced by HalSetBusDataByOffset().
BOOLEAN NTAPI HalQueryRealTimeClock | ( | OUT PTIME_FIELDS | Time | ) |
Definition at line 259 of file cmos.c.
Definition at line 215 of file cmos.c.
BOOLEAN NTAPI HalSetRealTimeClock | ( | IN PTIME_FIELDS | Time | ) |
Definition at line 294 of file cmos.c.
UCHAR HalpCmosCenturyOffset |
Definition at line 18 of file cmos.c.
Referenced by HalpInitializeCmos().