|
ReactOS 0.4.17-dev-508-gc3d141b
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
| #define | REPORT_THIS_CASE(X) case X: DPRINT1("Unhandled case: %s\n", #X); break |
Typedefs | |
| typedef unsigned int | UINT = NULL |
Functions | |
| NTSTATUS NTAPI | HaliHandlePCIConfigSpaceAccess (_In_ BOOLEAN IsRead, _In_ ULONG Port, _In_ ULONG Length, _Inout_ PULONG Buffer) |
| static NTSTATUS | HaliQueryProcessorBrandString (_Out_writes_(BrandStringLength) PCHAR BrandString, _In_ ULONG BrandStringLength, _Out_ PULONG ReturnedLength) |
| NTSTATUS NTAPI | HaliQuerySystemInformation (IN HAL_QUERY_INFORMATION_CLASS InformationClass, IN ULONG BufferSize, IN OUT PVOID Buffer, OUT PULONG ReturnedLength) |
| NTSTATUS NTAPI | HaliSetSystemInformation (IN HAL_SET_INFORMATION_CLASS InformationClass, IN ULONG BufferSize, IN OUT PVOID Buffer) |
Variables | |
| HAL_AMLI_BAD_IO_ADDRESS_LIST | HalAMLIBadIOAddressList [] |
| NTSTATUS NTAPI HaliHandlePCIConfigSpaceAccess | ( | _In_ BOOLEAN | IsRead, |
| _In_ ULONG | Port, | ||
| _In_ ULONG | Length, | ||
| _Inout_ PULONG | Buffer | ||
| ) |
|
static |
Definition at line 58 of file sysinfo.c.
Referenced by HaliQuerySystemInformation().
| NTSTATUS NTAPI HaliQuerySystemInformation | ( | IN HAL_QUERY_INFORMATION_CLASS | InformationClass, |
| IN ULONG | BufferSize, | ||
| IN OUT PVOID | Buffer, | ||
| OUT PULONG | ReturnedLength | ||
| ) |
Definition at line 99 of file sysinfo.c.
| NTSTATUS NTAPI HaliSetSystemInformation | ( | IN HAL_SET_INFORMATION_CLASS | InformationClass, |
| IN ULONG | BufferSize, | ||
| IN OUT PVOID | Buffer | ||
| ) |
| HAL_AMLI_BAD_IO_ADDRESS_LIST HalAMLIBadIOAddressList[] |
Definition at line 19 of file sysinfo.c.
Referenced by HaliQuerySystemInformation().