ReactOS 0.4.16-dev-88-ga65b6ae
|
#include <hal.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
VOID NTAPI | HalpReportSerialNumber (VOID) |
NTSTATUS NTAPI | HalpMarkAcpiHal (VOID) |
NTSTATUS NTAPI | HalpOpenRegistryKey (IN PHANDLE KeyHandle, IN HANDLE RootKey, IN PUNICODE_STRING KeyName, IN ACCESS_MASK DesiredAccess, IN BOOLEAN Create) |
VOID NTAPI | HalpCheckPowerButton (VOID) |
VOID NTAPI | HalpFlushTLB (VOID) |
UCHAR FASTCALL | HalSystemVectorDispatchEntry (IN ULONG Vector, OUT PKINTERRUPT_ROUTINE **FlatDispatch, OUT PKINTERRUPT_ROUTINE *NoConnection) |
VOID NTAPI | KeFlushWriteBuffer (VOID) |
Variables | |
UCHAR | HalpSerialLen |
CHAR | HalpSerialNumber [31] |
Definition at line 146 of file misc.c.
Referenced by HalpRegisterKdSupportFunctions().
Definition at line 156 of file misc.c.
Referenced by HalpMapPhysicalMemory64Vista(), HalpMapRealModeMemory(), HalpUnmapRealModeMemory(), and HalpUnmapVirtualAddressVista().
Definition at line 57 of file misc.c.
Referenced by HalpReportResourceUsage().
NTSTATUS NTAPI HalpOpenRegistryKey | ( | IN PHANDLE | KeyHandle, |
IN HANDLE | RootKey, | ||
IN PUNICODE_STRING | KeyName, | ||
IN ACCESS_MASK | DesiredAccess, | ||
IN BOOLEAN | Create | ||
) |
Definition at line 104 of file misc.c.
Referenced by HalpMarkAcpiHal(), HalpMarkChipsetDecode(), HalpRegisterPciDebuggingDeviceInfo(), and HalpReportSerialNumber().
Definition at line 26 of file misc.c.
Referenced by HalpReportResourceUsage().
UCHAR FASTCALL HalSystemVectorDispatchEntry | ( | IN ULONG | Vector, |
OUT PKINTERRUPT_ROUTINE ** | FlatDispatch, | ||
OUT PKINTERRUPT_ROUTINE * | NoConnection | ||
) |
UCHAR HalpSerialLen |
Definition at line 17 of file misc.c.
Referenced by HalpReportSerialNumber().
CHAR HalpSerialNumber[31] |
Definition at line 18 of file misc.c.
Referenced by HalpReportSerialNumber().